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
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 @@
<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"
/>
...
...
Core/NLua/NLua.Net35.csproj
View file @
67a2a115
...
...
@@ -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.
...
...
Core/NLua/NLua.Net40.csproj
View file @
67a2a115
...
...
@@ -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.
...
...
Core/NLua/NLua.Net45.csproj
View file @
67a2a115
...
...
@@ -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.
...
...
Core/NLua/NLua.WP7.csproj
View file @
67a2a115
...
...
@@ -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"
>
...
...
Core/NLua/NLua.WP8.csproj
View file @
67a2a115
...
...
@@ -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"
>
...
...
Core/NLua/NLua.iOS.csproj
View file @
67a2a115
...
...
@@ -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"
>
...
...
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