Skip to content

Commit

Permalink
Add build projects to Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed May 28, 2017
1 parent 50bb12f commit 057d3dc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions StrongNamer.sln
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 057d3dc

Please sign in to comment.