-
Notifications
You must be signed in to change notification settings - Fork 0
/
Labo-final.sln
43 lines (43 loc) · 2.46 KB
/
Labo-final.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 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "View", "View\View.csproj", "{321A8182-61C6-4A6B-BC41-3E72570AE82D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewModel", "ViewModel\ViewModel.csproj", "{16C2D7DC-D2EE-417C-9534-37809C536705}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{EF72846E-B15F-481A-8D06-227CD6117CB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibrary", "ClassLibrary\ClassLibrary.csproj", "{7C3E7885-51F0-445D-A83E-0F1E05C4DB90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{321A8182-61C6-4A6B-BC41-3E72570AE82D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{321A8182-61C6-4A6B-BC41-3E72570AE82D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{321A8182-61C6-4A6B-BC41-3E72570AE82D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{321A8182-61C6-4A6B-BC41-3E72570AE82D}.Release|Any CPU.Build.0 = Release|Any CPU
{16C2D7DC-D2EE-417C-9534-37809C536705}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16C2D7DC-D2EE-417C-9534-37809C536705}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16C2D7DC-D2EE-417C-9534-37809C536705}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16C2D7DC-D2EE-417C-9534-37809C536705}.Release|Any CPU.Build.0 = Release|Any CPU
{EF72846E-B15F-481A-8D06-227CD6117CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF72846E-B15F-481A-8D06-227CD6117CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF72846E-B15F-481A-8D06-227CD6117CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF72846E-B15F-481A-8D06-227CD6117CB5}.Release|Any CPU.Build.0 = Release|Any CPU
{7C3E7885-51F0-445D-A83E-0F1E05C4DB90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C3E7885-51F0-445D-A83E-0F1E05C4DB90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C3E7885-51F0-445D-A83E-0F1E05C4DB90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C3E7885-51F0-445D-A83E-0F1E05C4DB90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F847032-8770-482F-B169-F862321F2051}
EndGlobalSection
EndGlobal