-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathColumbo.Minesweeper.sln
51 lines (51 loc) · 3.37 KB
/
Columbo.Minesweeper.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
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Columbo.Minesweeper.Ui.Web", "Columbo.Minesweeper.Ui.Web\Columbo.Minesweeper.Ui.Web.csproj", "{8CE780FA-FE7E-4A25-A616-BE34FC1E51FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Columbo.Minesweeper.Specs.Uat", "Columbo.Minesweeper.Specs.Uat\Columbo.Minesweeper.Specs.Uat.csproj", "{26FA8829-C770-4087-9D1F-AF8AAE0A436D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Columbo.Minesweeper.Application", "Columbo.Minesweeper.Application\Columbo.Minesweeper.Application.csproj", "{443E72F2-784B-4248-9F5A-413F24694C82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Columbo.Minesweeper.Build", "Columbo.Minesweeper.Build.csproj", "{EA33668F-B2E1-46D7-8CB7-5200E7494F3F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Specs", "Specs", "{95BD7681-F655-41CE-BB4E-AFBA20E92EBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{1EA6A7AD-8978-48F4-8CA4-8563186433C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Columbo.Minesweeper.Specs.Core", "Columbo.Minesweeper.Specs.Core\Columbo.Minesweeper.Specs.Core.csproj", "{4D78916F-022B-4948-BCAF-CFCCC4881B51}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CE780FA-FE7E-4A25-A616-BE34FC1E51FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CE780FA-FE7E-4A25-A616-BE34FC1E51FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CE780FA-FE7E-4A25-A616-BE34FC1E51FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CE780FA-FE7E-4A25-A616-BE34FC1E51FB}.Release|Any CPU.Build.0 = Release|Any CPU
{26FA8829-C770-4087-9D1F-AF8AAE0A436D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26FA8829-C770-4087-9D1F-AF8AAE0A436D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26FA8829-C770-4087-9D1F-AF8AAE0A436D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26FA8829-C770-4087-9D1F-AF8AAE0A436D}.Release|Any CPU.Build.0 = Release|Any CPU
{443E72F2-784B-4248-9F5A-413F24694C82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{443E72F2-784B-4248-9F5A-413F24694C82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{443E72F2-784B-4248-9F5A-413F24694C82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{443E72F2-784B-4248-9F5A-413F24694C82}.Release|Any CPU.Build.0 = Release|Any CPU
{EA33668F-B2E1-46D7-8CB7-5200E7494F3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA33668F-B2E1-46D7-8CB7-5200E7494F3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D78916F-022B-4948-BCAF-CFCCC4881B51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D78916F-022B-4948-BCAF-CFCCC4881B51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D78916F-022B-4948-BCAF-CFCCC4881B51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D78916F-022B-4948-BCAF-CFCCC4881B51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{26FA8829-C770-4087-9D1F-AF8AAE0A436D} = {95BD7681-F655-41CE-BB4E-AFBA20E92EBC}
{4D78916F-022B-4948-BCAF-CFCCC4881B51} = {95BD7681-F655-41CE-BB4E-AFBA20E92EBC}
{EA33668F-B2E1-46D7-8CB7-5200E7494F3F} = {1EA6A7AD-8978-48F4-8CA4-8563186433C2}
EndGlobalSection
EndGlobal