-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSharpMesh.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
SharpMesh.sln
File metadata and controls
37 lines (37 loc) · 2.01 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMesh", "SharpMesh.csproj", "{40334F9E-FDE8-4A8B-8433-F3AE222CB2E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMeshTests", "SharpMeshTests\SharpMeshTests.csproj", "{49AFF547-406A-408D-8F0A-09F8EA336F10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBJTester", "OBJTester\OBJTester.csproj", "{C0561D75-DD47-407E-873B-2B99E39A7914}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40334F9E-FDE8-4A8B-8433-F3AE222CB2E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40334F9E-FDE8-4A8B-8433-F3AE222CB2E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40334F9E-FDE8-4A8B-8433-F3AE222CB2E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40334F9E-FDE8-4A8B-8433-F3AE222CB2E2}.Release|Any CPU.Build.0 = Release|Any CPU
{49AFF547-406A-408D-8F0A-09F8EA336F10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49AFF547-406A-408D-8F0A-09F8EA336F10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49AFF547-406A-408D-8F0A-09F8EA336F10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49AFF547-406A-408D-8F0A-09F8EA336F10}.Release|Any CPU.Build.0 = Release|Any CPU
{C0561D75-DD47-407E-873B-2B99E39A7914}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0561D75-DD47-407E-873B-2B99E39A7914}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0561D75-DD47-407E-873B-2B99E39A7914}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0561D75-DD47-407E-873B-2B99E39A7914}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06C7A97F-2396-4E86-A3F7-B4A3AA92E15B}
EndGlobalSection
EndGlobal