Skip to content

Commit

Permalink
Upgraded to VS2010.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Oct 8, 2011
1 parent 88acdfc commit 09d93bb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
6 changes: 5 additions & 1 deletion NHamcrest.Tests/NHamcrest.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -12,6 +12,10 @@
<AssemblyName>NHamcrest.Tests</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
20 changes: 18 additions & 2 deletions NHamcrest.sln
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHamcrest", "NHamcrest\NHamcrest.csproj", "{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHamcrest.Tests", "NHamcrest.Tests\NHamcrest.Tests.csproj", "{368D7391-0C63-4F48-8D8C-3942E0693B92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Debug|x86.ActiveCfg = Debug|Any CPU
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Release|Any CPU.Build.0 = Release|Any CPU
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BF7E7EB3-0C15-4F55-85F9-B2A7564D98D4}.Release|x86.ActiveCfg = Release|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Debug|x86.ActiveCfg = Debug|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Release|Any CPU.Build.0 = Release|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{368D7391-0C63-4F48-8D8C-3942E0693B92}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 5 additions & 3 deletions NHamcrest/NHamcrest.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -12,10 +12,12 @@
<AssemblyName>NHamcrest</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkSubset>
</TargetFrameworkSubset>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\Key.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 09d93bb

Please sign in to comment.