-
Notifications
You must be signed in to change notification settings - Fork 123
/
ToDo.Net.sln
92 lines (92 loc) · 5.96 KB
/
ToDo.Net.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToDoLib", "ToDoLib\ToDoLib.csproj", "{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToDoTests", "ToDoTests\ToDoTests.csproj", "{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{FC3F905A-DEE1-454E-8746-936492D66CF2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D319B4BA-4A63-44EE-8B73-1CE76F48A108}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Updates.xml = Updates.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorFont", "ColorFont\ColorFont.csproj", "{C51DEEDA-B581-401B-870B-DBB7D10119BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonExtensions", "CommonExtensions\CommonExtensions.csproj", "{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{3A0A572E-D786-48C3-8B19-8D42C04F119E}"
ProjectSection(SolutionItems) = preProject
Build.proj = Build.proj
.build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll
.build\MSBuild.Community.Tasks.targets = .build\MSBuild.Community.Tasks.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Debug|x86.ActiveCfg = Debug|Any CPU
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Release|Any CPU.Build.0 = Release|Any CPU
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{07AA9CEA-4EF0-4B47-AFBD-6F74AD9C4653}.Release|x86.ActiveCfg = Release|Any CPU
{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}.Debug|x86.ActiveCfg = Debug|Any CPU
{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}.Release|Any CPU.Build.0 = Release|Any CPU
{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{11B849E6-E525-4AE8-B6C8-4CE6FE9C0338}.Release|x86.ActiveCfg = Release|Any CPU
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Debug|Any CPU.ActiveCfg = Debug|x86
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Debug|Mixed Platforms.Build.0 = Debug|x86
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Debug|x86.ActiveCfg = Debug|x86
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Debug|x86.Build.0 = Debug|x86
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Release|Any CPU.ActiveCfg = Release|x86
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Release|Mixed Platforms.ActiveCfg = Release|x86
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Release|Mixed Platforms.Build.0 = Release|x86
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Release|x86.ActiveCfg = Release|x86
{FC3F905A-DEE1-454E-8746-936492D66CF2}.Release|x86.Build.0 = Release|x86
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Release|Any CPU.Build.0 = Release|Any CPU
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C51DEEDA-B581-401B-870B-DBB7D10119BF}.Release|x86.ActiveCfg = Release|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Debug|x86.ActiveCfg = Debug|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Release|Any CPU.Build.0 = Release|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5CE19CC1-833A-4950-B86E-CBF59FA00D6F}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal