summary refs log tree commit diff
path: root/crypto/crypto.dotnet.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/crypto.dotnet.csproj')
-rw-r--r--crypto/crypto.dotnet.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/crypto.dotnet.csproj b/crypto/crypto.dotnet.csproj

index dfb1d16cb..d9ae0db87 100644 --- a/crypto/crypto.dotnet.csproj +++ b/crypto/crypto.dotnet.csproj
@@ -10,7 +10,7 @@ <ApplicationIcon /> <AssemblyKeyContainerName /> <AssemblyName>crypto</AssemblyName> - <AssemblyOriginatorKeyFile>BouncyCastle.snk</AssemblyOriginatorKeyFile> + <AssemblyOriginatorKeyFile>..\BouncyCastle.snk</AssemblyOriginatorKeyFile> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> @@ -81,7 +81,9 @@ <NuSpecTfm>dotnet;uap10.0;net46</NuSpecTfm> </PropertyGroup> <ItemGroup> - <None Include="BouncyCastle.snk" /> + <None Include="..\BouncyCastle.snk"> + <Link>BouncyCastle.snk</Link> + </None> <None Include="crypto.dotnet.project.json" /> </ItemGroup> <ItemGroup>