-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathToDoListMaterialDesign.sln
More file actions
49 lines (49 loc) · 3.25 KB
/
ToDoListMaterialDesign.sln
File metadata and controls
49 lines (49 loc) · 3.25 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToDoListMaterialDesign.Core", "ToDoListMaterialDesign.Core\ToDoListMaterialDesign.Core.csproj", "{5C43AC8A-8BCC-400F-B29D-183A57B6ACD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToDoListMaterialDesign.EntityFramework", "ToDoListMaterialDesign.EntityFramework\ToDoListMaterialDesign.EntityFramework.csproj", "{10347D09-2A51-4655-B1DB-76BE96D548D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToDoListMaterialDesign.Wpf", "ToDoListMaterialDesign.Wpf\ToDoListMaterialDesign.Wpf.csproj", "{4C47AA00-D59F-4AE3-91A9-15F3735387B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToDoListMaterialDesign.CoreTest", "ToDoListMaterialDesign.CoreTest\ToDoListMaterialDesign.CoreTest.csproj", "{C0561BDB-2F9B-400C-BECB-A6D5FB0FB289}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToDoListMaterialDesign.WpfTest", "ToDoListMaterialDesign.WpfTest\ToDoListMaterialDesign.WpfTest.csproj", "{B90021D1-08C4-42CC-B0FC-319E0A8F240D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C43AC8A-8BCC-400F-B29D-183A57B6ACD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C43AC8A-8BCC-400F-B29D-183A57B6ACD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C43AC8A-8BCC-400F-B29D-183A57B6ACD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C43AC8A-8BCC-400F-B29D-183A57B6ACD1}.Release|Any CPU.Build.0 = Release|Any CPU
{10347D09-2A51-4655-B1DB-76BE96D548D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10347D09-2A51-4655-B1DB-76BE96D548D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10347D09-2A51-4655-B1DB-76BE96D548D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10347D09-2A51-4655-B1DB-76BE96D548D3}.Release|Any CPU.Build.0 = Release|Any CPU
{4C47AA00-D59F-4AE3-91A9-15F3735387B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C47AA00-D59F-4AE3-91A9-15F3735387B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C47AA00-D59F-4AE3-91A9-15F3735387B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C47AA00-D59F-4AE3-91A9-15F3735387B5}.Release|Any CPU.Build.0 = Release|Any CPU
{C0561BDB-2F9B-400C-BECB-A6D5FB0FB289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0561BDB-2F9B-400C-BECB-A6D5FB0FB289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0561BDB-2F9B-400C-BECB-A6D5FB0FB289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0561BDB-2F9B-400C-BECB-A6D5FB0FB289}.Release|Any CPU.Build.0 = Release|Any CPU
{B90021D1-08C4-42CC-B0FC-319E0A8F240D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B90021D1-08C4-42CC-B0FC-319E0A8F240D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B90021D1-08C4-42CC-B0FC-319E0A8F240D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B90021D1-08C4-42CC-B0FC-319E0A8F240D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A375426C-79A0-403A-98DB-CC245F78328B}
EndGlobalSection
EndGlobal