Changeset 271
- Timestamp:
- 09/02/08 20:47:01 (3 months ago)
- Files:
-
- trunk/Source/Machine.Utility/Machine.Utility.ThreadPool/Machine.Utility.ThreadPool.csproj (modified) (1 diff)
- trunk/Source/Specifications/Machine.Specifications.ConsoleRunner.Specs/Machine.Specifications.ConsoleRunner.Specs.csproj (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.ConsoleRunner.Specs/Properties/AssemblyInfo.cs (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.ConsoleRunner/Machine.Specifications.ConsoleRunner.csproj (modified) (1 diff)
- trunk/Source/Specifications/Machine.Specifications.ConsoleRunner/Properties/AssemblyInfo.cs (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.Example/Machine.Specifications.Example.csproj (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.Example/Properties/AssemblyInfo.cs (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.FailingExample/Machine.Specifications.FailingExample.csproj (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.FailingExample/Properties/AssemblyInfo.cs (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.GallioAdapter.Tests/Machine.Specifications.GallioAdapter.Tests.csproj (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.GallioAdapter.Tests/Properties/AssemblyInfo.cs (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.GallioAdapter/Machine.Specifications.GallioAdapter.csproj (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.Reporting/Machine.Specifications.Reporting.csproj (modified) (1 diff)
- trunk/Source/Specifications/Machine.Specifications.Reporting/Properties/AssemblyInfo.cs (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.TDNetRunner.Tests/Machine.Specifications.TDNetRunner.Tests.csproj (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.TDNetRunner.Tests/Properties/AssemblyInfo.cs (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.TDNetRunner/Machine.Specifications.TDNetRunner.csproj (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications.Tests/Properties/AssemblyInfo.cs (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications/Machine.Specifications.csproj (modified) (2 diffs)
- trunk/Source/Specifications/Machine.Specifications/Properties/SharedAssemblyInfo.cs (deleted)
- trunk/Source/Specifications/SharedAssemblyInfo.cs (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Machine.Utility/Machine.Utility.ThreadPool/Machine.Utility.ThreadPool.csproj
r202 r271 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{DB74F574-F8A4-4870-B632-7E09A62EF358}</ProjectGuid> trunk/Source/Specifications/Machine.Specifications.ConsoleRunner.Specs/Machine.Specifications.ConsoleRunner.Specs.csproj
r163 r271 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{F25C7917-4ED6-4261-B262-43C56D0CD37F}</ProjectGuid> … … 59 59 </ItemGroup> 60 60 <ItemGroup> 61 <Compile Include="..\SharedAssemblyInfo.cs"> 62 <Link>Properties\SharedAssemblyInfo.cs</Link> 63 </Compile> 61 64 <Compile Include="FakeConsole.cs" /> 62 65 <Compile Include="Properties\AssemblyInfo.cs" /> trunk/Source/Specifications/Machine.Specifications.ConsoleRunner.Specs/Properties/AssemblyInfo.cs
r152 r271 10 10 [assembly : AssemblyDescription("")] 11 11 [assembly : AssemblyConfiguration("")] 12 [assembly : AssemblyCompany("Microsoft")]13 12 [assembly : AssemblyProduct("Machine.Specifications.ConsoleRunner.Specs")] 14 [assembly : AssemblyCopyright("Copyright � Microsoft 2008")]15 [assembly : AssemblyTrademark("")]16 13 [assembly : AssemblyCulture("")] 17 14 … … 25 22 26 23 [assembly : Guid("3c48e884-acfe-4ffb-ac76-361ba0fa6515")] 27 28 // Version information for an assembly consists of the following four values:29 //30 // Major Version31 // Minor Version32 // Build Number33 // Revision34 //35 // You can specify all the values or you can default the Build and Revision Numbers36 // by using the '*' as shown below:37 // [assembly: AssemblyVersion("1.0.*")]38 39 [assembly : AssemblyVersion("1.0.0.0")]40 [assembly : AssemblyFileVersion("1.0.0.0")]trunk/Source/Specifications/Machine.Specifications.ConsoleRunner/Machine.Specifications.ConsoleRunner.csproj
r260 r271 50 50 </ItemGroup> 51 51 <ItemGroup> 52 <Compile Include="..\SharedAssemblyInfo.cs"> 53 <Link>Properties\SharedAssemblyInfo.cs</Link> 54 </Compile> 52 55 <Compile Include="DefaultConsole.cs" /> 53 56 <Compile Include="ExceptionReporter.cs" /> trunk/Source/Specifications/Machine.Specifications.ConsoleRunner/Properties/AssemblyInfo.cs
r162 r271 10 10 [assembly : AssemblyDescription("")] 11 11 [assembly : AssemblyConfiguration("")] 12 [assembly : AssemblyCompany("Microsoft")]13 12 [assembly : AssemblyProduct("Machine.Specifications.ConsoleRunner")] 14 [assembly : AssemblyCopyright("Copyright � Microsoft 2008")]15 [assembly : AssemblyTrademark("")]16 13 [assembly : AssemblyCulture("")] 17 14 … … 26 23 [assembly : Guid("c3c1cde1-f517-4ca8-8657-5465be3e1556")] 27 24 28 // Version information for an assembly consists of the following four values:29 //30 // Major Version31 // Minor Version32 // Build Number33 // Revision34 //35 // You can specify all the values or you can default the Build and Revision Numbers36 // by using the '*' as shown below:37 // [assembly: AssemblyVersion("1.0.*")]38 39 [assembly : AssemblyVersion("1.0.0.0")]40 [assembly : AssemblyFileVersion("1.0.0.0")]41 42 25 [assembly : InternalsVisibleTo("Machine.Specifications.ConsoleRunner.Specs")] trunk/Source/Specifications/Machine.Specifications.Example/Machine.Specifications.Example.csproj
r150 r271 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{2C28C643-31A2-44CA-B762-953A963F6F61}</ProjectGuid> … … 47 47 </ItemGroup> 48 48 <ItemGroup> 49 <Compile Include="..\SharedAssemblyInfo.cs"> 50 <Link>Properties\SharedAssemblyInfo.cs</Link> 51 </Compile> 49 52 <Compile Include="Account.cs" /> 50 53 <Compile Include="BankingSpecs.cs" /> trunk/Source/Specifications/Machine.Specifications.Example/Properties/AssemblyInfo.cs
r152 r271 9 9 [assembly: AssemblyDescription("")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany("Microsoft")]12 11 [assembly: AssemblyProduct("Machine.Specifications.Example")] 13 [assembly: AssemblyCopyright("Copyright � Microsoft 2008")]14 [assembly: AssemblyTrademark("")]15 12 [assembly: AssemblyCulture("")] 16 13 … … 22 19 // The following GUID is for the ID of the typelib if this project is exposed to COM 23 20 [assembly: Guid("01cb66b4-916d-46d3-a63e-afd05644228e")] 24 25 // Version information for an assembly consists of the following four values:26 //27 // Major Version28 // Minor Version29 // Build Number30 // Revision31 //32 // You can specify all the values or you can default the Build and Revision Numbers33 // by using the '*' as shown below:34 // [assembly: AssemblyVersion("1.0.*")]35 [assembly: AssemblyVersion("1.0.0.0")]36 [assembly: AssemblyFileVersion("1.0.0.0")]trunk/Source/Specifications/Machine.Specifications.FailingExample/Machine.Specifications.FailingExample.csproj
r164 r271 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{89ECD0D1-6CC4-4319-B1B2-389E0B48F40D}</ProjectGuid> … … 46 46 </ItemGroup> 47 47 <ItemGroup> 48 <Compile Include="..\SharedAssemblyInfo.cs"> 49 <Link>Properties\SharedAssemblyInfo.cs</Link> 50 </Compile> 48 51 <Compile Include="FailingContext.cs" /> 49 52 <Compile Include="Properties\AssemblyInfo.cs" /> trunk/Source/Specifications/Machine.Specifications.FailingExample/Properties/AssemblyInfo.cs
r162 r271 9 9 [assembly: AssemblyDescription("")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany("Eleutian Technology")]12 11 [assembly: AssemblyProduct("Machine.Specifications.FailingExample")] 13 [assembly: AssemblyCopyright("Copyright © Eleutian Technology 2008")]14 [assembly: AssemblyTrademark("")]15 12 [assembly: AssemblyCulture("")] 16 13 … … 22 19 // The following GUID is for the ID of the typelib if this project is exposed to COM 23 20 [assembly: Guid("39a975ce-a297-41ac-9df4-38face7457ff")] 24 25 // Version information for an assembly consists of the following four values:26 //27 // Major Version28 // Minor Version29 // Build Number30 // Revision31 //32 // You can specify all the values or you can default the Build and Revision Numbers33 // by using the '*' as shown below:34 // [assembly: AssemblyVersion("1.0.*")]35 [assembly: AssemblyVersion("1.0.0.0")]36 [assembly: AssemblyFileVersion("1.0.0.0")]trunk/Source/Specifications/Machine.Specifications.GallioAdapter.Tests/Machine.Specifications.GallioAdapter.Tests.csproj
r124 r271 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{C0B4E7EB-7D1F-44B9-B8C1-F989A91D3655}</ProjectGuid> … … 54 54 </ItemGroup> 55 55 <ItemGroup> 56 <Compile Include="..\SharedAssemblyInfo.cs"> 57 <Link>Properties\SharedAssemblyInfo.cs</Link> 58 </Compile> 56 59 <Compile Include="BaseTestFrameworkTest.cs" /> 57 60 <Compile Include="FrameworkTests.cs" /> trunk/Source/Specifications/Machine.Specifications.GallioAdapter.Tests/Properties/AssemblyInfo.cs
r152 r271 9 9 [assembly: AssemblyDescription("")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany("Microsoft")]12 11 [assembly: AssemblyProduct("Machine.Specifications.GallioAdapter.Tests")] 13 [assembly: AssemblyCopyright("Copyright � Microsoft 2008")]14 [assembly: AssemblyTrademark("")]15 12 [assembly: AssemblyCulture("")] 16 13 … … 23 20 [assembly: Guid("d1dd61e8-66c0-4251-ba30-86745962222d")] 24 21 25 // Version information for an assembly consists of the following four values:26 //27 // Major Version28 // Minor Version29 // Build Number30 // Revision31 //32 // You can specify all the values or you can default the Build and Revision Numbers33 // by using the '*' as shown below:34 // [assembly: AssemblyVersion("1.0.*")]35 [assembly: AssemblyVersion("1.0.0.0")]36 [assembly: AssemblyFileVersion("1.0.0.0")]trunk/Source/Specifications/Machine.Specifications.GallioAdapter/Machine.Specifications.GallioAdapter.csproj
r130 r271 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{7CB38828-8299-4BDB-924F-D590A8C44230}</ProjectGuid> … … 50 50 </ItemGroup> 51 51 <ItemGroup> 52 <Compile Include="..\ Machine.Specifications\Properties\SharedAssemblyInfo.cs">52 <Compile Include="..\SharedAssemblyInfo.cs"> 53 53 <Link>Properties\SharedAssemblyInfo.cs</Link> 54 54 </Compile> trunk/Source/Specifications/Machine.Specifications.Reporting/Machine.Specifications.Reporting.csproj
r262 r271 46 46 </ItemGroup> 47 47 <ItemGroup> 48 <Compile Include="..\SharedAssemblyInfo.cs"> 49 <Link>Properties\SharedAssemblyInfo.cs</Link> 50 </Compile> 48 51 <Compile Include="GenerateHtmlReportRunListener.cs" /> 49 52 <Compile Include="Properties\AssemblyInfo.cs" /> trunk/Source/Specifications/Machine.Specifications.Reporting/Properties/AssemblyInfo.cs
r261 r271 9 9 [assembly: AssemblyDescription("")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany("Microsoft")]12 11 [assembly: AssemblyProduct("Machine.Specifications.Reporting")] 13 [assembly: AssemblyCopyright("Copyright © Microsoft 2008")]14 [assembly: AssemblyTrademark("")]15 12 [assembly: AssemblyCulture("")] 16 13 … … 22 19 // The following GUID is for the ID of the typelib if this project is exposed to COM 23 20 [assembly: Guid("e66f4faa-1a43-4485-9cc2-9bcc44df1478")] 24 25 // Version information for an assembly consists of the following four values:26 //27 // Major Version28 // Minor Version29 // Build Number30 // Revision31 //32 // You can specify all the values or you can default the Build and Revision Numbers33 // by using the '*' as shown below:34 // [assembly: AssemblyVersion("1.0.*")]35 [assembly: AssemblyVersion("1.0.0.0")]36 [assembly: AssemblyFileVersion("1.0.0.0")]trunk/Source/Specifications/Machine.Specifications.TDNetRunner.Tests/Machine.Specifications.TDNetRunner.Tests.csproj
r124 r271 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{43F1FD70-0B7A-47D2-BC2A-0C9ED18677C8}</ProjectGuid> … … 46 46 </ItemGroup> 47 47 <ItemGroup> 48 <Compile Include="..\SharedAssemblyInfo.cs"> 49 <Link>Properties\SharedAssemblyInfo.cs</Link> 50 </Compile> 48 51 <Compile Include="Properties\AssemblyInfo.cs" /> 49 52 <Compile Include="SpecificationRunnerSpecs.cs" /> trunk/Source/Specifications/Machine.Specifications.TDNetRunner.Tests/Properties/AssemblyInfo.cs
r152 r271 9 9 [assembly: AssemblyDescription("")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany("Microsoft")]12 11 [assembly: AssemblyProduct("Machine.Specifications.TDNetRunner.Tests")] 13 [assembly: AssemblyCopyright("Copyright � Microsoft 2008")]14 [assembly: AssemblyTrademark("")]15 12 [assembly: AssemblyCulture("")] 16 13 … … 22 19 // The following GUID is for the ID of the typelib if this project is exposed to COM 23 20 [assembly: Guid("e3e1dc8f-8f91-4038-8f13-063e92a62172")] 24 25 // Version information for an assembly consists of the following four values:26 //27 // Major Version28 // Minor Version29 // Build Number30 // Revision31 //32 // You can specify all the values or you can default the Build and Revision Numbers33 // by using the '*' as shown below:34 // [assembly: AssemblyVersion("1.0.*")]35 [assembly: AssemblyVersion("1.0.0.0")]36 [assembly: AssemblyFileVersion("1.0.0.0")]trunk/Source/Specifications/Machine.Specifications.TDNetRunner/Machine.Specifications.TDNetRunner.csproj
r158 r271 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 21022</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{E57865B9-C7EF-4340-8AF2-5D85F2545EC6}</ProjectGuid> … … 50 50 </ItemGroup> 51 51 <ItemGroup> 52 <Compile Include="..\ Machine.Specifications\Properties\SharedAssemblyInfo.cs">52 <Compile Include="..\SharedAssemblyInfo.cs"> 53 53 <Link>Properties\SharedAssemblyInfo.cs</Link> 54 54 </Compile> trunk/Source/Specifications/Machine.Specifications.Tests/Properties/AssemblyInfo.cs
r152 r271 9 9 [assembly: AssemblyDescription("")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany("Microsoft")]12 11 [assembly: AssemblyProduct("Machine.Specifications.Tests")] 13 [assembly: AssemblyCopyright("Copyright � Microsoft 2008")]14 [assembly: AssemblyTrademark("")]15 12 [assembly: AssemblyCulture("")] 16 13 … … 22 19 // The following GUID is for the ID of the typelib if this project is exposed to COM 23 20 [assembly: Guid("767aed04-ddf8-4283-9b6e-dc06d66e06df")] 24 25 // Version information for an assembly consists of the following four values:26 //27 // Major Version28 // Minor Version29 // Build Number30 // Revision31 //32 // You can specify all the values or you can default the Build and Revision Numbers33 // by using the '*' as shown below:34 // [assembly: AssemblyVersion("1.0.*")]35 [assembly: AssemblyVersion("1.0.0.0")]36 [assembly: AssemblyFileVersion("1.0.0.0")]trunk/Source/Specifications/Machine.Specifications/Machine.Specifications.csproj
r267 r271 50 50 </ItemGroup> 51 51 <ItemGroup> 52 <Compile Include="..\SharedAssemblyInfo.cs"> 53 <Link>Properties\SharedAssemblyInfo.cs</Link> 54 </Compile> 52 55 <Compile Include="Catch.cs" /> 53 56 <Compile Include="ConcernAttribute.cs" /> … … 74 77 <Compile Include="Utility\RandomExtensionMethods.cs" /> 75 78 <Compile Include="Utility\ReflectionHelper.cs" /> 76 <Compile Include="Properties\SharedAssemblyInfo.cs" />77 79 <Compile Include="SpecificationExceptions.cs" /> 78 80 <Compile Include="Verifiers\DescriptionVerifier.cs" />