From d9fcc8ca1c52e7cff3b7a71df6e773fd6da5e573 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 10 Apr 2017 22:51:15 -0700 Subject: [PATCH] build: dotnet: strong name assembly and add publisher policy --- build/VStudio/dotnet/winfsp.net.csproj | 24 +++++++++++++++++++++ build/VStudio/dotnet/winfsp.net.policy.xml | 10 +++++++++ build/VStudio/dotnet/winfsp.net.snk | Bin 0 -> 596 bytes build/VStudio/version.properties | 3 ++- 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 build/VStudio/dotnet/winfsp.net.policy.xml create mode 100644 build/VStudio/dotnet/winfsp.net.snk diff --git a/build/VStudio/dotnet/winfsp.net.csproj b/build/VStudio/dotnet/winfsp.net.csproj index 12906f85..1fac256a 100644 --- a/build/VStudio/dotnet/winfsp.net.csproj +++ b/build/VStudio/dotnet/winfsp.net.csproj @@ -37,6 +37,12 @@ 4 true + + true + + + winfsp.net.snk + @@ -54,6 +60,9 @@ Service.cs + + +