generated from derail-valley-modding/template-umm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DVCarChanger.sln
42 lines (42 loc) · 2.3 KB
/
DVCarChanger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A06EFC0F-8B03-4FC6-8AB6-FA78CE6EF542}"
ProjectSection(SolutionItems) = preProject
repository.json = repository.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarChanger.Common", "CarChanger.Common\CarChanger.Common.csproj", "{0B714DC3-6FAB-4E51-8201-2B6F877DD61E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarChanger.Game", "CarChanger.Game\CarChanger.Game.csproj", "{EB0A0192-D864-4210-8DFA-C96B567DEC5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarChanger.Unity", "CarChanger.Unity\CarChanger.Unity.csproj", "{39EAB0B7-DB5A-4BCA-8A88-4E90C9BE64C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B714DC3-6FAB-4E51-8201-2B6F877DD61E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B714DC3-6FAB-4E51-8201-2B6F877DD61E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B714DC3-6FAB-4E51-8201-2B6F877DD61E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B714DC3-6FAB-4E51-8201-2B6F877DD61E}.Release|Any CPU.Build.0 = Release|Any CPU
{EB0A0192-D864-4210-8DFA-C96B567DEC5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB0A0192-D864-4210-8DFA-C96B567DEC5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB0A0192-D864-4210-8DFA-C96B567DEC5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB0A0192-D864-4210-8DFA-C96B567DEC5A}.Release|Any CPU.Build.0 = Release|Any CPU
{39EAB0B7-DB5A-4BCA-8A88-4E90C9BE64C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39EAB0B7-DB5A-4BCA-8A88-4E90C9BE64C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39EAB0B7-DB5A-4BCA-8A88-4E90C9BE64C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39EAB0B7-DB5A-4BCA-8A88-4E90C9BE64C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A8166FA-F1D6-4EF6-8F35-C89B49FE5A86}
EndGlobalSection
EndGlobal