Skip to content
This repository was archived by the owner on Nov 26, 2018. It is now read-only.

Commit 714b259

Browse files
committed
Upgrading to visual studio 2012
1 parent 94b5a3f commit 714b259

3 files changed

Lines changed: 19 additions & 8 deletions

File tree

src/Ideastrike.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ideastrike", "Ideastrike\Ideastrike.csproj", "{E94D0E2C-DB3D-4D55-BF26-7ABC7452BDA4}"
5-
EndProject
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ideastrike.Tests", "Ideastrike.Tests\Ideastrike.Tests.csproj", "{96FDB821-2AB9-4EE8-9CAB-0C922362F196}"
7-
EndProject
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
84
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{5FAE0623-4A8B-4109-ADDE-FE13816A4146}"
95
ProjectSection(SolutionItems) = preProject
106
.nuget\NuGet.exe = .nuget\NuGet.exe
117
.nuget\NuGet.targets = .nuget\NuGet.targets
128
EndProjectSection
139
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ideastrike", "Ideastrike\Ideastrike.csproj", "{E94D0E2C-DB3D-4D55-BF26-7ABC7452BDA4}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ideastrike.Tests", "Ideastrike.Tests\Ideastrike.Tests.csproj", "{96FDB821-2AB9-4EE8-9CAB-0C922362F196}"
13+
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1616
Debug|Any CPU = Debug|Any CPU

src/Ideastrike/Ideastrike.csproj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
34
<PropertyGroup>
45
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
56
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -17,6 +18,11 @@
1718
<UseIISExpress>false</UseIISExpress>
1819
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1920
<RestorePackages>true</RestorePackages>
21+
<FileUpgradeFlags>
22+
</FileUpgradeFlags>
23+
<UpgradeBackupLocation>
24+
</UpgradeBackupLocation>
25+
<OldToolsVersion>4.0</OldToolsVersion>
2026
</PropertyGroup>
2127
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2228
<DebugSymbols>true</DebugSymbols>
@@ -354,8 +360,13 @@
354360
<ItemGroup>
355361
<None Include="Scripts\jquery-2.0.2.min.map" />
356362
</ItemGroup>
363+
<PropertyGroup>
364+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
365+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
366+
</PropertyGroup>
357367
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
358-
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
368+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
369+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
359370
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
360371
Other similar extension points exist, see Microsoft.Common.targets.
361372
<Target Name="BeforeBuild">

src/Ideastrike/Localization/Strings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)