We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00eac8f commit 23f2a18Copy full SHA for 23f2a18
CSharpHTTPClient/CSharpHTTPClient.csproj
@@ -35,6 +35,12 @@
35
<PropertyGroup>
36
<StartupObject />
37
</PropertyGroup>
38
+ <PropertyGroup>
39
+ <SignAssembly>true</SignAssembly>
40
+ </PropertyGroup>
41
42
+ <AssemblyOriginatorKeyFile>csharphttpclient.pfx</AssemblyOriginatorKeyFile>
43
44
<ItemGroup>
45
<Reference Include="System" />
46
<Reference Include="System.Core" />
@@ -56,6 +62,7 @@
56
62
</ItemGroup>
57
63
58
64
<None Include="App.config" />
65
+ <None Include="csharphttpclient.pfx" />
59
66
60
67
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
61
68
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
0 commit comments