summaryrefslogtreecommitdiff
path: root/Source/AbsInt
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/AbsInt
parent4a9e9a62ff2d9a530e56c8ed9c3f6bae2b9bf8d4 (diff)
Made consistent the way all of the C# projects sign themselves and include the version information.
Diffstat (limited to 'Source/AbsInt')
-rw-r--r--Source/AbsInt/..svnbridge/InterimKey.snk1
-rw-r--r--Source/AbsInt/AbsInt.csproj7
-rw-r--r--Source/AbsInt/AssemblyInfo.cs4
-rw-r--r--Source/AbsInt/InterimKey.snkbin596 -> 0 bytes
-rw-r--r--Source/AbsInt/version.cs8
5 files changed, 2 insertions, 18 deletions
diff --git a/Source/AbsInt/..svnbridge/InterimKey.snk b/Source/AbsInt/..svnbridge/InterimKey.snk
deleted file mode 100644
index 08149303..00000000
--- a/Source/AbsInt/..svnbridge/InterimKey.snk
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties> \ No newline at end of file
diff --git a/Source/AbsInt/AbsInt.csproj b/Source/AbsInt/AbsInt.csproj
index e7581599..3693400f 100644
--- a/Source/AbsInt/AbsInt.csproj
+++ b/Source/AbsInt/AbsInt.csproj
@@ -14,7 +14,7 @@
<FileAlignment>512</FileAlignment>
<CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
<SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>InterimKey.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>..\InterimKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -85,10 +85,7 @@
<Compile Include="ExprFactories.cs" />
<Compile Include="LoopInvariantsOnDemand.cs" />
<Compile Include="Traverse.cs" />
- <Compile Include="version.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="InterimKey.snk" />
+ <Compile Include="..\version.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AIFramework\AIFramework.sscproj">
diff --git a/Source/AbsInt/AssemblyInfo.cs b/Source/AbsInt/AssemblyInfo.cs
deleted file mode 100644
index 6ed99a25..00000000
--- a/Source/AbsInt/AssemblyInfo.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-[assembly: AssemblyKeyFile("..\\InterimKey.snk")]
diff --git a/Source/AbsInt/InterimKey.snk b/Source/AbsInt/InterimKey.snk
deleted file mode 100644
index 8fc79508..00000000
--- a/Source/AbsInt/InterimKey.snk
+++ /dev/null
Binary files differ
diff --git a/Source/AbsInt/version.cs b/Source/AbsInt/version.cs
deleted file mode 100644
index 2804c330..00000000
--- a/Source/AbsInt/version.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//-----------------------------------------------------------------------------
-//
-// Copyright (C) Microsoft Corporation. All Rights Reserved.
-//
-//-----------------------------------------------------------------------------
-using System.Reflection;
-[assembly: AssemblyVersion("2.0.0.0")]
-[assembly: AssemblyFileVersion("2.0.0.0")]