-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPdfExporterForOffice.sln
46 lines (46 loc) · 2.77 KB
/
PdfExporterForOffice.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfExporterForWord", "PdfExporterForWord\PdfExporterForWord.csproj", "{45031201-69F6-4DFF-A14C-E24B6DA9F866}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfExporterForExcel", "PdfExporterForExcel\PdfExporterForExcel.csproj", "{5751EC5D-1BB1-4D7A-B615-DEFA1745AEDD}"
ProjectSection(ProjectDependencies) = postProject
{F914B0F3-8C00-46D2-9695-EF9BF5D9B837} = {F914B0F3-8C00-46D2-9695-EF9BF5D9B837}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfExporterForPowerPoint", "PdfExporterForPowerPoint\PdfExporterForPowerPoint.csproj", "{4D79FB0B-375D-4E63-8C5E-52469971475F}"
ProjectSection(ProjectDependencies) = postProject
{F914B0F3-8C00-46D2-9695-EF9BF5D9B837} = {F914B0F3-8C00-46D2-9695-EF9BF5D9B837}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomControlLibrary", "CustomControlLibrary\CustomControlLibrary.csproj", "{F914B0F3-8C00-46D2-9695-EF9BF5D9B837}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45031201-69F6-4DFF-A14C-E24B6DA9F866}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45031201-69F6-4DFF-A14C-E24B6DA9F866}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45031201-69F6-4DFF-A14C-E24B6DA9F866}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45031201-69F6-4DFF-A14C-E24B6DA9F866}.Release|Any CPU.Build.0 = Release|Any CPU
{5751EC5D-1BB1-4D7A-B615-DEFA1745AEDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5751EC5D-1BB1-4D7A-B615-DEFA1745AEDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5751EC5D-1BB1-4D7A-B615-DEFA1745AEDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5751EC5D-1BB1-4D7A-B615-DEFA1745AEDD}.Release|Any CPU.Build.0 = Release|Any CPU
{4D79FB0B-375D-4E63-8C5E-52469971475F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D79FB0B-375D-4E63-8C5E-52469971475F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D79FB0B-375D-4E63-8C5E-52469971475F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D79FB0B-375D-4E63-8C5E-52469971475F}.Release|Any CPU.Build.0 = Release|Any CPU
{F914B0F3-8C00-46D2-9695-EF9BF5D9B837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F914B0F3-8C00-46D2-9695-EF9BF5D9B837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F914B0F3-8C00-46D2-9695-EF9BF5D9B837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F914B0F3-8C00-46D2-9695-EF9BF5D9B837}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal