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
67a2a115
"LuaInterfaceX/LuaInterface.csproj" did not exist on "c653ca2b07a03d3b39e785eb7dd8927c08d2b39a"
Commit
67a2a115
authored
Oct 07, 2014
by
Mervill
Browse files
Adding CLSCompliantAttribute to the project files.
parent
be0bfcc8
Changes
7
Hide whitespace changes
Inline
Side-by-side
Core/NLua/NLua.Android.csproj
View file @
67a2a115
...
@@ -87,6 +87,7 @@
...
@@ -87,6 +87,7 @@
<Compile
Include=
"Method\MethodCache.cs"
/>
<Compile
Include=
"Method\MethodCache.cs"
/>
<Compile
Include=
"Method\RegisterEventHandler.cs"
/>
<Compile
Include=
"Method\RegisterEventHandler.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"Platform\CLSCompliantAttribute.cs"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<None
Include=
"Makefile.am"
/>
<None
Include=
"Makefile.am"
/>
...
...
Core/NLua/NLua.Net35.csproj
View file @
67a2a115
...
@@ -100,6 +100,7 @@
...
@@ -100,6 +100,7 @@
<Compile
Include=
"LuaLib\LuaLib.cs"
/>
<Compile
Include=
"LuaLib\LuaLib.cs"
/>
<Compile
Include=
"Config\NLuaConfig.cs"
/>
<Compile
Include=
"Config\NLuaConfig.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"Platform\CLSCompliantAttribute.cs"
/>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
...
Core/NLua/NLua.Net40.csproj
View file @
67a2a115
...
@@ -103,6 +103,7 @@
...
@@ -103,6 +103,7 @@
<Compile
Include=
"LuaLib\LuaLib.cs"
/>
<Compile
Include=
"LuaLib\LuaLib.cs"
/>
<Compile
Include=
"Config\NLuaConfig.cs"
/>
<Compile
Include=
"Config\NLuaConfig.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"Platform\CLSCompliantAttribute.cs"
/>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
...
Core/NLua/NLua.Net45.csproj
View file @
67a2a115
...
@@ -107,6 +107,7 @@
...
@@ -107,6 +107,7 @@
<Compile
Include=
"LuaLib\LuaLib.cs"
/>
<Compile
Include=
"LuaLib\LuaLib.cs"
/>
<Compile
Include=
"Config\NLuaConfig.cs"
/>
<Compile
Include=
"Config\NLuaConfig.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"Platform\CLSCompliantAttribute.cs"
/>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
...
Core/NLua/NLua.WP7.csproj
View file @
67a2a115
...
@@ -90,6 +90,7 @@
...
@@ -90,6 +90,7 @@
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"ProxyType.cs"
/>
<Compile
Include=
"ProxyType.cs"
/>
<Compile
Include=
"Platform\CLSCompliantAttribute.cs"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\KopiLua\KopiLua\KopiLua-wp7.csproj"
>
<ProjectReference
Include=
"..\KopiLua\KopiLua\KopiLua-wp7.csproj"
>
...
...
Core/NLua/NLua.WP8.csproj
View file @
67a2a115
...
@@ -124,6 +124,7 @@
...
@@ -124,6 +124,7 @@
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"ProxyType.cs"
/>
<Compile
Include=
"ProxyType.cs"
/>
<Compile
Include=
"Platform\CLSCompliantAttribute.cs"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\KeraLua\external\lua\wp8_build\lua\lua52\lua52.vcxproj"
>
<ProjectReference
Include=
"..\KeraLua\external\lua\wp8_build\lua\lua52\lua52.vcxproj"
>
...
...
Core/NLua/NLua.iOS.csproj
View file @
67a2a115
...
@@ -84,6 +84,7 @@
...
@@ -84,6 +84,7 @@
<Compile
Include=
"ObjectTranslator.cs"
/>
<Compile
Include=
"ObjectTranslator.cs"
/>
<Compile
Include=
"ProxyType.cs"
/>
<Compile
Include=
"ProxyType.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"ObjectTranslatorPool.cs"
/>
<Compile
Include=
"Platform\CLSCompliantAttribute.cs"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\KeraLua\src\KeraLua.iOS.csproj"
>
<ProjectReference
Include=
"..\KeraLua\src\KeraLua.iOS.csproj"
>
...
...
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