-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCastleSandBox.sln
More file actions
43 lines (43 loc) · 2.49 KB
/
CastleSandBox.sln
File metadata and controls
43 lines (43 loc) · 2.49 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CastleSandBox.Core", "CastleSandBox.Core\CastleSandBox.Core.csproj", "{DC05B3D6-EF2F-4490-B2E6-47F2CA2397D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adults", "Adults\Adults.csproj", "{F585EF0F-EAB6-47B9-B50C-FF4263BEC750}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kid", "Kid\Kid.csproj", "{1F4960CC-DCFB-43FB-B292-5E014CC81C24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeopleExplorer", "PeopleExplorer\PeopleExplorer.csproj", "{7DF4B855-022D-47D6-B680-F00A2BC75BE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC05B3D6-EF2F-4490-B2E6-47F2CA2397D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC05B3D6-EF2F-4490-B2E6-47F2CA2397D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC05B3D6-EF2F-4490-B2E6-47F2CA2397D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC05B3D6-EF2F-4490-B2E6-47F2CA2397D7}.Release|Any CPU.Build.0 = Release|Any CPU
{F585EF0F-EAB6-47B9-B50C-FF4263BEC750}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F585EF0F-EAB6-47B9-B50C-FF4263BEC750}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F585EF0F-EAB6-47B9-B50C-FF4263BEC750}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F585EF0F-EAB6-47B9-B50C-FF4263BEC750}.Release|Any CPU.Build.0 = Release|Any CPU
{1F4960CC-DCFB-43FB-B292-5E014CC81C24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F4960CC-DCFB-43FB-B292-5E014CC81C24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F4960CC-DCFB-43FB-B292-5E014CC81C24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F4960CC-DCFB-43FB-B292-5E014CC81C24}.Release|Any CPU.Build.0 = Release|Any CPU
{7DF4B855-022D-47D6-B680-F00A2BC75BE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DF4B855-022D-47D6-B680-F00A2BC75BE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DF4B855-022D-47D6-B680-F00A2BC75BE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DF4B855-022D-47D6-B680-F00A2BC75BE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1477D65B-74DE-444F-A678-AE4B4580EFB8}
EndGlobalSection
EndGlobal