-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCreatePdf.NET.sln
More file actions
25 lines (25 loc) · 1.36 KB
/
CreatePdf.NET.sln
File metadata and controls
25 lines (25 loc) · 1.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreatePdf.NET", "CreatePdf.NET\CreatePdf.NET.csproj", "{92460F5D-5D1B-4443-B73D-2F622D6CD1C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreatePdf.NET.Tests", "CreatePdf.NET.Tests\CreatePdf.NET.Tests.csproj", "{DEBD12A1-01FD-45D6-A75C-039ED06406C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92460F5D-5D1B-4443-B73D-2F622D6CD1C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92460F5D-5D1B-4443-B73D-2F622D6CD1C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92460F5D-5D1B-4443-B73D-2F622D6CD1C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92460F5D-5D1B-4443-B73D-2F622D6CD1C8}.Release|Any CPU.Build.0 = Release|Any CPU
{DEBD12A1-01FD-45D6-A75C-039ED06406C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEBD12A1-01FD-45D6-A75C-039ED06406C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEBD12A1-01FD-45D6-A75C-039ED06406C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEBD12A1-01FD-45D6-A75C-039ED06406C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal