-
Notifications
You must be signed in to change notification settings - Fork 76
/
SharpDocx.sln
82 lines (82 loc) · 5.07 KB
/
SharpDocx.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
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDocx", "SharpDocx\SharpDocx.csproj", "{11025F4C-5F88-4CBF-A29D-494260BF71F8}"
ProjectSection(ProjectDependencies) = postProject
{469F76BC-D622-4AB7-B71E-DA7F265E7E05} = {469F76BC-D622-4AB7-B71E-DA7F265E7E05}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tutorial", "Samples\SampleProjects\Tutorial\Tutorial.csproj", "{2ED2D5D4-0AA3-4DFC-B249-3941340DF1C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{60ACA8F2-9057-4F58-ABF4-0278D2968EEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Samples\SampleProjects\Model\Model.csproj", "{52EB5015-D45B-4CAF-911B-4DD61FCC8C6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Inheritance", "Samples\SampleProjects\Inheritance\Inheritance.csproj", "{3D8D60E1-5B3B-47B7-97E5-996F8906DF76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpImage", "SharpImage\SharpImage.csproj", "{469F76BC-D622-4AB7-B71E-DA7F265E7E05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Views", "Views", "{28BE5D1E-9170-44D4-89C4-A0C8086021CC}"
ProjectSection(SolutionItems) = preProject
Samples\Views\Inheritance.cs.docx = Samples\Views\Inheritance.cs.docx
Samples\Views\Model.cs.docx = Samples\Views\Model.cs.docx
Samples\Views\Tutorial.cs.docx = Samples\Views\Tutorial.cs.docx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{985BA596-7B45-4F2B-9A9E-A712408AF9D8}"
ProjectSection(SolutionItems) = preProject
Samples\Documents\Inheritance.docx = Samples\Documents\Inheritance.docx
Samples\Documents\Model.docx = Samples\Documents\Model.docx
Samples\Documents\Tutorial.docx = Samples\Documents\Tutorial.docx
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoadContext", "Samples\SampleProjects\LoadContext\LoadContext.csproj", "{9D7245CD-AFC0-4324-A21B-FAB87BC3A5F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11025F4C-5F88-4CBF-A29D-494260BF71F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11025F4C-5F88-4CBF-A29D-494260BF71F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11025F4C-5F88-4CBF-A29D-494260BF71F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11025F4C-5F88-4CBF-A29D-494260BF71F8}.Release|Any CPU.Build.0 = Release|Any CPU
{2ED2D5D4-0AA3-4DFC-B249-3941340DF1C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ED2D5D4-0AA3-4DFC-B249-3941340DF1C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ED2D5D4-0AA3-4DFC-B249-3941340DF1C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ED2D5D4-0AA3-4DFC-B249-3941340DF1C2}.Release|Any CPU.Build.0 = Release|Any CPU
{52EB5015-D45B-4CAF-911B-4DD61FCC8C6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52EB5015-D45B-4CAF-911B-4DD61FCC8C6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52EB5015-D45B-4CAF-911B-4DD61FCC8C6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52EB5015-D45B-4CAF-911B-4DD61FCC8C6C}.Release|Any CPU.Build.0 = Release|Any CPU
{3D8D60E1-5B3B-47B7-97E5-996F8906DF76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D8D60E1-5B3B-47B7-97E5-996F8906DF76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D8D60E1-5B3B-47B7-97E5-996F8906DF76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D8D60E1-5B3B-47B7-97E5-996F8906DF76}.Release|Any CPU.Build.0 = Release|Any CPU
{469F76BC-D622-4AB7-B71E-DA7F265E7E05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{469F76BC-D622-4AB7-B71E-DA7F265E7E05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{469F76BC-D622-4AB7-B71E-DA7F265E7E05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{469F76BC-D622-4AB7-B71E-DA7F265E7E05}.Release|Any CPU.Build.0 = Release|Any CPU
{9D7245CD-AFC0-4324-A21B-FAB87BC3A5F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D7245CD-AFC0-4324-A21B-FAB87BC3A5F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D7245CD-AFC0-4324-A21B-FAB87BC3A5F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D7245CD-AFC0-4324-A21B-FAB87BC3A5F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2ED2D5D4-0AA3-4DFC-B249-3941340DF1C2} = {60ACA8F2-9057-4F58-ABF4-0278D2968EEA}
{52EB5015-D45B-4CAF-911B-4DD61FCC8C6C} = {60ACA8F2-9057-4F58-ABF4-0278D2968EEA}
{3D8D60E1-5B3B-47B7-97E5-996F8906DF76} = {60ACA8F2-9057-4F58-ABF4-0278D2968EEA}
{28BE5D1E-9170-44D4-89C4-A0C8086021CC} = {60ACA8F2-9057-4F58-ABF4-0278D2968EEA}
{985BA596-7B45-4F2B-9A9E-A712408AF9D8} = {60ACA8F2-9057-4F58-ABF4-0278D2968EEA}
{9D7245CD-AFC0-4324-A21B-FAB87BC3A5F8} = {60ACA8F2-9057-4F58-ABF4-0278D2968EEA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F682D28B-E23F-4280-9FE6-AB5ABFDCB3F2}
EndGlobalSection
EndGlobal