-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphystest.sln
36 lines (36 loc) · 2.07 KB
/
phystest.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 11.00
# Visual Studio 2010 Express for Windows Phone
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "phystest", "phystest\phystest\phystest.csproj", "{5A4C2BBF-959D-4A4A-A9B5-9BBEE6586D08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "phystestContent", "phystest\phystestContent\phystestContent.contentproj", "{B0FE6BD0-D99C-40C0-AF9F-4A974B15B2C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bepuData", "bepuData\bepuData.csproj", "{C4D56984-9308-48ED-8390-F87927519B28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bepuModelProcessor", "bepuModelProcessor\bepuModelProcessor.csproj", "{F27C5538-EC9D-4AA8-9836-9F9D5171705B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A4C2BBF-959D-4A4A-A9B5-9BBEE6586D08}.Debug|x86.ActiveCfg = Debug|x86
{5A4C2BBF-959D-4A4A-A9B5-9BBEE6586D08}.Debug|x86.Build.0 = Debug|x86
{5A4C2BBF-959D-4A4A-A9B5-9BBEE6586D08}.Release|x86.ActiveCfg = Release|x86
{5A4C2BBF-959D-4A4A-A9B5-9BBEE6586D08}.Release|x86.Build.0 = Release|x86
{B0FE6BD0-D99C-40C0-AF9F-4A974B15B2C5}.Debug|x86.ActiveCfg = Debug|x86
{B0FE6BD0-D99C-40C0-AF9F-4A974B15B2C5}.Release|x86.ActiveCfg = Release|x86
{C4D56984-9308-48ED-8390-F87927519B28}.Debug|x86.ActiveCfg = Debug|x86
{C4D56984-9308-48ED-8390-F87927519B28}.Debug|x86.Build.0 = Debug|x86
{C4D56984-9308-48ED-8390-F87927519B28}.Release|x86.ActiveCfg = Release|x86
{C4D56984-9308-48ED-8390-F87927519B28}.Release|x86.Build.0 = Release|x86
{F27C5538-EC9D-4AA8-9836-9F9D5171705B}.Debug|x86.ActiveCfg = Debug|x86
{F27C5538-EC9D-4AA8-9836-9F9D5171705B}.Debug|x86.Build.0 = Debug|x86
{F27C5538-EC9D-4AA8-9836-9F9D5171705B}.Release|x86.ActiveCfg = Debug|x86
{F27C5538-EC9D-4AA8-9836-9F9D5171705B}.Release|x86.Build.0 = Debug|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal