-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMVVM_Learning.sln
More file actions
49 lines (49 loc) · 2.85 KB
/
MVVM_Learning.sln
File metadata and controls
49 lines (49 loc) · 2.85 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.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVVM_Learning", "MVVM_Learning\MVVM_Learning.csproj", "{478EFFB9-57B0-4066-AD8C-4C392CF88BC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{696A3FDF-9E95-4F03-9305-BCAA97B72621}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVVM_Console", "MVVM_Console\MVVM_Console.csproj", "{7EFE1A6C-E00D-4170-86AC-E03EF72D723F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPF_TestApp", "WPF_TestApp\WPF_TestApp.csproj", "{AFD98A2C-2DD7-4950-91D0-27BF81AAF47D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVVM_WebLib", "MVVM_WebLib\MVVM_WebLib.csproj", "{DC4ABC85-2B7D-4B37-95ED-4A4227F022B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{478EFFB9-57B0-4066-AD8C-4C392CF88BC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{478EFFB9-57B0-4066-AD8C-4C392CF88BC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{478EFFB9-57B0-4066-AD8C-4C392CF88BC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{478EFFB9-57B0-4066-AD8C-4C392CF88BC2}.Release|Any CPU.Build.0 = Release|Any CPU
{7EFE1A6C-E00D-4170-86AC-E03EF72D723F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EFE1A6C-E00D-4170-86AC-E03EF72D723F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EFE1A6C-E00D-4170-86AC-E03EF72D723F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EFE1A6C-E00D-4170-86AC-E03EF72D723F}.Release|Any CPU.Build.0 = Release|Any CPU
{AFD98A2C-2DD7-4950-91D0-27BF81AAF47D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFD98A2C-2DD7-4950-91D0-27BF81AAF47D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFD98A2C-2DD7-4950-91D0-27BF81AAF47D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFD98A2C-2DD7-4950-91D0-27BF81AAF47D}.Release|Any CPU.Build.0 = Release|Any CPU
{DC4ABC85-2B7D-4B37-95ED-4A4227F022B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC4ABC85-2B7D-4B37-95ED-4A4227F022B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC4ABC85-2B7D-4B37-95ED-4A4227F022B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC4ABC85-2B7D-4B37-95ED-4A4227F022B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7EFE1A6C-E00D-4170-86AC-E03EF72D723F} = {696A3FDF-9E95-4F03-9305-BCAA97B72621}
{AFD98A2C-2DD7-4950-91D0-27BF81AAF47D} = {696A3FDF-9E95-4F03-9305-BCAA97B72621}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {085CC000-97E2-4B75-8DB8-679ED09F8B7C}
EndGlobalSection
EndGlobal