main
1
2Microsoft Visual Studio Solution File, Format Version 10.00
3# Visual Studio 2008
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "project", "project.csproj", "{7F1E8D19-B4D4-40E6-939B-3601CAD82366}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "application", "product\application\application.csproj", "{5106142C-D444-4D6A-A73F-CA823CE38101}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "application.tests", "product\application.tests\application.tests.csproj", "{5C38D18E-7788-4B0C-A228-EBBEFBF148AD}"
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "application.console", "product\application.console\application.console\application.console.csproj", "{138AFA6A-D88C-4156-82EC-65AB62B19830}"
11EndProject
12Global
13 GlobalSection(SolutionConfigurationPlatforms) = preSolution
14 Debug|Any CPU = Debug|Any CPU
15 Release|Any CPU = Release|Any CPU
16 EndGlobalSection
17 GlobalSection(ProjectConfigurationPlatforms) = postSolution
18 {7F1E8D19-B4D4-40E6-939B-3601CAD82366}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19 {7F1E8D19-B4D4-40E6-939B-3601CAD82366}.Release|Any CPU.ActiveCfg = Release|Any CPU
20 {7F1E8D19-B4D4-40E6-939B-3601CAD82366}.Release|Any CPU.Build.0 = Release|Any CPU
21 {5106142C-D444-4D6A-A73F-CA823CE38101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22 {5106142C-D444-4D6A-A73F-CA823CE38101}.Debug|Any CPU.Build.0 = Debug|Any CPU
23 {5106142C-D444-4D6A-A73F-CA823CE38101}.Release|Any CPU.ActiveCfg = Release|Any CPU
24 {5106142C-D444-4D6A-A73F-CA823CE38101}.Release|Any CPU.Build.0 = Release|Any CPU
25 {5C38D18E-7788-4B0C-A228-EBBEFBF148AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26 {5C38D18E-7788-4B0C-A228-EBBEFBF148AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
27 {5C38D18E-7788-4B0C-A228-EBBEFBF148AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
28 {5C38D18E-7788-4B0C-A228-EBBEFBF148AD}.Release|Any CPU.Build.0 = Release|Any CPU
29 {138AFA6A-D88C-4156-82EC-65AB62B19830}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30 {138AFA6A-D88C-4156-82EC-65AB62B19830}.Debug|Any CPU.Build.0 = Debug|Any CPU
31 {138AFA6A-D88C-4156-82EC-65AB62B19830}.Release|Any CPU.ActiveCfg = Release|Any CPU
32 {138AFA6A-D88C-4156-82EC-65AB62B19830}.Release|Any CPU.Build.0 = Release|Any CPU
33 EndGlobalSection
34 GlobalSection(SolutionProperties) = preSolution
35 HideSolutionNode = FALSE
36 EndGlobalSection
37EndGlobal