-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyNotes.sln
43 lines (43 loc) · 2.45 KB
/
MyNotes.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 Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyNotes", "MyNotes\MyNotes.csproj", "{3F0EE58C-3F22-4104-BEEE-DC6686F593C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVVMBase", "MVVMBase\MVVMBase.csproj", "{9F64202A-C1AE-4698-B2B4-A8097C2619A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj", "{216F0702-AE5C-4517-A424-579C27F8DA6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewModel", "ViewModel\ViewModel.csproj", "{78C55C6F-2F8A-4CD7-80A3-3B6D1187EE68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F0EE58C-3F22-4104-BEEE-DC6686F593C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F0EE58C-3F22-4104-BEEE-DC6686F593C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F0EE58C-3F22-4104-BEEE-DC6686F593C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F0EE58C-3F22-4104-BEEE-DC6686F593C5}.Release|Any CPU.Build.0 = Release|Any CPU
{9F64202A-C1AE-4698-B2B4-A8097C2619A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F64202A-C1AE-4698-B2B4-A8097C2619A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F64202A-C1AE-4698-B2B4-A8097C2619A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F64202A-C1AE-4698-B2B4-A8097C2619A7}.Release|Any CPU.Build.0 = Release|Any CPU
{216F0702-AE5C-4517-A424-579C27F8DA6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{216F0702-AE5C-4517-A424-579C27F8DA6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{216F0702-AE5C-4517-A424-579C27F8DA6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{216F0702-AE5C-4517-A424-579C27F8DA6A}.Release|Any CPU.Build.0 = Release|Any CPU
{78C55C6F-2F8A-4CD7-80A3-3B6D1187EE68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78C55C6F-2F8A-4CD7-80A3-3B6D1187EE68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78C55C6F-2F8A-4CD7-80A3-3B6D1187EE68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78C55C6F-2F8A-4CD7-80A3-3B6D1187EE68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D610305E-A5DA-4DA5-B376-BFE641340F54}
EndGlobalSection
EndGlobal