Skip to content

Commit

Permalink
Convert to VS 2010.
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Nov 3, 2010
1 parent 9553029 commit 1e5da01
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions XStream.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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}") = "XStream", "XStream\XStream.csproj", "{9BD43834-B35E-4CB5-B6C1-81547E59A7B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XStreamWithTests", "XStream\XStreamWithTests.csproj", "{5C5B2DDC-8653-44F7-ACBE-B66E8754C146}"
Expand All @@ -11,14 +11,17 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C5B2DDC-8653-44F7-ACBE-B66E8754C146}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C5B2DDC-8653-44F7-ACBE-B66E8754C146}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C5B2DDC-8653-44F7-ACBE-B66E8754C146}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C5B2DDC-8653-44F7-ACBE-B66E8754C146}.Release|Any CPU.Build.0 = Release|Any CPU
{9BD43834-B35E-4CB5-B6C1-81547E59A7B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BD43834-B35E-4CB5-B6C1-81547E59A7B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BD43834-B35E-4CB5-B6C1-81547E59A7B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BD43834-B35E-4CB5-B6C1-81547E59A7B4}.Release|Any CPU.Build.0 = Release|Any CPU
{5C5B2DDC-8653-44F7-ACBE-B66E8754C146}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C5B2DDC-8653-44F7-ACBE-B66E8754C146}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C5B2DDC-8653-44F7-ACBE-B66E8754C146}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C5B2DDC-8653-44F7-ACBE-B66E8754C146}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = XStream\XStream.csproj
Expand All @@ -39,7 +42,4 @@ Global
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 3 additions & 3 deletions XStream/XStream.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -12,7 +12,7 @@
<AssemblyName>XStream</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
Expand Down
8 changes: 4 additions & 4 deletions XStream/XStreamWithTests.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -12,7 +12,7 @@
<AssemblyName>XStream</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
Expand Down Expand Up @@ -107,4 +107,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 1e5da01

Please sign in to comment.