-
Notifications
You must be signed in to change notification settings - Fork 0
/
ServiceBuilderTest.sln
43 lines (43 loc) · 2.65 KB
/
ServiceBuilderTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBuilderTest.Model", "ServiceBuilderTest.Model\ServiceBuilderTest.Model.csproj", "{007BCB45-53AC-4195-8561-97DF15E32A24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceTests", "ServiceTests\ServiceTests.csproj", "{70F8A00B-A71D-4774-AC5D-25E0350D3FD3}"
ProjectSection(ProjectDependencies) = postProject
{CE50FA50-FC2D-49BB-91B5-2E0E30195B2B} = {CE50FA50-FC2D-49BB-91B5-2E0E30195B2B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBuilderTest.Repository", "ServiceBuilderTest.Repository\ServiceBuilderTest.Repository.csproj", "{89307311-06CD-4314-92F8-0361D2103CC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBuilderTest.Service", "ServiceBuilderTest.Service\ServiceBuilderTest.Service.csproj", "{CE50FA50-FC2D-49BB-91B5-2E0E30195B2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{007BCB45-53AC-4195-8561-97DF15E32A24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{007BCB45-53AC-4195-8561-97DF15E32A24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{007BCB45-53AC-4195-8561-97DF15E32A24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{007BCB45-53AC-4195-8561-97DF15E32A24}.Release|Any CPU.Build.0 = Release|Any CPU
{70F8A00B-A71D-4774-AC5D-25E0350D3FD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70F8A00B-A71D-4774-AC5D-25E0350D3FD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70F8A00B-A71D-4774-AC5D-25E0350D3FD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70F8A00B-A71D-4774-AC5D-25E0350D3FD3}.Release|Any CPU.Build.0 = Release|Any CPU
{89307311-06CD-4314-92F8-0361D2103CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89307311-06CD-4314-92F8-0361D2103CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89307311-06CD-4314-92F8-0361D2103CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89307311-06CD-4314-92F8-0361D2103CC6}.Release|Any CPU.Build.0 = Release|Any CPU
{CE50FA50-FC2D-49BB-91B5-2E0E30195B2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE50FA50-FC2D-49BB-91B5-2E0E30195B2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE50FA50-FC2D-49BB-91B5-2E0E30195B2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE50FA50-FC2D-49BB-91B5-2E0E30195B2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal