forked from oberbichler/earcut.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEarcut.sln
31 lines (31 loc) · 1.52 KB
/
Earcut.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Earcut", "src\Earcut.csproj", "{67B3DEC6-6088-4E16-A653-FE59EEEBEE21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "tests\Tests.csproj", "{522F9020-3894-4ECD-B118-877FF9881950}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67B3DEC6-6088-4E16-A653-FE59EEEBEE21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67B3DEC6-6088-4E16-A653-FE59EEEBEE21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67B3DEC6-6088-4E16-A653-FE59EEEBEE21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67B3DEC6-6088-4E16-A653-FE59EEEBEE21}.Release|Any CPU.Build.0 = Release|Any CPU
{522F9020-3894-4ECD-B118-877FF9881950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{522F9020-3894-4ECD-B118-877FF9881950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{522F9020-3894-4ECD-B118-877FF9881950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{522F9020-3894-4ECD-B118-877FF9881950}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01D67413-E782-43C8-8AF6-853B8D149E8C}
EndGlobalSection
EndGlobal