-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCourseWorkOOP.sln
43 lines (43 loc) · 2.64 KB
/
CourseWorkOOP.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.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyboardTrainerWPF", "KeyboardTrainerWPF\KeyboardTrainerWPF.csproj", "{DE17B35D-ACE6-4B4D-8420-01D847A4E6EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyboardTrainerDAL", "KeyboardTrainerDAL\KeyboardTrainerDAL.csproj", "{9D7B554C-82B7-40F9-B89B-006F6653D81F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyboardTrainerModel", "KeyboardTrainerModel\KeyboardTrainerModel.csproj", "{4BD0A2A6-AA8B-4B32-A393-9307C2D939C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyboardTrainerService", "KeyboardTrainerService\KeyboardTrainerService.csproj", "{76C59D4B-8B44-4188-A8ED-3203670BBF38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE17B35D-ACE6-4B4D-8420-01D847A4E6EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE17B35D-ACE6-4B4D-8420-01D847A4E6EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE17B35D-ACE6-4B4D-8420-01D847A4E6EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE17B35D-ACE6-4B4D-8420-01D847A4E6EF}.Release|Any CPU.Build.0 = Release|Any CPU
{9D7B554C-82B7-40F9-B89B-006F6653D81F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D7B554C-82B7-40F9-B89B-006F6653D81F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D7B554C-82B7-40F9-B89B-006F6653D81F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D7B554C-82B7-40F9-B89B-006F6653D81F}.Release|Any CPU.Build.0 = Release|Any CPU
{4BD0A2A6-AA8B-4B32-A393-9307C2D939C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BD0A2A6-AA8B-4B32-A393-9307C2D939C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BD0A2A6-AA8B-4B32-A393-9307C2D939C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BD0A2A6-AA8B-4B32-A393-9307C2D939C9}.Release|Any CPU.Build.0 = Release|Any CPU
{76C59D4B-8B44-4188-A8ED-3203670BBF38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76C59D4B-8B44-4188-A8ED-3203670BBF38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76C59D4B-8B44-4188-A8ED-3203670BBF38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76C59D4B-8B44-4188-A8ED-3203670BBF38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBA6F374-0BCB-4E1E-8CB2-7838CEB81E09}
EndGlobalSection
EndGlobal