This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathVertexCar.sln
35 lines (34 loc) · 1.91 KB
/
VertexCar.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{C7820744-7C61-EE9B-2265-09E89B4D2401}") = "VertexCar", "Assembly-CSharp-firstpass.csproj", "{96B2B025-76AE-A478-9294-4D93DC9315D0}"
EndProject
Project("{C7820744-7C61-EE9B-2265-09E89B4D2401}") = "VertexCar", "Assembly-CSharp.csproj", "{D2835825-9A6A-7E4C-3731-0B07463203F7}"
EndProject
Project("{C7820744-7C61-EE9B-2265-09E89B4D2401}") = "VertexCar", "Assembly-CSharp-Editor.csproj", "{FD509645-9FA9-407F-650F-2E79CF1C1437}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96B2B025-76AE-A478-9294-4D93DC9315D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96B2B025-76AE-A478-9294-4D93DC9315D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96B2B025-76AE-A478-9294-4D93DC9315D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96B2B025-76AE-A478-9294-4D93DC9315D0}.Release|Any CPU.Build.0 = Release|Any CPU
{D2835825-9A6A-7E4C-3731-0B07463203F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2835825-9A6A-7E4C-3731-0B07463203F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2835825-9A6A-7E4C-3731-0B07463203F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2835825-9A6A-7E4C-3731-0B07463203F7}.Release|Any CPU.Build.0 = Release|Any CPU
{FD509645-9FA9-407F-650F-2E79CF1C1437}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD509645-9FA9-407F-650F-2E79CF1C1437}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD509645-9FA9-407F-650F-2E79CF1C1437}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD509645-9FA9-407F-650F-2E79CF1C1437}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal