summaryrefslogtreecommitdiff
path: root/Source/Provers/SMTLib/SMTLib.csproj
diff options
context:
space:
mode:
authorGravatar mikebarnett <unknown>2010-07-30 04:12:05 +0000
committerGravatar mikebarnett <unknown>2010-07-30 04:12:05 +0000
commitb16618051e08f0b286e9f2171bdf6ed5efa552b1 (patch)
treec02778a49d4405bba59c12630d793e98060f49b3 /Source/Provers/SMTLib/SMTLib.csproj
parent4a9e9a62ff2d9a530e56c8ed9c3f6bae2b9bf8d4 (diff)
Made consistent the way all of the C# projects sign themselves and include the version information.
Diffstat (limited to 'Source/Provers/SMTLib/SMTLib.csproj')
-rw-r--r--Source/Provers/SMTLib/SMTLib.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Provers/SMTLib/SMTLib.csproj b/Source/Provers/SMTLib/SMTLib.csproj
index 21941194..21c830fd 100644
--- a/Source/Provers/SMTLib/SMTLib.csproj
+++ b/Source/Provers/SMTLib/SMTLib.csproj
@@ -13,6 +13,8 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>..\..\InterimKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -81,6 +83,7 @@
<Compile Include="ProverInterface.cs" />
<Compile Include="SMTLibLineariser.cs" />
<Compile Include="TypeDeclCollector.cs" />
+ <Compile Include="..\..\version.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\AIFramework\AIFramework.sscproj">