mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
7 lines
208 B
XML
7 lines
208 B
XML
<Project>
|
|
|
|
<PropertyGroup Condition="'$(SignAssembly)' == 'True'">
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|