-
Notifications
You must be signed in to change notification settings - Fork 0
/
X39.Solutions.PdfTemplate.sln
59 lines (59 loc) · 3.39 KB
/
X39.Solutions.PdfTemplate.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{E290E22A-D697-4B30-A067-AF972686C3B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{A16F2F3F-BF45-4A18-8E4A-31B800226E47}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
CONTRIBUTORS.md = CONTRIBUTORS.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{578183F3-B424-4D0B-9B6B-1F22FBDB80C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X39.Solutions.PdfTemplate", "source\X39.Solutions.PdfTemplate\X39.Solutions.PdfTemplate.csproj", "{C62AB41B-AC9D-4946-84D7-A22A63B28CF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X39.Solutions.PdfTemplate.Test", "test\X39.Solutions.PdfTemplate.Test\X39.Solutions.PdfTemplate.Test.csproj", "{54D29B97-100B-4494-BA96-DF9CBA107F8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{B7C9C376-E1AA-46D0-90C6-D6BEAEB658EC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
.github\workflows\run-dotnet-tests.yml = .github\workflows\run-dotnet-tests.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "fonts", "fonts", "{AC1F6F58-BADB-4BA3-80E6-A4F938455800}"
ProjectSection(SolutionItems) = preProject
test\fonts\Nunito_Sans\NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf = test\fonts\Nunito_Sans\NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf
test\fonts\Nunito_Sans\NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf = test\fonts\Nunito_Sans\NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{41BE3CC0-0C65-4D1A-AD6C-90B01D132C45}"
ProjectSection(SolutionItems) = preProject
test\images\X.jpg = test\images\X.jpg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C62AB41B-AC9D-4946-84D7-A22A63B28CF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C62AB41B-AC9D-4946-84D7-A22A63B28CF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C62AB41B-AC9D-4946-84D7-A22A63B28CF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C62AB41B-AC9D-4946-84D7-A22A63B28CF0}.Release|Any CPU.Build.0 = Release|Any CPU
{54D29B97-100B-4494-BA96-DF9CBA107F8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54D29B97-100B-4494-BA96-DF9CBA107F8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54D29B97-100B-4494-BA96-DF9CBA107F8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54D29B97-100B-4494-BA96-DF9CBA107F8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C62AB41B-AC9D-4946-84D7-A22A63B28CF0} = {E290E22A-D697-4B30-A067-AF972686C3B5}
{54D29B97-100B-4494-BA96-DF9CBA107F8B} = {578183F3-B424-4D0B-9B6B-1F22FBDB80C8}
{B7C9C376-E1AA-46D0-90C6-D6BEAEB658EC} = {A16F2F3F-BF45-4A18-8E4A-31B800226E47}
{AC1F6F58-BADB-4BA3-80E6-A4F938455800} = {578183F3-B424-4D0B-9B6B-1F22FBDB80C8}
{41BE3CC0-0C65-4D1A-AD6C-90B01D132C45} = {578183F3-B424-4D0B-9B6B-1F22FBDB80C8}
EndGlobalSection
EndGlobal