forked from joelabrahamsson/Page-Type-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PageTypeBuilder.sln
44 lines (44 loc) · 3.06 KB
/
PageTypeBuilder.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
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PageTypeBuilder", "PageTypeBuilder\PageTypeBuilder.csproj", "{E6723D8E-6D57-4388-B746-0E887E6B4B1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PageTypeBuilder.Tests", "PageTypeBuilder.Tests\PageTypeBuilder.Tests.csproj", "{338A60B0-B052-4554-9764-69B7B15915F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PageTypeBuilder.Activation.StructureMap", "PageTypeBuilder.Activation.StructureMap\PageTypeBuilder.Activation.StructureMap.csproj", "{F85D59E3-BF1C-47F6-929F-9751EFD00E22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PageTypeBuilder.Activation.StructureMap.Tests", "PageTypeBuilder.Activation.StructureMap.Tests\PageTypeBuilder.Activation.StructureMap.Tests.csproj", "{143E85AC-B3EB-4B32-BFFD-AECFA601EA76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PageTypeBuilder.Specs", "PageTypeBuilder.Specs\PageTypeBuilder.Specs.csproj", "{6C759161-194C-41FF-8071-4526D7067E2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6723D8E-6D57-4388-B746-0E887E6B4B1C}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{E6723D8E-6D57-4388-B746-0E887E6B4B1C}.Debug|Any CPU.Build.0 = Release|Any CPU
{E6723D8E-6D57-4388-B746-0E887E6B4B1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6723D8E-6D57-4388-B746-0E887E6B4B1C}.Release|Any CPU.Build.0 = Release|Any CPU
{338A60B0-B052-4554-9764-69B7B15915F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{338A60B0-B052-4554-9764-69B7B15915F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{338A60B0-B052-4554-9764-69B7B15915F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{338A60B0-B052-4554-9764-69B7B15915F7}.Release|Any CPU.Build.0 = Release|Any CPU
{F85D59E3-BF1C-47F6-929F-9751EFD00E22}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{F85D59E3-BF1C-47F6-929F-9751EFD00E22}.Debug|Any CPU.Build.0 = Release|Any CPU
{F85D59E3-BF1C-47F6-929F-9751EFD00E22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F85D59E3-BF1C-47F6-929F-9751EFD00E22}.Release|Any CPU.Build.0 = Release|Any CPU
{143E85AC-B3EB-4B32-BFFD-AECFA601EA76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{143E85AC-B3EB-4B32-BFFD-AECFA601EA76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{143E85AC-B3EB-4B32-BFFD-AECFA601EA76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{143E85AC-B3EB-4B32-BFFD-AECFA601EA76}.Release|Any CPU.Build.0 = Release|Any CPU
{6C759161-194C-41FF-8071-4526D7067E2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C759161-194C-41FF-8071-4526D7067E2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C759161-194C-41FF-8071-4526D7067E2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C759161-194C-41FF-8071-4526D7067E2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal