diff options
author | stobies <unknown> | 2010-09-01 09:27:05 +0000 |
---|---|---|
committer | stobies <unknown> | 2010-09-01 09:27:05 +0000 |
commit | bd6230d8043533d72efdb4fb28c70d19e811930a (patch) | |
tree | 8f66f25d8e41c515a3ed913283b72f313a4e65d2 | |
parent | 01ac48ea968a4b1decaf73e520625cccd2ad44fe (diff) |
Version-stamp CCE assembly
-rw-r--r-- | Source/CodeContractsExtender/CodeContractsExtender.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/CodeContractsExtender/CodeContractsExtender.csproj b/Source/CodeContractsExtender/CodeContractsExtender.csproj index 5ccc68c5..be2e9f02 100644 --- a/Source/CodeContractsExtender/CodeContractsExtender.csproj +++ b/Source/CodeContractsExtender/CodeContractsExtender.csproj @@ -3,7 +3,7 @@ <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ACCC0156-0921-43ED-8F67-AD8BDC8CDE31}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -92,6 +92,9 @@ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="..\version.cs">
+ <Link>version.cs</Link>
+ </Compile>
<Compile Include="cce.cs" />
</ItemGroup>
<ItemGroup>
|