Notes
/
Notes.sln
42 строки · 2.3 Кб
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 17
4VisualStudioVersion = 17.6.33815.320
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "View", "View\View.csproj", "{3DF33090-913E-4418-93B0-807A4BFD5668}"
7ProjectSection(ProjectDependencies) = postProject
8{0F35085A-9D43-4392-B569-72E9D5FD4383} = {0F35085A-9D43-4392-B569-72E9D5FD4383}
9EndProjectSection
10EndProject
11Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{D23EB995-E4FC-4CD9-80FC-DE754C01AC6F}"
12EndProject
13Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewModel", "ViewModel\ViewModel.csproj", "{0F35085A-9D43-4392-B569-72E9D5FD4383}"
14ProjectSection(ProjectDependencies) = postProject
15{D23EB995-E4FC-4CD9-80FC-DE754C01AC6F} = {D23EB995-E4FC-4CD9-80FC-DE754C01AC6F}
16EndProjectSection
17EndProject
18Global
19GlobalSection(SolutionConfigurationPlatforms) = preSolution
20Debug|Any CPU = Debug|Any CPU
21Release|Any CPU = Release|Any CPU
22EndGlobalSection
23GlobalSection(ProjectConfigurationPlatforms) = postSolution
24{3DF33090-913E-4418-93B0-807A4BFD5668}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25{3DF33090-913E-4418-93B0-807A4BFD5668}.Debug|Any CPU.Build.0 = Debug|Any CPU
26{3DF33090-913E-4418-93B0-807A4BFD5668}.Release|Any CPU.ActiveCfg = Release|Any CPU
27{3DF33090-913E-4418-93B0-807A4BFD5668}.Release|Any CPU.Build.0 = Release|Any CPU
28{D23EB995-E4FC-4CD9-80FC-DE754C01AC6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29{D23EB995-E4FC-4CD9-80FC-DE754C01AC6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
30{D23EB995-E4FC-4CD9-80FC-DE754C01AC6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
31{D23EB995-E4FC-4CD9-80FC-DE754C01AC6F}.Release|Any CPU.Build.0 = Release|Any CPU
32{0F35085A-9D43-4392-B569-72E9D5FD4383}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33{0F35085A-9D43-4392-B569-72E9D5FD4383}.Debug|Any CPU.Build.0 = Debug|Any CPU
34{0F35085A-9D43-4392-B569-72E9D5FD4383}.Release|Any CPU.ActiveCfg = Release|Any CPU
35{0F35085A-9D43-4392-B569-72E9D5FD4383}.Release|Any CPU.Build.0 = Release|Any CPU
36EndGlobalSection
37GlobalSection(SolutionProperties) = preSolution
38HideSolutionNode = FALSE
39EndGlobalSection
40GlobalSection(ExtensibilityGlobals) = postSolution
41SolutionGuid = {4CFF833D-D534-4364-AF20-38B7824D7F8C}
42EndGlobalSection
43EndGlobal
44