forked from ixmilia/converters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IxMilia.Converters.sln
49 lines (49 loc) · 3.09 KB
/
IxMilia.Converters.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32417.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IxMilia.Converters", "src\IxMilia.Converters\IxMilia.Converters.csproj", "{9C552EDC-0418-4868-999D-3A11C6C246A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IxMilia.Converters.Test", "src\IxMilia.Converters.Test\IxMilia.Converters.Test.csproj", "{30471B89-FC47-4788-BB4B-D111A65E9240}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IxMilia.Dxf", "src\IxMilia.Dxf\src\IxMilia.Dxf\IxMilia.Dxf.csproj", "{32DA7193-FDEB-4BDD-84DC-AA21FC136906}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IxMilia.Pdf", "src\IxMilia.Pdf\src\IxMilia.Pdf\IxMilia.Pdf.csproj", "{4EAE1332-1FD4-4630-8CA3-B9B15FD6A499}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IxMilia.Dwg", "src\IxMilia.Dwg\src\IxMilia.Dwg\IxMilia.Dwg.csproj", "{E005D7E9-9AC7-4AFA-868E-47D2C8CDB1BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C552EDC-0418-4868-999D-3A11C6C246A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C552EDC-0418-4868-999D-3A11C6C246A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C552EDC-0418-4868-999D-3A11C6C246A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C552EDC-0418-4868-999D-3A11C6C246A3}.Release|Any CPU.Build.0 = Release|Any CPU
{30471B89-FC47-4788-BB4B-D111A65E9240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30471B89-FC47-4788-BB4B-D111A65E9240}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30471B89-FC47-4788-BB4B-D111A65E9240}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30471B89-FC47-4788-BB4B-D111A65E9240}.Release|Any CPU.Build.0 = Release|Any CPU
{32DA7193-FDEB-4BDD-84DC-AA21FC136906}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32DA7193-FDEB-4BDD-84DC-AA21FC136906}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32DA7193-FDEB-4BDD-84DC-AA21FC136906}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32DA7193-FDEB-4BDD-84DC-AA21FC136906}.Release|Any CPU.Build.0 = Release|Any CPU
{4EAE1332-1FD4-4630-8CA3-B9B15FD6A499}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EAE1332-1FD4-4630-8CA3-B9B15FD6A499}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EAE1332-1FD4-4630-8CA3-B9B15FD6A499}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EAE1332-1FD4-4630-8CA3-B9B15FD6A499}.Release|Any CPU.Build.0 = Release|Any CPU
{E005D7E9-9AC7-4AFA-868E-47D2C8CDB1BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E005D7E9-9AC7-4AFA-868E-47D2C8CDB1BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E005D7E9-9AC7-4AFA-868E-47D2C8CDB1BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E005D7E9-9AC7-4AFA-868E-47D2C8CDB1BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {678F43C6-7927-43B5-9D1D-60C8A439E963}
EndGlobalSection
EndGlobal