Commit 67a2a115 authored by Mervill's avatar Mervill
Browse files

Adding CLSCompliantAttribute to the project files.

parent be0bfcc8
......@@ -87,6 +87,7 @@
<Compile Include="Method\MethodCache.cs" />
<Compile Include="Method\RegisterEventHandler.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Platform\CLSCompliantAttribute.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Makefile.am" />
......
......@@ -100,6 +100,7 @@
<Compile Include="LuaLib\LuaLib.cs" />
<Compile Include="Config\NLuaConfig.cs" />
<Compile Include="ObjectTranslatorPool.cs" />
<Compile Include="Platform\CLSCompliantAttribute.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
......
......@@ -103,6 +103,7 @@
<Compile Include="LuaLib\LuaLib.cs" />
<Compile Include="Config\NLuaConfig.cs" />
<Compile Include="ObjectTranslatorPool.cs" />
<Compile Include="Platform\CLSCompliantAttribute.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
......
......@@ -107,6 +107,7 @@
<Compile Include="LuaLib\LuaLib.cs" />
<Compile Include="Config\NLuaConfig.cs" />
<Compile Include="ObjectTranslatorPool.cs" />
<Compile Include="Platform\CLSCompliantAttribute.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
......
......@@ -90,6 +90,7 @@
<Compile Include="ObjectTranslatorPool.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ProxyType.cs" />
<Compile Include="Platform\CLSCompliantAttribute.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KopiLua\KopiLua\KopiLua-wp7.csproj">
......
......@@ -124,6 +124,7 @@
<Compile Include="ObjectTranslatorPool.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ProxyType.cs" />
<Compile Include="Platform\CLSCompliantAttribute.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KeraLua\external\lua\wp8_build\lua\lua52\lua52.vcxproj">
......
......@@ -84,6 +84,7 @@
<Compile Include="ObjectTranslator.cs" />
<Compile Include="ProxyType.cs" />
<Compile Include="ObjectTranslatorPool.cs" />
<Compile Include="Platform\CLSCompliantAttribute.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KeraLua\src\KeraLua.iOS.csproj">
......
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