-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPdfGenerator.sln
42 lines (42 loc) · 2.29 KB
/
PdfGenerator.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
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfGenerator", "PdfGenerator\PdfGenerator.csproj", "{486A24F5-5CC3-4F53-BB60-9434B717AFE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{94EA8324-5A9C-430A-8BC3-3F68B1775E13}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfGenerator.Test", "PdfGenerator.Test\PdfGenerator.Test.csproj", "{E3DDC600-977D-481B-9E90-C6FC6690ABD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfGenerator.Core", "PdfGenerator.Core\PdfGenerator.Core.csproj", "{0C8C9969-669B-4C7F-8A14-A6CCB0A703BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{486A24F5-5CC3-4F53-BB60-9434B717AFE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{486A24F5-5CC3-4F53-BB60-9434B717AFE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{486A24F5-5CC3-4F53-BB60-9434B717AFE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{486A24F5-5CC3-4F53-BB60-9434B717AFE5}.Release|Any CPU.Build.0 = Release|Any CPU
{E3DDC600-977D-481B-9E90-C6FC6690ABD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3DDC600-977D-481B-9E90-C6FC6690ABD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3DDC600-977D-481B-9E90-C6FC6690ABD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3DDC600-977D-481B-9E90-C6FC6690ABD9}.Release|Any CPU.Build.0 = Release|Any CPU
{0C8C9969-669B-4C7F-8A14-A6CCB0A703BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C8C9969-669B-4C7F-8A14-A6CCB0A703BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C8C9969-669B-4C7F-8A14-A6CCB0A703BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C8C9969-669B-4C7F-8A14-A6CCB0A703BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D97E5A2C-4AA7-47E6-BA06-1DE490806AE4}
EndGlobalSection
EndGlobal