forked from mcneel/ThreeLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThreeLib.sln
41 lines (41 loc) · 1.95 KB
/
ThreeLib.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 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeLib", "src\ThreeLib.csproj", "{47658F27-9658-4941-91CE-E767F8770641}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{28A9B18B-76B7-4A3D-8369-CC3A6A1AD6E3}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
ISSUE_TEMPLATE.md = ISSUE_TEMPLATE.md
README.md = README.md
ThreeLib.nuspec = ThreeLib.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeLib.Tests", "tests\ThreeLib.Tests\ThreeLib.Tests.csproj", "{D1D1A7F2-F3BC-478A-B58A-BC2F7D187CA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47658F27-9658-4941-91CE-E767F8770641}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47658F27-9658-4941-91CE-E767F8770641}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47658F27-9658-4941-91CE-E767F8770641}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47658F27-9658-4941-91CE-E767F8770641}.Release|Any CPU.Build.0 = Release|Any CPU
{D1D1A7F2-F3BC-478A-B58A-BC2F7D187CA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1D1A7F2-F3BC-478A-B58A-BC2F7D187CA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1D1A7F2-F3BC-478A-B58A-BC2F7D187CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1D1A7F2-F3BC-478A-B58A-BC2F7D187CA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1274ED4-C97C-4300-8094-7247C8266968}
EndGlobalSection
EndGlobal