Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
bbf63a7e
Commit
bbf63a7e
authored
Jun 12, 2012
by
Megax
Browse files
* Kisebb atalakitas a kopilua-ban.
parent
6218d711
Changes
3
Hide whitespace changes
Inline
Side-by-side
KopiLua/KopiLua.csproj
View file @
bbf63a7e
...
...
@@ -62,7 +62,6 @@
<Reference
Include=
"System.Data"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"Properties\AssemblyInfo_KopiLua.cs"
/>
<Compile
Include=
"lapi.cs"
/>
<Compile
Include=
"lauxlib.cs"
/>
<Compile
Include=
"lbaselib.cs"
/>
...
...
@@ -98,6 +97,7 @@
<Compile
Include=
"lzio.cs"
/>
<Compile
Include=
"print.cs"
/>
<Compile
Include=
"printf\Tools.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage
Include=
"Microsoft.Net.Client.3.5"
>
...
...
KopiLua/Properties/AssemblyInfo
_KopiLua
.cs
→
KopiLua/Properties/AssemblyInfo.cs
View file @
bbf63a7e
...
...
@@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
\ No newline at end of file
LuaInterface/Properties/AssemblyInfo.cs
View file @
bbf63a7e
...
...
@@ -43,7 +43,7 @@ using System.Runtime.InteropServices;
[
assembly
:
AssemblyCopyright
(
"Copyright 2003-2008 Fabio Mascarenhas, Kevin Hesterm and 2012 Megax"
)]
//[assembly: AssemblyTrademark("")]
//[assembly: CLSCompliant(
fals
e)]
//[assembly: CLSCompliant(
tru
e)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment