forked from yxdai-nju/PDF2ePub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPdf2Epub.sln
36 lines (36 loc) · 1.8 KB
/
Pdf2Epub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80EE8188-4B29-41C9-80E5-CE48D1E3A69B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pdf2Epub.API", "Pdf2Epub.API\Pdf2Epub.API.csproj", "{1C9E6C1C-71D5-4762-AE7B-B32807A9DBFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pdf2Epub.Worker", "Pdf2Epub.Worker\Pdf2Epub.Worker.csproj", "{CD2648C7-07BA-4863-930A-F94CCE98DEFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C9E6C1C-71D5-4762-AE7B-B32807A9DBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C9E6C1C-71D5-4762-AE7B-B32807A9DBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C9E6C1C-71D5-4762-AE7B-B32807A9DBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C9E6C1C-71D5-4762-AE7B-B32807A9DBFE}.Release|Any CPU.Build.0 = Release|Any CPU
{CD2648C7-07BA-4863-930A-F94CCE98DEFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD2648C7-07BA-4863-930A-F94CCE98DEFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD2648C7-07BA-4863-930A-F94CCE98DEFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD2648C7-07BA-4863-930A-F94CCE98DEFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2B83F36-9020-4FFC-8EF5-645E136C7BB5}
EndGlobalSection
EndGlobal