-
Notifications
You must be signed in to change notification settings - Fork 1
/
VehiclePhysicsSample.Web.sln
36 lines (36 loc) · 2.15 KB
/
VehiclePhysicsSample.Web.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VehiclePhysicsSample.Web.Server", "VehiclePhysicsSample.Web.Server\VehiclePhysicsSample.Web.Server.csproj", "{EA0A3A41-2FB1-4BFD-B641-A37C454FB022}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VehiclePhysicsSample", "VehiclePhysicsSample\VehiclePhysicsSample.csproj", "{FDD04AAD-6290-47C5-9F72-099A289325BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VehiclePhysicsSample.Web", "VehiclePhysicsSample.Web\VehiclePhysicsSample.Web.csproj", "{F75A9FB3-EFD5-4F16-AF05-4D618D7DE946}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDD04AAD-6290-47C5-9F72-099A289325BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDD04AAD-6290-47C5-9F72-099A289325BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDD04AAD-6290-47C5-9F72-099A289325BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDD04AAD-6290-47C5-9F72-099A289325BA}.Release|Any CPU.Build.0 = Release|Any CPU
{F75A9FB3-EFD5-4F16-AF05-4D618D7DE946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F75A9FB3-EFD5-4F16-AF05-4D618D7DE946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F75A9FB3-EFD5-4F16-AF05-4D618D7DE946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F75A9FB3-EFD5-4F16-AF05-4D618D7DE946}.Release|Any CPU.Build.0 = Release|Any CPU
{EA0A3A41-2FB1-4BFD-B641-A37C454FB022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA0A3A41-2FB1-4BFD-B641-A37C454FB022}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA0A3A41-2FB1-4BFD-B641-A37C454FB022}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA0A3A41-2FB1-4BFD-B641-A37C454FB022}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FB4780F-59F9-4357-9D0A-C41B393E8799}
EndGlobalSection
EndGlobal