forked from ixmilia/dxf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IxMilia.Dxf.sln
50 lines (50 loc) · 2.9 KB
/
IxMilia.Dxf.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
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IxMilia.Dxf", "src\IxMilia.Dxf\IxMilia.Dxf.csproj", "{C067E97D-3B96-462A-B09D-33FAD60DE761}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IxMilia.Dxf.Test", "src\IxMilia.Dxf.Test\IxMilia.Dxf.Test.csproj", "{B98F9CB2-3E1E-4072-99FB-B93B1C7E1A19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IxMilia.Dxf.Generator", "src\IxMilia.Dxf.Generator\IxMilia.Dxf.Generator.csproj", "{34D31EC8-883B-4C37-AF98-A4BD5D0E2D3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IxMilia.Dxf.ReferenceCollector", "src\IxMilia.Dxf.ReferenceCollector\IxMilia.Dxf.ReferenceCollector.csproj", "{8AA16B3F-4FA0-4132-846B-6640699FF12F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{712CA821-79DE-43D7-8E44-BFFA7A4EFC2C}"
ProjectSection(SolutionItems) = preProject
build-and-test.cmd = build-and-test.cmd
build-and-test.sh = build-and-test.sh
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C067E97D-3B96-462A-B09D-33FAD60DE761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C067E97D-3B96-462A-B09D-33FAD60DE761}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C067E97D-3B96-462A-B09D-33FAD60DE761}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C067E97D-3B96-462A-B09D-33FAD60DE761}.Release|Any CPU.Build.0 = Release|Any CPU
{B98F9CB2-3E1E-4072-99FB-B93B1C7E1A19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B98F9CB2-3E1E-4072-99FB-B93B1C7E1A19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B98F9CB2-3E1E-4072-99FB-B93B1C7E1A19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B98F9CB2-3E1E-4072-99FB-B93B1C7E1A19}.Release|Any CPU.Build.0 = Release|Any CPU
{34D31EC8-883B-4C37-AF98-A4BD5D0E2D3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34D31EC8-883B-4C37-AF98-A4BD5D0E2D3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34D31EC8-883B-4C37-AF98-A4BD5D0E2D3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34D31EC8-883B-4C37-AF98-A4BD5D0E2D3B}.Release|Any CPU.Build.0 = Release|Any CPU
{8AA16B3F-4FA0-4132-846B-6640699FF12F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AA16B3F-4FA0-4132-846B-6640699FF12F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AA16B3F-4FA0-4132-846B-6640699FF12F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AA16B3F-4FA0-4132-846B-6640699FF12F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7B8DA5D-38A0-4647-A3E8-76B5E7CBC849}
EndGlobalSection
EndGlobal