forked from Suremaker/LayItOut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LayItOut.sln
71 lines (71 loc) · 4.74 KB
/
LayItOut.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LayItOut", "src\LayItOut\LayItOut.csproj", "{44DC65F8-0361-4A7D-8DE2-AF1744DA1E03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LayItOut.Tests", "tests\LayItOut.Tests\LayItOut.Tests.csproj", "{3F5F9A96-0DF5-4BD0-8C29-2865B1137BDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LayItOut.BitmapRendering", "src\LayItOut.BitmapRendering\LayItOut.BitmapRendering.csproj", "{21C15439-478A-4414-81BB-64C66DFB480F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LayItOut.BitmapRendering.Tests", "tests\LayItOut.BitmapRendering.Tests\LayItOut.BitmapRendering.Tests.csproj", "{EF817416-CE87-4DF2-BFC5-20A175782994}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C9B9A546-7BC8-4019-90FB-BEBFF32C9BB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LayItOut.PdfRendering", "src\LayItOut.PdfRendering\LayItOut.PdfRendering.csproj", "{5AD2F69A-9C31-4983-913B-28F77ED62962}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LayItOut.PdfRendering.Tests", "tests\LayItOut.PdfRendering.Tests\LayItOut.PdfRendering.Tests.csproj", "{43416CBE-17B3-45E4-BA5D-B44BF1D72FAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LayItOut.DocGen", "src\LayItOut.DocGen\LayItOut.DocGen.csproj", "{69F9B2C2-87F0-4283-8562-C2B3427FF6BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{4BA9CFB2-0DD9-4D1D-A9B4-6D0735D25D44}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44DC65F8-0361-4A7D-8DE2-AF1744DA1E03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44DC65F8-0361-4A7D-8DE2-AF1744DA1E03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44DC65F8-0361-4A7D-8DE2-AF1744DA1E03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44DC65F8-0361-4A7D-8DE2-AF1744DA1E03}.Release|Any CPU.Build.0 = Release|Any CPU
{3F5F9A96-0DF5-4BD0-8C29-2865B1137BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F5F9A96-0DF5-4BD0-8C29-2865B1137BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F5F9A96-0DF5-4BD0-8C29-2865B1137BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F5F9A96-0DF5-4BD0-8C29-2865B1137BDB}.Release|Any CPU.Build.0 = Release|Any CPU
{21C15439-478A-4414-81BB-64C66DFB480F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21C15439-478A-4414-81BB-64C66DFB480F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21C15439-478A-4414-81BB-64C66DFB480F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21C15439-478A-4414-81BB-64C66DFB480F}.Release|Any CPU.Build.0 = Release|Any CPU
{EF817416-CE87-4DF2-BFC5-20A175782994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF817416-CE87-4DF2-BFC5-20A175782994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF817416-CE87-4DF2-BFC5-20A175782994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF817416-CE87-4DF2-BFC5-20A175782994}.Release|Any CPU.Build.0 = Release|Any CPU
{5AD2F69A-9C31-4983-913B-28F77ED62962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AD2F69A-9C31-4983-913B-28F77ED62962}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AD2F69A-9C31-4983-913B-28F77ED62962}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AD2F69A-9C31-4983-913B-28F77ED62962}.Release|Any CPU.Build.0 = Release|Any CPU
{43416CBE-17B3-45E4-BA5D-B44BF1D72FAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43416CBE-17B3-45E4-BA5D-B44BF1D72FAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43416CBE-17B3-45E4-BA5D-B44BF1D72FAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43416CBE-17B3-45E4-BA5D-B44BF1D72FAF}.Release|Any CPU.Build.0 = Release|Any CPU
{69F9B2C2-87F0-4283-8562-C2B3427FF6BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69F9B2C2-87F0-4283-8562-C2B3427FF6BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69F9B2C2-87F0-4283-8562-C2B3427FF6BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69F9B2C2-87F0-4283-8562-C2B3427FF6BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3F5F9A96-0DF5-4BD0-8C29-2865B1137BDB} = {C9B9A546-7BC8-4019-90FB-BEBFF32C9BB9}
{EF817416-CE87-4DF2-BFC5-20A175782994} = {C9B9A546-7BC8-4019-90FB-BEBFF32C9BB9}
{43416CBE-17B3-45E4-BA5D-B44BF1D72FAF} = {C9B9A546-7BC8-4019-90FB-BEBFF32C9BB9}
{69F9B2C2-87F0-4283-8562-C2B3427FF6BC} = {4BA9CFB2-0DD9-4D1D-A9B4-6D0735D25D44}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92498A3E-E87B-4BFA-82A3-B428E41445C9}
EndGlobalSection
EndGlobal