From ebed566bf585cea8c696b20213c86209eaa6116e Mon Sep 17 00:00:00 2001 From: Congyong Su Date: Wed, 5 Nov 2014 11:41:09 +0800 Subject: [PATCH] Enable and disable skip strong name Add build targets: EnableSkipStrongNames DisableSkipStrongNames Allow run sample with delay signed product assemblies. --- .nuget/NuGet.Config | 1 + .nuget/packages.config | 4 ++++ DomainFramework.msbuild | 23 +++++++++++++++++++++++ tools/SkipStrongNames.xml | 8 ++++++++ 4 files changed, 36 insertions(+) create mode 100644 .nuget/packages.config create mode 100644 tools/SkipStrongNames.xml diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config index e99c0733..bee81112 100644 --- a/.nuget/NuGet.Config +++ b/.nuget/NuGet.Config @@ -5,5 +5,6 @@ + \ No newline at end of file diff --git a/.nuget/packages.config b/.nuget/packages.config new file mode 100644 index 00000000..318bf89a --- /dev/null +++ b/.nuget/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/DomainFramework.msbuild b/DomainFramework.msbuild index 08cf873e..a4d52d8a 100644 --- a/DomainFramework.msbuild +++ b/DomainFramework.msbuild @@ -1,5 +1,6 @@ + @@ -13,8 +14,30 @@ .nuget $(NuGetFolder)\NuGet.exe true + $(MSBuildThisFileDirectory)packages\Microsoft.Web.SkipStrongNames.1.0.0\tools\SkipStrongNames.exe + $(MSBuildThisFileDirectory)tools\SkipStrongNames.xml + + + + + + + + + + + + + + + + + + + + diff --git a/tools/SkipStrongNames.xml b/tools/SkipStrongNames.xml new file mode 100644 index 00000000..0b50465f --- /dev/null +++ b/tools/SkipStrongNames.xml @@ -0,0 +1,8 @@ + + + + + + + +