From 057d3dcebb24082e7b1a1f4a9924ea6979492d1c Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Sun, 28 May 2017 10:22:41 -0700 Subject: [PATCH] Add build projects to Solution --- StrongNamer.sln | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/StrongNamer.sln b/StrongNamer.sln index 9ae2385..c3fad43 100644 --- a/StrongNamer.sln +++ b/StrongNamer.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24620.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26510.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StrongNamer", "src\StrongNamer\StrongNamer.csproj", "{3BED6CCE-6803-448D-90D7-86EB9699CEA7}" EndProject @@ -12,6 +12,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestLibrary", "src\TestLibr EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsoleApp", "src\TestConsoleApp\TestConsoleApp.csproj", "{2F57F75B-02A7-44DE-B49F-5CA81546AF9B}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{3CBEB2ED-9680-44EF-B22B-7E91D758D672}" + ProjectSection(SolutionItems) = preProject + build\build.proj = build\build.proj + build\Build.tasks = build\Build.tasks + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU