-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleToDoService.sln
More file actions
29 lines (28 loc) · 1.68 KB
/
SimpleToDoService.sln
File metadata and controls
29 lines (28 loc) · 1.68 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C3127498-F0A5-475F-A892-CF42C98747FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleToDoService", "src\SimpleToDoService\SimpleToDoService.csproj", "{EE71DC07-3CF7-474C-B597-DB1D9A08E937}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleToDoServiceTests", "src\SimpleToDoServiceTests\SimpleToDoServiceTests.csproj", "{92FB4095-44B4-4953-BA73-D3D49C1753E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE71DC07-3CF7-474C-B597-DB1D9A08E937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE71DC07-3CF7-474C-B597-DB1D9A08E937}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE71DC07-3CF7-474C-B597-DB1D9A08E937}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE71DC07-3CF7-474C-B597-DB1D9A08E937}.Release|Any CPU.Build.0 = Release|Any CPU
{92FB4095-44B4-4953-BA73-D3D49C1753E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92FB4095-44B4-4953-BA73-D3D49C1753E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92FB4095-44B4-4953-BA73-D3D49C1753E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92FB4095-44B4-4953-BA73-D3D49C1753E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EE71DC07-3CF7-474C-B597-DB1D9A08E937} = {C3127498-F0A5-475F-A892-CF42C98747FA}
{92FB4095-44B4-4953-BA73-D3D49C1753E7} = {C3127498-F0A5-475F-A892-CF42C98747FA}
EndGlobalSection
EndGlobal