-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PaperlessDotNet.sln
87 lines (87 loc) · 5.53 KB
/
PaperlessDotNet.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{320F278C-1E81-42F5-9D87-FC1CBCF49B99}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
nuget.config = nuget.config
README.md = README.md
version = version
CONTRIBUTING.md = CONTRIBUTING.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMelnalksnis.PaperlessDotNet", "source\VMelnalksnis.PaperlessDotNet\VMelnalksnis.PaperlessDotNet.csproj", "{7A711A96-8B58-405D-BC8A-534AEDB68C23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMelnalksnis.PaperlessDotNet.DependencyInjection", "source\VMelnalksnis.PaperlessDotNet.DependencyInjection\VMelnalksnis.PaperlessDotNet.DependencyInjection.csproj", "{7D7879FB-9384-4DC4-BECF-41ECC9C11211}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{06D4E306-A392-4FA1-9D69-E3B59348330F}"
ProjectSection(SolutionItems) = preProject
tests\.editorconfig = tests\.editorconfig
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMelnalksnis.PaperlessDotNet.DependencyInjection.Tests", "tests\VMelnalksnis.PaperlessDotNet.DependencyInjection.Tests\VMelnalksnis.PaperlessDotNet.DependencyInjection.Tests.csproj", "{673ED450-F817-4B4D-9146-3B70EDDD0671}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMelnalksnis.PaperlessDotNet.Tests.Integration", "tests\VMelnalksnis.PaperlessDotNet.Tests.Integration\VMelnalksnis.PaperlessDotNet.Tests.Integration.csproj", "{75D35888-F907-4D5C-963C-99028CB6A191}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{FDEC71BD-C2CB-41A6-9F1C-1B54B8CB159C}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
.github\pull_request_template.md = .github\pull_request_template.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{079B16F6-8E3D-43BA-9D64-9CE270D2502A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\nuget-vulnerabilities.yml = .github\workflows\nuget-vulnerabilities.yml
.github\workflows\release.yml = .github\workflows\release.yml
.github\workflows\test.yml = .github\workflows\test.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{5FB01460-DC39-4E01-BEF7-8102E01FDD14}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMelnalksnis.PaperlessDotNet.Tests", "tests\VMelnalksnis.PaperlessDotNet.Tests\VMelnalksnis.PaperlessDotNet.Tests.csproj", "{33E94F57-F5AF-4795-A761-61DFF76EB236}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A711A96-8B58-405D-BC8A-534AEDB68C23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A711A96-8B58-405D-BC8A-534AEDB68C23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A711A96-8B58-405D-BC8A-534AEDB68C23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A711A96-8B58-405D-BC8A-534AEDB68C23}.Release|Any CPU.Build.0 = Release|Any CPU
{7D7879FB-9384-4DC4-BECF-41ECC9C11211}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D7879FB-9384-4DC4-BECF-41ECC9C11211}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D7879FB-9384-4DC4-BECF-41ECC9C11211}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D7879FB-9384-4DC4-BECF-41ECC9C11211}.Release|Any CPU.Build.0 = Release|Any CPU
{673ED450-F817-4B4D-9146-3B70EDDD0671}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{673ED450-F817-4B4D-9146-3B70EDDD0671}.Debug|Any CPU.Build.0 = Debug|Any CPU
{673ED450-F817-4B4D-9146-3B70EDDD0671}.Release|Any CPU.ActiveCfg = Release|Any CPU
{673ED450-F817-4B4D-9146-3B70EDDD0671}.Release|Any CPU.Build.0 = Release|Any CPU
{75D35888-F907-4D5C-963C-99028CB6A191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75D35888-F907-4D5C-963C-99028CB6A191}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75D35888-F907-4D5C-963C-99028CB6A191}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75D35888-F907-4D5C-963C-99028CB6A191}.Release|Any CPU.Build.0 = Release|Any CPU
{33E94F57-F5AF-4795-A761-61DFF76EB236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33E94F57-F5AF-4795-A761-61DFF76EB236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33E94F57-F5AF-4795-A761-61DFF76EB236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33E94F57-F5AF-4795-A761-61DFF76EB236}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{673ED450-F817-4B4D-9146-3B70EDDD0671} = {06D4E306-A392-4FA1-9D69-E3B59348330F}
{75D35888-F907-4D5C-963C-99028CB6A191} = {06D4E306-A392-4FA1-9D69-E3B59348330F}
{FDEC71BD-C2CB-41A6-9F1C-1B54B8CB159C} = {320F278C-1E81-42F5-9D87-FC1CBCF49B99}
{079B16F6-8E3D-43BA-9D64-9CE270D2502A} = {FDEC71BD-C2CB-41A6-9F1C-1B54B8CB159C}
{5FB01460-DC39-4E01-BEF7-8102E01FDD14} = {FDEC71BD-C2CB-41A6-9F1C-1B54B8CB159C}
{33E94F57-F5AF-4795-A761-61DFF76EB236} = {06D4E306-A392-4FA1-9D69-E3B59348330F}
EndGlobalSection
EndGlobal