summaryrefslogtreecommitdiff
path: root/Source/Provers/Isabelle/Isabelle.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Provers/Isabelle/Isabelle.csproj')
-rw-r--r--Source/Provers/Isabelle/Isabelle.csproj5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/Provers/Isabelle/Isabelle.csproj b/Source/Provers/Isabelle/Isabelle.csproj
index 049f5dd5..73eb6bdc 100644
--- a/Source/Provers/Isabelle/Isabelle.csproj
+++ b/Source/Provers/Isabelle/Isabelle.csproj
@@ -13,7 +13,7 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>InterimKey.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>..\..\InterimKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -67,9 +67,6 @@
<ItemGroup>
<Compile Include="Prover.cs" />
</ItemGroup>
- <ItemGroup>
- <None Include="InterimKey.snk" />
- </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.