-
Notifications
You must be signed in to change notification settings - Fork 4
/
SharpPhysX.sln
52 lines (52 loc) · 2.94 KB
/
SharpPhysX.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibSharpPhysX", "LibSharpPhysX\LibSharpPhysX.vcxproj", "{23FAC00D-57C8-435C-820D-ACC909AB9AAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpPhysX", "SharpPhysX\SharpPhysX.csproj", "{164E7DE4-4803-4E80-94B2-6FF8605E28B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DebugRenderer", "DebugRenderer\DebugRenderer.csproj", "{17588517-8E6B-468A-AA66-808ADD7EFD48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples.Core", "Samples.Core\Samples.Core.csproj", "{A12969DE-B120-443B-A18E-849205FE21A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples", "Samples\Samples.csproj", "{90652AA6-DA48-4D6F-89A8-FFDF826D3688}"
ProjectSection(ProjectDependencies) = postProject
{23FAC00D-57C8-435C-820D-ACC909AB9AAC} = {23FAC00D-57C8-435C-820D-ACC909AB9AAC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23FAC00D-57C8-435C-820D-ACC909AB9AAC}.Debug|x64.ActiveCfg = Debug|x64
{23FAC00D-57C8-435C-820D-ACC909AB9AAC}.Debug|x64.Build.0 = Debug|x64
{23FAC00D-57C8-435C-820D-ACC909AB9AAC}.Release|x64.ActiveCfg = Release|x64
{23FAC00D-57C8-435C-820D-ACC909AB9AAC}.Release|x64.Build.0 = Release|x64
{164E7DE4-4803-4E80-94B2-6FF8605E28B7}.Debug|x64.ActiveCfg = Debug|x64
{164E7DE4-4803-4E80-94B2-6FF8605E28B7}.Debug|x64.Build.0 = Debug|x64
{164E7DE4-4803-4E80-94B2-6FF8605E28B7}.Release|x64.ActiveCfg = Release|x64
{164E7DE4-4803-4E80-94B2-6FF8605E28B7}.Release|x64.Build.0 = Release|x64
{17588517-8E6B-468A-AA66-808ADD7EFD48}.Debug|x64.ActiveCfg = Debug|x64
{17588517-8E6B-468A-AA66-808ADD7EFD48}.Debug|x64.Build.0 = Debug|x64
{17588517-8E6B-468A-AA66-808ADD7EFD48}.Release|x64.ActiveCfg = Release|x64
{17588517-8E6B-468A-AA66-808ADD7EFD48}.Release|x64.Build.0 = Release|x64
{A12969DE-B120-443B-A18E-849205FE21A1}.Debug|x64.ActiveCfg = Debug|x64
{A12969DE-B120-443B-A18E-849205FE21A1}.Debug|x64.Build.0 = Debug|x64
{A12969DE-B120-443B-A18E-849205FE21A1}.Release|x64.ActiveCfg = Release|x64
{A12969DE-B120-443B-A18E-849205FE21A1}.Release|x64.Build.0 = Release|x64
{90652AA6-DA48-4D6F-89A8-FFDF826D3688}.Debug|x64.ActiveCfg = Debug|x64
{90652AA6-DA48-4D6F-89A8-FFDF826D3688}.Debug|x64.Build.0 = Debug|x64
{90652AA6-DA48-4D6F-89A8-FFDF826D3688}.Release|x64.ActiveCfg = Release|x64
{90652AA6-DA48-4D6F-89A8-FFDF826D3688}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC054FBE-E9DB-408F-AB2F-9D12AF2AD2E7}
EndGlobalSection
EndGlobal