-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMemoryCards.sln
More file actions
61 lines (61 loc) · 4.06 KB
/
MemoryCards.sln
File metadata and controls
61 lines (61 loc) · 4.06 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
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemoryCards", "MemoryCards\MemoryCards.csproj", "{16D8F3FD-6D47-405E-A738-762DCF54811C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibraryMemento", "ClassLibraryMemento\ClassLibraryMemento.csproj", "{AB1FE1B3-C596-4CDE-8A97-65CBCA5FF662}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibraryViewModel", "ClassLibraryViewModel\ClassLibraryViewModel.csproj", "{76267A2A-5978-4C29-9476-58A26B560736}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryCommands", "LibraryCommands\LibraryCommands.csproj", "{7D08EEF2-E41F-4350-8FAD-166F3CD0F131}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibraryPersistance", "ClassLibraryPersistance\ClassLibraryPersistance.csproj", "{3CFD008E-7F04-48D5-83B9-AC1FB20A1140}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibraryIPersistance", "ClassLibraryIPersistance\ClassLibraryIPersistance.csproj", "{7B3E542D-49F4-4CA9-8AB2-CEDECFAEFA89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibraryControl", "ClassLibraryControl\ClassLibraryControl.csproj", "{96E449FD-E454-403A-848D-109181210BE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16D8F3FD-6D47-405E-A738-762DCF54811C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16D8F3FD-6D47-405E-A738-762DCF54811C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16D8F3FD-6D47-405E-A738-762DCF54811C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16D8F3FD-6D47-405E-A738-762DCF54811C}.Release|Any CPU.Build.0 = Release|Any CPU
{AB1FE1B3-C596-4CDE-8A97-65CBCA5FF662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB1FE1B3-C596-4CDE-8A97-65CBCA5FF662}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB1FE1B3-C596-4CDE-8A97-65CBCA5FF662}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB1FE1B3-C596-4CDE-8A97-65CBCA5FF662}.Release|Any CPU.Build.0 = Release|Any CPU
{76267A2A-5978-4C29-9476-58A26B560736}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76267A2A-5978-4C29-9476-58A26B560736}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76267A2A-5978-4C29-9476-58A26B560736}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76267A2A-5978-4C29-9476-58A26B560736}.Release|Any CPU.Build.0 = Release|Any CPU
{7D08EEF2-E41F-4350-8FAD-166F3CD0F131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D08EEF2-E41F-4350-8FAD-166F3CD0F131}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D08EEF2-E41F-4350-8FAD-166F3CD0F131}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D08EEF2-E41F-4350-8FAD-166F3CD0F131}.Release|Any CPU.Build.0 = Release|Any CPU
{3CFD008E-7F04-48D5-83B9-AC1FB20A1140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CFD008E-7F04-48D5-83B9-AC1FB20A1140}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CFD008E-7F04-48D5-83B9-AC1FB20A1140}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CFD008E-7F04-48D5-83B9-AC1FB20A1140}.Release|Any CPU.Build.0 = Release|Any CPU
{7B3E542D-49F4-4CA9-8AB2-CEDECFAEFA89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B3E542D-49F4-4CA9-8AB2-CEDECFAEFA89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B3E542D-49F4-4CA9-8AB2-CEDECFAEFA89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B3E542D-49F4-4CA9-8AB2-CEDECFAEFA89}.Release|Any CPU.Build.0 = Release|Any CPU
{96E449FD-E454-403A-848D-109181210BE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96E449FD-E454-403A-848D-109181210BE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96E449FD-E454-403A-848D-109181210BE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96E449FD-E454-403A-848D-109181210BE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BED33A4F-C1E6-4B1A-8AB9-311EE2BDBA63}
EndGlobalSection
EndGlobal