-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPdfjsSharp.sln
More file actions
42 lines (42 loc) · 2.09 KB
/
PdfjsSharp.sln
File metadata and controls
42 lines (42 loc) · 2.09 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
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfJsSharp", "PdfJsSharp\PdfJsSharp.csproj", "{42E3DA11-6E37-494E-B789-DA4B0F5997AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A4B6C60-8306-43E3-8BDF-78B20BF5922A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\cla.yml = .github\workflows\cla.yml
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
Readme.md = Readme.md
.github\workflows\stale.yml = .github\workflows\stale.yml
testenvironments.json = testenvironments.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfJsSharpTests", "PdfJsSharpTests\PdfJsSharpTests.csproj", "{1CF61D5F-0DB6-4FBE-B33E-EAA041DB26CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42E3DA11-6E37-494E-B789-DA4B0F5997AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42E3DA11-6E37-494E-B789-DA4B0F5997AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42E3DA11-6E37-494E-B789-DA4B0F5997AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42E3DA11-6E37-494E-B789-DA4B0F5997AD}.Release|Any CPU.Build.0 = Release|Any CPU
{1CF61D5F-0DB6-4FBE-B33E-EAA041DB26CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CF61D5F-0DB6-4FBE-B33E-EAA041DB26CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CF61D5F-0DB6-4FBE-B33E-EAA041DB26CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CF61D5F-0DB6-4FBE-B33E-EAA041DB26CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0870A7B9-301D-42BD-A0FC-4202416A2402}
EndGlobalSection
EndGlobal