-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDTODeepDive.sln
40 lines (40 loc) · 2.46 KB
/
DTODeepDive.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DtoDeepDive.Data", "DtoDeepDive.Data\DtoDeepDive.Data.csproj", "{D6A90269-26F9-45B9-B464-9FE451F0227A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DtoDeepDive.IntegrationTests", "DtoDeepDive.Tests\DtoDeepDive.IntegrationTests.csproj", "{60B376A1-0EF8-42DC-B0B6-366ED7CE99AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DtoDeepDive.UnitTests", "DtoDeepDive.UnitTests\DtoDeepDive.UnitTests.csproj", "{10155A03-C4E0-4E94-95E3-39D97D85AE60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DtoDeepDive.WebUI", "DtoDeepDive.WebUI\DtoDeepDive.WebUI.csproj", "{89C42009-DDF8-434F-AD97-C2FACD077F65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6A90269-26F9-45B9-B464-9FE451F0227A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6A90269-26F9-45B9-B464-9FE451F0227A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6A90269-26F9-45B9-B464-9FE451F0227A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6A90269-26F9-45B9-B464-9FE451F0227A}.Release|Any CPU.Build.0 = Release|Any CPU
{60B376A1-0EF8-42DC-B0B6-366ED7CE99AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B376A1-0EF8-42DC-B0B6-366ED7CE99AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B376A1-0EF8-42DC-B0B6-366ED7CE99AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B376A1-0EF8-42DC-B0B6-366ED7CE99AC}.Release|Any CPU.Build.0 = Release|Any CPU
{10155A03-C4E0-4E94-95E3-39D97D85AE60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10155A03-C4E0-4E94-95E3-39D97D85AE60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10155A03-C4E0-4E94-95E3-39D97D85AE60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10155A03-C4E0-4E94-95E3-39D97D85AE60}.Release|Any CPU.Build.0 = Release|Any CPU
{89C42009-DDF8-434F-AD97-C2FACD077F65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89C42009-DDF8-434F-AD97-C2FACD077F65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89C42009-DDF8-434F-AD97-C2FACD077F65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89C42009-DDF8-434F-AD97-C2FACD077F65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal