-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathFsPdf.sln
36 lines (36 loc) · 1.92 KB
/
FsPdf.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 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{42C912DB-520D-4422-842D-D5FD45A8CA3F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsPdf", "src\FsPdf\FsPdf.fsproj", "{EB06860A-65A2-4724-AA38-D492E2DDBA53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{970BF239-5EDF-4628-A5D0-AAA0E7DD10AB}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsPdf.Tests", "tests\FsPdf.Tests\FsPdf.Tests.fsproj", "{CCAB6F80-97FA-4FEC-A629-5949E95EB6F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB06860A-65A2-4724-AA38-D492E2DDBA53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB06860A-65A2-4724-AA38-D492E2DDBA53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB06860A-65A2-4724-AA38-D492E2DDBA53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB06860A-65A2-4724-AA38-D492E2DDBA53}.Release|Any CPU.Build.0 = Release|Any CPU
{CCAB6F80-97FA-4FEC-A629-5949E95EB6F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCAB6F80-97FA-4FEC-A629-5949E95EB6F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCAB6F80-97FA-4FEC-A629-5949E95EB6F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCAB6F80-97FA-4FEC-A629-5949E95EB6F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EB06860A-65A2-4724-AA38-D492E2DDBA53} = {42C912DB-520D-4422-842D-D5FD45A8CA3F}
{CCAB6F80-97FA-4FEC-A629-5949E95EB6F1} = {970BF239-5EDF-4628-A5D0-AAA0E7DD10AB}
EndGlobalSection
EndGlobal