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
13394d53
Commit
13394d53
authored
Jan 28, 2019
by
Vinicius Jarina
Browse files
* Sign assemblies.
parent
b737a4a7
Changes
9
Show whitespace changes
Inline
Side-by-side
build/Android/NLua.Android.csproj
View file @
13394d53
...
@@ -52,4 +52,5 @@
...
@@ -52,4 +52,5 @@
</ItemGroup>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets"
/>
<Import
Project=
"..\targets\NLua.Sign.targets"
/>
</Project>
</Project>
\ No newline at end of file
build/TVOS/NLua.TVOS.csproj
View file @
13394d53
...
@@ -59,4 +59,5 @@
...
@@ -59,4 +59,5 @@
</ItemGroup>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets"
/>
<Import
Project=
"..\targets\NLua.Sign.targets"
/>
</Project>
</Project>
\ No newline at end of file
build/WatchOS/NLua.WatchOS.csproj
View file @
13394d53
...
@@ -57,4 +57,5 @@
...
@@ -57,4 +57,5 @@
</ItemGroup>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\WatchOS\Xamarin.WatchOS.CSharp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\WatchOS\Xamarin.WatchOS.CSharp.targets"
/>
<Import
Project=
"..\targets\NLua.Sign.targets"
/>
</Project>
</Project>
\ No newline at end of file
build/XamarinMac/NLua.XamarinMac.csproj
View file @
13394d53
...
@@ -69,4 +69,5 @@
...
@@ -69,4 +69,5 @@
</ItemGroup>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets"
/>
<Import
Project=
"..\targets\NLua.Sign.targets"
/>
</Project>
</Project>
\ No newline at end of file
build/XamariniOS/NLua.XamariniOS.csproj
View file @
13394d53
...
@@ -63,4 +63,5 @@
...
@@ -63,4 +63,5 @@
</ItemGroup>
</ItemGroup>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"..\..\src\NLua.Core.projitems"
Label=
"Shared"
Condition=
"Exists('..\..\src\NLua.Core.projitems')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets"
/>
<Import
Project=
"..\targets\NLua.Sign.targets"
/>
</Project>
</Project>
\ No newline at end of file
build/net45/NLua.csproj
View file @
13394d53
...
@@ -49,4 +49,5 @@
...
@@ -49,4 +49,5 @@
</PropertyGroup>
</PropertyGroup>
<Error
Condition=
"!Exists('..\..\packages\KeraLua.0.1.14\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\KeraLua.0.1.14\build\net45\KeraLua.targets'))"
/>
<Error
Condition=
"!Exists('..\..\packages\KeraLua.0.1.14\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\KeraLua.0.1.14\build\net45\KeraLua.targets'))"
/>
</Target>
</Target>
<Import
Project=
"..\targets\NLua.Sign.targets"
/>
</Project>
</Project>
\ No newline at end of file
build/netcore/NLua.NetCore.csproj
View file @
13394d53
...
@@ -24,4 +24,5 @@
...
@@ -24,4 +24,5 @@
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" />
</ItemGroup>
</ItemGroup>
<Import Project="..\targets\NLua.Sign.targets" />
</Project>
</Project>
build/netstandard2.0/NLua.netstandard2.0.csproj
View file @
13394d53
...
@@ -27,4 +27,5 @@
...
@@ -27,4 +27,5 @@
<PackageReference Include="KeraLua" Version="0.1.14" />
<PackageReference Include="KeraLua" Version="0.1.14" />
</ItemGroup>
</ItemGroup>
<Import Project="..\targets\NLua.Sign.targets" />
</Project>
</Project>
\ No newline at end of file
build/targets/NLua.Sign.targets
0 → 100644
View file @
13394d53
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<SignAssembly>
true
</SignAssembly>
<PublicSign
Condition=
" '$(PublicSign)' == '' and '$(SignAssembly)' == 'true'"
>
true
</PublicSign>
<KeyFileName
Condition=
" '$(KeyFileName)' == '' "
>
NLua.snk
</KeyFileName>
<AssemblyOriginatorKeyFile>
$(SolutionDir)$(KeyFileName)
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<Target
Name=
"_SignAssembly"
AfterTargets=
"CoreCompile"
Condition=
"'$(SignAssembly)' == 'true' and '$(OS)'!='Windows_NT' "
>
<Exec
Command=
"sn -q -R @(IntermediateAssembly -> '"%(Identity)"') "$(AssemblyOriginatorKeyFile)""
/>
</Target>
</Project>
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