-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGrocyScanner.sln
40 lines (40 loc) · 2.16 KB
/
GrocyScanner.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrocyScanner.Service", "GrocyScanner.Service\GrocyScanner.Service.csproj", "{53F0B041-781F-48DB-B2A0-FD81BDF5E9B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrocyScanner.Core", "GrocyScanner.Core\GrocyScanner.Core.csproj", "{0F11AAF1-5B35-4180-8A7D-3C8263C90225}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{2994D1C0-E1EE-4E65-8F19-2F2EBE9F1DC5}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{1A81D5E9-36E2-4E80-96D3-AB9BECFBE429}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F9489E27-2358-4AE0-88B7-DF6E100CFCD9}"
ProjectSection(SolutionItems) = preProject
.github\workflows\docker-publish.yml = .github\workflows\docker-publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53F0B041-781F-48DB-B2A0-FD81BDF5E9B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53F0B041-781F-48DB-B2A0-FD81BDF5E9B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53F0B041-781F-48DB-B2A0-FD81BDF5E9B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53F0B041-781F-48DB-B2A0-FD81BDF5E9B6}.Release|Any CPU.Build.0 = Release|Any CPU
{0F11AAF1-5B35-4180-8A7D-3C8263C90225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F11AAF1-5B35-4180-8A7D-3C8263C90225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F11AAF1-5B35-4180-8A7D-3C8263C90225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F11AAF1-5B35-4180-8A7D-3C8263C90225}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1A81D5E9-36E2-4E80-96D3-AB9BECFBE429} = {2994D1C0-E1EE-4E65-8F19-2F2EBE9F1DC5}
{F9489E27-2358-4AE0-88B7-DF6E100CFCD9} = {2994D1C0-E1EE-4E65-8F19-2F2EBE9F1DC5}
EndGlobalSection
EndGlobal