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
105a3b98
Commit
105a3b98
authored
Sep 15, 2013
by
prabirshrestha
Browse files
signed net35, net40 and net45
parent
0893940d
Changes
4
Show whitespace changes
Inline
Side-by-side
Core/NLua/NLua.Net35.csproj
View file @
105a3b98
...
@@ -46,6 +46,12 @@
...
@@ -46,6 +46,12 @@
<OutputPath>
bin\ReleaseKopiLua\
</OutputPath>
<OutputPath>
bin\ReleaseKopiLua\
</OutputPath>
<DefineConstants>
USE_KOPILUA
</DefineConstants>
<DefineConstants>
USE_KOPILUA
</DefineConstants>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>
true
</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
key.snk
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Data"
/>
...
@@ -113,4 +119,7 @@
...
@@ -113,4 +119,7 @@
<Name>
KopiLua.Net35
</Name>
<Name>
KopiLua.Net35
</Name>
</ProjectReference>
</ProjectReference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<None
Include=
"key.snk"
/>
</ItemGroup>
</Project>
</Project>
\ No newline at end of file
Core/NLua/NLua.Net40.csproj
View file @
105a3b98
...
@@ -51,6 +51,12 @@
...
@@ -51,6 +51,12 @@
<WarningLevel>
4
</WarningLevel>
<WarningLevel>
4
</WarningLevel>
<Optimize>
false
</Optimize>
<Optimize>
false
</Optimize>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>
true
</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
key.snk
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Data"
/>
...
@@ -118,4 +124,7 @@
...
@@ -118,4 +124,7 @@
<Name>
KopiLua.Net40
</Name>
<Name>
KopiLua.Net40
</Name>
</ProjectReference>
</ProjectReference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<None
Include=
"key.snk"
/>
</ItemGroup>
</Project>
</Project>
\ No newline at end of file
Core/NLua/NLua.Net45.csproj
View file @
105a3b98
...
@@ -51,6 +51,12 @@
...
@@ -51,6 +51,12 @@
<DefineConstants>
USE_KOPILUA
</DefineConstants>
<DefineConstants>
USE_KOPILUA
</DefineConstants>
<Prefer32Bit>
false
</Prefer32Bit>
<Prefer32Bit>
false
</Prefer32Bit>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>
true
</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
key.snk
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Data"
/>
...
@@ -118,4 +124,7 @@
...
@@ -118,4 +124,7 @@
<Name>
KopiLua.Net45
</Name>
<Name>
KopiLua.Net45
</Name>
</ProjectReference>
</ProjectReference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<None
Include=
"key.snk"
/>
</ItemGroup>
</Project>
</Project>
\ No newline at end of file
Core/NLua/key.snk
0 → 100644
View file @
105a3b98
File added
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