-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRaceSimulator.sln
54 lines (54 loc) · 3.2 KB
/
RaceSimulator.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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RaceSimulator", "RaceSimulator\RaceSimulator.csproj", "{ACC49CAC-BC84-4E76-AE78-23DD57EF0F9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Controller", "Controller\Controller.csproj", "{EA01F832-5E70-4896-9605-AB47571AD2CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Visuals", "Visuals\Visuals.csproj", "{072FF032-8460-4A8D-B084-02FB268023A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{FF5D86B7-3AF0-4780-9C4C-7B45E594451F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{70F71926-848E-45C0-B060-F273BD9A20E7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{435C25F4-EEE0-438B-8F38-0D9B7E38067A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACC49CAC-BC84-4E76-AE78-23DD57EF0F9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACC49CAC-BC84-4E76-AE78-23DD57EF0F9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACC49CAC-BC84-4E76-AE78-23DD57EF0F9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACC49CAC-BC84-4E76-AE78-23DD57EF0F9B}.Release|Any CPU.Build.0 = Release|Any CPU
{EA01F832-5E70-4896-9605-AB47571AD2CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA01F832-5E70-4896-9605-AB47571AD2CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA01F832-5E70-4896-9605-AB47571AD2CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA01F832-5E70-4896-9605-AB47571AD2CE}.Release|Any CPU.Build.0 = Release|Any CPU
{072FF032-8460-4A8D-B084-02FB268023A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{072FF032-8460-4A8D-B084-02FB268023A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{072FF032-8460-4A8D-B084-02FB268023A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{072FF032-8460-4A8D-B084-02FB268023A4}.Release|Any CPU.Build.0 = Release|Any CPU
{FF5D86B7-3AF0-4780-9C4C-7B45E594451F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF5D86B7-3AF0-4780-9C4C-7B45E594451F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF5D86B7-3AF0-4780-9C4C-7B45E594451F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF5D86B7-3AF0-4780-9C4C-7B45E594451F}.Release|Any CPU.Build.0 = Release|Any CPU
{70F71926-848E-45C0-B060-F273BD9A20E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70F71926-848E-45C0-B060-F273BD9A20E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70F71926-848E-45C0-B060-F273BD9A20E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70F71926-848E-45C0-B060-F273BD9A20E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4ECF2C88-9786-418E-A148-6B04E89E2F6E}
EndGlobalSection
EndGlobal