-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Trainers.sln
49 lines (49 loc) · 3.06 KB
/
Trainers.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperhotMindControlDeleteTrainer", "SuperhotMindControlDeleteTrainer\SuperhotMindControlDeleteTrainer.csproj", "{23FF6D01-7F12-40B5-AD86-E280B44EF3F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainerCommon", "TrainerCommon\TrainerCommon.csproj", "{42468631-D2DF-4922-A393-95E2BF88227A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dakar18Trainer", "Dakar18Trainer\Dakar18Trainer.csproj", "{3BE3E23B-47D3-4F95-BF4F-2CDE5D7FD8A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DakarDesertRallyTrainer", "DakarDesertRallyTrainer\DakarDesertRallyTrainer.csproj", "{505A7980-3CA8-4F1F-A914-9EF547133C12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{C2DC40C8-996D-4669-B171-BBB44EEAC342}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23FF6D01-7F12-40B5-AD86-E280B44EF3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23FF6D01-7F12-40B5-AD86-E280B44EF3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23FF6D01-7F12-40B5-AD86-E280B44EF3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23FF6D01-7F12-40B5-AD86-E280B44EF3F3}.Release|Any CPU.Build.0 = Release|Any CPU
{42468631-D2DF-4922-A393-95E2BF88227A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42468631-D2DF-4922-A393-95E2BF88227A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42468631-D2DF-4922-A393-95E2BF88227A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42468631-D2DF-4922-A393-95E2BF88227A}.Release|Any CPU.Build.0 = Release|Any CPU
{3BE3E23B-47D3-4F95-BF4F-2CDE5D7FD8A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BE3E23B-47D3-4F95-BF4F-2CDE5D7FD8A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BE3E23B-47D3-4F95-BF4F-2CDE5D7FD8A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BE3E23B-47D3-4F95-BF4F-2CDE5D7FD8A3}.Release|Any CPU.Build.0 = Release|Any CPU
{505A7980-3CA8-4F1F-A914-9EF547133C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{505A7980-3CA8-4F1F-A914-9EF547133C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{505A7980-3CA8-4F1F-A914-9EF547133C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{505A7980-3CA8-4F1F-A914-9EF547133C12}.Release|Any CPU.Build.0 = Release|Any CPU
{C2DC40C8-996D-4669-B171-BBB44EEAC342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2DC40C8-996D-4669-B171-BBB44EEAC342}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2DC40C8-996D-4669-B171-BBB44EEAC342}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2DC40C8-996D-4669-B171-BBB44EEAC342}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AD024E5-4FF0-495B-913B-00B2D7F7C279}
EndGlobalSection
EndGlobal