-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOSItemIndex.Updater.sln
54 lines (54 loc) · 2.78 KB
/
OSItemIndex.Updater.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40898C0A-DE9A-4C39-880D-DA0470081E02}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
..\docker-compose.yml = ..\docker-compose.yml
..\.env = ..\.env
README.md = README.md
Dockerfile = Dockerfile
..\create-publication.sql = ..\create-publication.sql
..\docker-compose.dev.yml = ..\docker-compose.dev.yml
Dockerfile.dev = Dockerfile.dev
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSItemIndex.Data", "src\OSItemIndex.Data\OSItemIndex.Data.csproj", "{D16652A8-9D24-484D-AE69-DD0ECD3C48E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSItemIndex.Updater", "src\OSItemIndex.Updater\OSItemIndex.Updater.csproj", "{7A246C92-B7F5-4553-933F-0F7C3EDB5DA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D16652A8-9D24-484D-AE69-DD0ECD3C48E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D16652A8-9D24-484D-AE69-DD0ECD3C48E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D16652A8-9D24-484D-AE69-DD0ECD3C48E7}.Debug|x86.ActiveCfg = Debug|Any CPU
{D16652A8-9D24-484D-AE69-DD0ECD3C48E7}.Debug|x86.Build.0 = Debug|Any CPU
{D16652A8-9D24-484D-AE69-DD0ECD3C48E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D16652A8-9D24-484D-AE69-DD0ECD3C48E7}.Release|Any CPU.Build.0 = Release|Any CPU
{D16652A8-9D24-484D-AE69-DD0ECD3C48E7}.Release|x86.ActiveCfg = Release|Any CPU
{D16652A8-9D24-484D-AE69-DD0ECD3C48E7}.Release|x86.Build.0 = Release|Any CPU
{7A246C92-B7F5-4553-933F-0F7C3EDB5DA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A246C92-B7F5-4553-933F-0F7C3EDB5DA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A246C92-B7F5-4553-933F-0F7C3EDB5DA0}.Debug|x86.ActiveCfg = Debug|Any CPU
{7A246C92-B7F5-4553-933F-0F7C3EDB5DA0}.Debug|x86.Build.0 = Debug|Any CPU
{7A246C92-B7F5-4553-933F-0F7C3EDB5DA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A246C92-B7F5-4553-933F-0F7C3EDB5DA0}.Release|Any CPU.Build.0 = Release|Any CPU
{7A246C92-B7F5-4553-933F-0F7C3EDB5DA0}.Release|x86.ActiveCfg = Release|Any CPU
{7A246C92-B7F5-4553-933F-0F7C3EDB5DA0}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14FD2F91-2083-4D7C-B332-170AE1962098}
EndGlobalSection
EndGlobal