-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHbm2Code.sln
More file actions
43 lines (43 loc) · 2.57 KB
/
Hbm2Code.sln
File metadata and controls
43 lines (43 loc) · 2.57 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 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hbm2Code.Tests.DomainModels", "Hbm2Code.Tests.DomainModels\Hbm2Code.Tests.DomainModels.csproj", "{9B29811D-4879-4B31-A8B2-56F22BF1CDFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hbm2Code", "Hbm2Code\Hbm2Code.csproj", "{B597E06E-BEA3-41D0-95F6-A8CE5EA2E2D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hbm2Code.Application", "Hbm2Code.Application\Hbm2Code.Application.csproj", "{0BC4CE6A-E0B2-44A6-A1CF-574A6C8E76C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hbm2Code.Tests", "Hbm2Code.Tests\Hbm2Code.Tests.csproj", "{47773D4C-CE85-473C-A2CB-B741CE92D951}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B29811D-4879-4B31-A8B2-56F22BF1CDFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B29811D-4879-4B31-A8B2-56F22BF1CDFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B29811D-4879-4B31-A8B2-56F22BF1CDFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B29811D-4879-4B31-A8B2-56F22BF1CDFC}.Release|Any CPU.Build.0 = Release|Any CPU
{B597E06E-BEA3-41D0-95F6-A8CE5EA2E2D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B597E06E-BEA3-41D0-95F6-A8CE5EA2E2D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B597E06E-BEA3-41D0-95F6-A8CE5EA2E2D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B597E06E-BEA3-41D0-95F6-A8CE5EA2E2D9}.Release|Any CPU.Build.0 = Release|Any CPU
{0BC4CE6A-E0B2-44A6-A1CF-574A6C8E76C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BC4CE6A-E0B2-44A6-A1CF-574A6C8E76C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BC4CE6A-E0B2-44A6-A1CF-574A6C8E76C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BC4CE6A-E0B2-44A6-A1CF-574A6C8E76C2}.Release|Any CPU.Build.0 = Release|Any CPU
{47773D4C-CE85-473C-A2CB-B741CE92D951}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47773D4C-CE85-473C-A2CB-B741CE92D951}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47773D4C-CE85-473C-A2CB-B741CE92D951}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47773D4C-CE85-473C-A2CB-B741CE92D951}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8679FE90-16FD-47E3-9842-41F255A634CE}
EndGlobalSection
EndGlobal