summaryrefslogtreecommitdiff
path: root/Source/Predication/Predication.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Predication/Predication.csproj')
-rw-r--r--Source/Predication/Predication.csproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Predication/Predication.csproj b/Source/Predication/Predication.csproj
index d5ed2a9e..8060f52f 100644
--- a/Source/Predication/Predication.csproj
+++ b/Source/Predication/Predication.csproj
@@ -34,7 +34,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
- <AssemblyOriginatorKeyFile>InterimKey.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>..\InterimKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -47,7 +47,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="BlockPredicator.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SmartBlockPredicator.cs" />
<Compile Include="UniformityAnalyser.cs" />
</ItemGroup>
@@ -74,7 +73,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.