main
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "domain", "src/domain/domain.csproj", "{4E400E9B-C985-49D3-BD7F-2C1D1022ECED}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "src/test/test.csproj", "{243D66C3-5F67-4B54-86B5-B6B76009B7FF}"
7EndProject
8Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 Debug|Any CPU = Debug|Any CPU
11 Release|Any CPU = Release|Any CPU
12 EndGlobalSection
13 GlobalSection(ProjectConfigurationPlatforms) = postSolution
14 {4E400E9B-C985-49D3-BD7F-2C1D1022ECED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 {4E400E9B-C985-49D3-BD7F-2C1D1022ECED}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 {4E400E9B-C985-49D3-BD7F-2C1D1022ECED}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 {4E400E9B-C985-49D3-BD7F-2C1D1022ECED}.Release|Any CPU.Build.0 = Release|Any CPU
18 {243D66C3-5F67-4B54-86B5-B6B76009B7FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19 {243D66C3-5F67-4B54-86B5-B6B76009B7FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
20 {243D66C3-5F67-4B54-86B5-B6B76009B7FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
21 {243D66C3-5F67-4B54-86B5-B6B76009B7FF}.Release|Any CPU.Build.0 = Release|Any CPU
22 EndGlobalSection
23 GlobalSection(SolutionProperties) = preSolution
24 HideSolutionNode = FALSE
25 EndGlobalSection
26EndGlobal