summaryrefslogtreecommitdiff
path: root/Source/Doomed
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2012-10-03 12:47:07 -0700
committerGravatar qadeer <unknown>2012-10-03 12:47:07 -0700
commite6a02c22f5c13ac0995cb57338ba730f126083c3 (patch)
tree8c6a5e50c564978473aa3181781e8a8b45bcb97a /Source/Doomed
parent8d7686cd88736d117e37eb9bf9dd17404a294ff4 (diff)
changed the signing to ..\InterimKey.snk
Diffstat (limited to 'Source/Doomed')
-rw-r--r--Source/Doomed/Doomed.csproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Doomed/Doomed.csproj b/Source/Doomed/Doomed.csproj
index fb64b247..c3319022 100644
--- a/Source/Doomed/Doomed.csproj
+++ b/Source/Doomed/Doomed.csproj
@@ -34,7 +34,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
- <AssemblyOriginatorKeyFile>InterimKey.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>..\InterimKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -51,7 +51,6 @@
<Compile Include="DoomedStrategy.cs" />
<Compile Include="DoomErrorHandler.cs" />
<Compile Include="HasseDiagram.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VCDoomed.cs" />
</ItemGroup>
<ItemGroup>
@@ -89,7 +88,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <None Include="InterimKey.snk" />
+ <Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.