-
Notifications
You must be signed in to change notification settings - Fork 0
/
TodoApp.sln
42 lines (42 loc) · 2.25 KB
/
TodoApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoAppSvc", "TodoApp\TodoAppSvc.csproj", "{C0F862FF-A435-4A4A-9BFB-361CA3FF6A02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoAppWeb", "TodoAppWeb\TodoAppWeb.csproj", "{23CF5A6E-5CB7-4465-BEBE-BC017FAC567E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27D20BE9-75C6-4DA3-85D4-C7BB667C3BAF}"
ProjectSection(SolutionItems) = preProject
READ.ME = READ.ME
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoAppSvcTest", "TodoAppSvcTest\TodoAppSvcTest.csproj", "{34955B65-65CC-47A2-ABF4-2E313F2C4748}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0F862FF-A435-4A4A-9BFB-361CA3FF6A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0F862FF-A435-4A4A-9BFB-361CA3FF6A02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0F862FF-A435-4A4A-9BFB-361CA3FF6A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0F862FF-A435-4A4A-9BFB-361CA3FF6A02}.Release|Any CPU.Build.0 = Release|Any CPU
{23CF5A6E-5CB7-4465-BEBE-BC017FAC567E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23CF5A6E-5CB7-4465-BEBE-BC017FAC567E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23CF5A6E-5CB7-4465-BEBE-BC017FAC567E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23CF5A6E-5CB7-4465-BEBE-BC017FAC567E}.Release|Any CPU.Build.0 = Release|Any CPU
{34955B65-65CC-47A2-ABF4-2E313F2C4748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34955B65-65CC-47A2-ABF4-2E313F2C4748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34955B65-65CC-47A2-ABF4-2E313F2C4748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34955B65-65CC-47A2-ABF4-2E313F2C4748}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {141205DC-E283-4397-BF55-3985F88AA075}
EndGlobalSection
EndGlobal