-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPDFReader.sln
More file actions
39 lines (39 loc) · 2 KB
/
Copy pathPDFReader.sln
File metadata and controls
39 lines (39 loc) · 2 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDFReader.API", "PDFReader.API\PDFReader.API.csproj", "{A8359226-44EA-4B2C-A8C2-6B52EBEC33C7}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "PDFReader.Web", "PDFReader.Web\PDFReader.Web.esproj", "{A15947B7-EF1A-4A08-B9F8-EFB4D7A382F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BDD4A0E9-0735-4C43-8201-8AD72957B85E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
pseudo_of_the_day.txt = pseudo_of_the_day.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8359226-44EA-4B2C-A8C2-6B52EBEC33C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8359226-44EA-4B2C-A8C2-6B52EBEC33C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8359226-44EA-4B2C-A8C2-6B52EBEC33C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8359226-44EA-4B2C-A8C2-6B52EBEC33C7}.Release|Any CPU.Build.0 = Release|Any CPU
{A15947B7-EF1A-4A08-B9F8-EFB4D7A382F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A15947B7-EF1A-4A08-B9F8-EFB4D7A382F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A15947B7-EF1A-4A08-B9F8-EFB4D7A382F8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A15947B7-EF1A-4A08-B9F8-EFB4D7A382F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A15947B7-EF1A-4A08-B9F8-EFB4D7A382F8}.Release|Any CPU.Build.0 = Release|Any CPU
{A15947B7-EF1A-4A08-B9F8-EFB4D7A382F8}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60E92B90-B3D7-497F-8E55-EA1186977648}
EndGlobalSection
EndGlobal