Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 32e4783

Browse files
committed
Changes to allow building in VS 2015
1 parent b4f1930 commit 32e4783

3 files changed

Lines changed: 4 additions & 13 deletions

File tree

.nuget/packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

Geocoding.sln

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.31101.0
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.24720.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{891021E5-7521-4F93-9946-B7B630DF3192}"
77
ProjectSection(SolutionItems) = preProject
88
common.targets = common.targets
99
LICENSE.md = LICENSE.md
10-
.nuget\packages.config = .nuget\packages.config
1110
README.md = README.md
1211
teamcity.targets = teamcity.targets
1312
test.targets = test.targets
@@ -29,11 +28,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft", "Microsoft\Micr
2928
EndProject
3029
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapQuest", "MapQuest\MapQuest.csproj", "{B37FC059-5E9E-4893-994A-64D835D2A54F}"
3130
EndProject
32-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9F62DA27-AF69-4288-9D69-C56614DE66A3}"
33-
ProjectSection(SolutionItems) = preProject
34-
.nuget\packages.config = .nuget\packages.config
35-
EndProjectSection
36-
EndProject
3731
Global
3832
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3933
Debug|Any CPU = Debug|Any CPU

Tests/packages.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="ILMerge.MSBuild.Tasks" version="1.0.0.3" />
4+
<package id="MSBuildTasks" version="1.4.0.65" targetFramework="net40" />
35
<package id="xunit" version="1.9.2" targetFramework="net40" />
46
<package id="xunit.extensions" version="1.9.2" targetFramework="net40" />
57
<package id="xunit.runner.visualstudio" version="2.0.0" targetFramework="net40" />

0 commit comments

Comments
 (0)