-
Notifications
You must be signed in to change notification settings - Fork 55
/
delaunator-sharp.sln
37 lines (37 loc) · 2.1 KB
/
delaunator-sharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DelaunatorSharp", "DelaunatorSharp\DelaunatorSharp.csproj", "{75843EFD-3227-4D27-93C5-F32D8A234E4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DelaunatorSharp.Benchmark", "DelaunatorSharp.Benchmark\DelaunatorSharp.Benchmark.csproj", "{3470C09A-3B6D-4D89-9F15-0DBA44370392}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DelaunatorSharp.WPF", "DelaunatorSharp.WPF\DelaunatorSharp.WPF.csproj", "{A8C191DB-3C69-4847-B57A-1524D13C1A30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75843EFD-3227-4D27-93C5-F32D8A234E4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75843EFD-3227-4D27-93C5-F32D8A234E4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75843EFD-3227-4D27-93C5-F32D8A234E4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75843EFD-3227-4D27-93C5-F32D8A234E4D}.Release|Any CPU.Build.0 = Release|Any CPU
{3470C09A-3B6D-4D89-9F15-0DBA44370392}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3470C09A-3B6D-4D89-9F15-0DBA44370392}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3470C09A-3B6D-4D89-9F15-0DBA44370392}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3470C09A-3B6D-4D89-9F15-0DBA44370392}.Release|Any CPU.Build.0 = Release|Any CPU
{A8C191DB-3C69-4847-B57A-1524D13C1A30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8C191DB-3C69-4847-B57A-1524D13C1A30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8C191DB-3C69-4847-B57A-1524D13C1A30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8C191DB-3C69-4847-B57A-1524D13C1A30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6939564-FE8F-4987-A6F4-1E8082AFB38D}
EndGlobalSection
EndGlobal