-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathGDStoSVG.sln
30 lines (30 loc) · 1.31 KB
/
GDStoSVG.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GDStoSVG", "GDStoSVG/GDStoSVG.csproj", "{4ACD9373-D6D6-42A8-9F3C-E8360420E7DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B54D5ED-A2C3-423A-966F-A3B13DF067A2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4ACD9373-D6D6-42A8-9F3C-E8360420E7DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ACD9373-D6D6-42A8-9F3C-E8360420E7DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ACD9373-D6D6-42A8-9F3C-E8360420E7DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ACD9373-D6D6-42A8-9F3C-E8360420E7DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D5A5F0CB-79A8-487B-8F76-58C1747E0D77}
EndGlobalSection
EndGlobal