Commit b1829a9 1 parent 9baf478 commit b1829a9 Copy full SHA for b1829a9
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 30
30
<ErrorReport >prompt</ErrorReport >
31
31
<WarningLevel >4</WarningLevel >
32
32
</PropertyGroup >
33
+ <PropertyGroup >
34
+ <SignAssembly >false</SignAssembly >
35
+ </PropertyGroup >
36
+ <PropertyGroup >
37
+ <AssemblyOriginatorKeyFile >ucnlkey.pfx</AssemblyOriginatorKeyFile >
38
+ </PropertyGroup >
33
39
<ItemGroup >
34
40
<Reference Include =" System" />
35
41
<Reference Include =" System.Core" />
40
46
<Compile Include =" TinyKML.cs" />
41
47
<Compile Include =" Properties\AssemblyInfo.cs" />
42
48
</ItemGroup >
49
+ <ItemGroup >
50
+ <None Include =" ucnlkey.pfx" />
51
+ </ItemGroup >
43
52
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
44
53
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
45
54
Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments