forked from bepu/bepuphysics2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Library.sln
41 lines (41 loc) · 2.47 KB
/
Library.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BepuPhysics", "BepuPhysics\BepuPhysics.csproj", "{DB6DB527-25B9-4B2F-A6C5-D7C4D25A338F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BepuUtilities", "BepuUtilities\BepuUtilities.csproj", "{73294547-FA97-4A63-919C-E7969294D655}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseStrip|Any CPU = ReleaseStrip|Any CPU
ReleaseStripNoProfiling|Any CPU = ReleaseStripNoProfiling|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB6DB527-25B9-4B2F-A6C5-D7C4D25A338F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB6DB527-25B9-4B2F-A6C5-D7C4D25A338F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB6DB527-25B9-4B2F-A6C5-D7C4D25A338F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB6DB527-25B9-4B2F-A6C5-D7C4D25A338F}.Release|Any CPU.Build.0 = Release|Any CPU
{DB6DB527-25B9-4B2F-A6C5-D7C4D25A338F}.ReleaseStrip|Any CPU.ActiveCfg = ReleaseStrip|Any CPU
{DB6DB527-25B9-4B2F-A6C5-D7C4D25A338F}.ReleaseStrip|Any CPU.Build.0 = ReleaseStrip|Any CPU
{DB6DB527-25B9-4B2F-A6C5-D7C4D25A338F}.ReleaseStripNoProfiling|Any CPU.ActiveCfg = ReleaseStripNoProfiling|Any CPU
{DB6DB527-25B9-4B2F-A6C5-D7C4D25A338F}.ReleaseStripNoProfiling|Any CPU.Build.0 = ReleaseStripNoProfiling|Any CPU
{73294547-FA97-4A63-919C-E7969294D655}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73294547-FA97-4A63-919C-E7969294D655}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73294547-FA97-4A63-919C-E7969294D655}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73294547-FA97-4A63-919C-E7969294D655}.Release|Any CPU.Build.0 = Release|Any CPU
{73294547-FA97-4A63-919C-E7969294D655}.ReleaseStrip|Any CPU.ActiveCfg = ReleaseStrip|Any CPU
{73294547-FA97-4A63-919C-E7969294D655}.ReleaseStrip|Any CPU.Build.0 = ReleaseStrip|Any CPU
{73294547-FA97-4A63-919C-E7969294D655}.ReleaseStripNoProfiling|Any CPU.ActiveCfg = ReleaseStrip|Any CPU
{73294547-FA97-4A63-919C-E7969294D655}.ReleaseStripNoProfiling|Any CPU.Build.0 = ReleaseStrip|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DFEADCF-EE2F-475A-B9F4-2511A8FA9A3F}
EndGlobalSection
EndGlobal