Skip to content

Commit b1829a9

Browse files
Add files via upload
1 parent 9baf478 commit b1829a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

UCNLKML.csproj

+9
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
33+
<PropertyGroup>
34+
<SignAssembly>false</SignAssembly>
35+
</PropertyGroup>
36+
<PropertyGroup>
37+
<AssemblyOriginatorKeyFile>ucnlkey.pfx</AssemblyOriginatorKeyFile>
38+
</PropertyGroup>
3339
<ItemGroup>
3440
<Reference Include="System" />
3541
<Reference Include="System.Core" />
@@ -40,6 +46,9 @@
4046
<Compile Include="TinyKML.cs" />
4147
<Compile Include="Properties\AssemblyInfo.cs" />
4248
</ItemGroup>
49+
<ItemGroup>
50+
<None Include="ucnlkey.pfx" />
51+
</ItemGroup>
4352
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4453
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
4554
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)