-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlueprinting.sln
39 lines (39 loc) · 2.24 KB
/
Blueprinting.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprinting", "src\Blueprinting\Blueprinting.csproj", "{11C2E6FA-30D8-4B7F-B4E5-9D228C30A91E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprinting.Tests", "test\Blueprinting.Tests\Blueprinting.Tests.csproj", "{76B08F3A-3BA8-4C7A-83FA-69A2926EC24E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprinting.Tests.ExternalBlueprints", "test\Blueprinting.Tests.ExternalBlueprints\Blueprinting.Tests.ExternalBlueprints.csproj", "{913340E9-7E02-40C0-AC0D-2B7A1EA8C8F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9E81BEE-8EB2-4E02-817F-862B1469DF4F}"
ProjectSection(SolutionItems) = preProject
nuget\Blueprinting.1.0.0.nuspec = nuget\Blueprinting.1.0.0.nuspec
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11C2E6FA-30D8-4B7F-B4E5-9D228C30A91E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11C2E6FA-30D8-4B7F-B4E5-9D228C30A91E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11C2E6FA-30D8-4B7F-B4E5-9D228C30A91E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11C2E6FA-30D8-4B7F-B4E5-9D228C30A91E}.Release|Any CPU.Build.0 = Release|Any CPU
{76B08F3A-3BA8-4C7A-83FA-69A2926EC24E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76B08F3A-3BA8-4C7A-83FA-69A2926EC24E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76B08F3A-3BA8-4C7A-83FA-69A2926EC24E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76B08F3A-3BA8-4C7A-83FA-69A2926EC24E}.Release|Any CPU.Build.0 = Release|Any CPU
{913340E9-7E02-40C0-AC0D-2B7A1EA8C8F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{913340E9-7E02-40C0-AC0D-2B7A1EA8C8F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{913340E9-7E02-40C0-AC0D-2B7A1EA8C8F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{913340E9-7E02-40C0-AC0D-2B7A1EA8C8F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal