-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWaveFrontParser.sln
36 lines (36 loc) · 1.86 KB
/
WaveFrontParser.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 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WaveFrontParser", "WaveFrontParser\WaveFrontParser.csproj", "{0F06BB78-56D4-4F83-AEAF-9B16C1F38A7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WaveFrontParser.Tests", "WaveFrontParserTests\WaveFrontParser.Tests.csproj", "{95B7AD7B-4B8B-42DA-977C-87828FF3DCE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A3E425FC-D778-4D0F-A7CC-F7B78363C7A3}"
ProjectSection(SolutionItems) = preProject
WaveFrontParser\cubeBlender.obj = WaveFrontParser\cubeBlender.obj
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F06BB78-56D4-4F83-AEAF-9B16C1F38A7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F06BB78-56D4-4F83-AEAF-9B16C1F38A7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F06BB78-56D4-4F83-AEAF-9B16C1F38A7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F06BB78-56D4-4F83-AEAF-9B16C1F38A7B}.Release|Any CPU.Build.0 = Release|Any CPU
{95B7AD7B-4B8B-42DA-977C-87828FF3DCE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95B7AD7B-4B8B-42DA-977C-87828FF3DCE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95B7AD7B-4B8B-42DA-977C-87828FF3DCE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95B7AD7B-4B8B-42DA-977C-87828FF3DCE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA2714BD-A694-40C6-AB60-884016E645CF}
EndGlobalSection
EndGlobal