Commit bbf63a7e authored by Megax's avatar Megax
Browse files

* Kisebb atalakitas a kopilua-ban.

parent 6218d711
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
<Reference Include="System.Data" /> <Reference Include="System.Data" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Properties\AssemblyInfo_KopiLua.cs" />
<Compile Include="lapi.cs" /> <Compile Include="lapi.cs" />
<Compile Include="lauxlib.cs" /> <Compile Include="lauxlib.cs" />
<Compile Include="lbaselib.cs" /> <Compile Include="lbaselib.cs" />
...@@ -98,6 +97,7 @@ ...@@ -98,6 +97,7 @@
<Compile Include="lzio.cs" /> <Compile Include="lzio.cs" />
<Compile Include="print.cs" /> <Compile Include="print.cs" />
<Compile Include="printf\Tools.cs" /> <Compile Include="printf\Tools.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
......
...@@ -43,7 +43,7 @@ using System.Runtime.InteropServices; ...@@ -43,7 +43,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCopyright("Copyright 2003-2008 Fabio Mascarenhas, Kevin Hesterm and 2012 Megax")] [assembly: AssemblyCopyright("Copyright 2003-2008 Fabio Mascarenhas, Kevin Hesterm and 2012 Megax")]
//[assembly: AssemblyTrademark("")] //[assembly: AssemblyTrademark("")]
//[assembly: CLSCompliant(false)] //[assembly: CLSCompliant(true)]
// Setting ComVisible to false makes the types in this assembly not visible // 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 // to COM components. If you need to access a type in this assembly from
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment