-
Notifications
You must be signed in to change notification settings - Fork 1
/
WarehouseManager.sln
31 lines (31 loc) · 1.42 KB
/
WarehouseManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WarehouseManager", "WarehouseManager\WarehouseManager.csproj", "{53F43451-1076-465C-8291-3DE76772B29B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{24771475-FF36-40E3-80FA-7A957123718C}"
ProjectSection(SolutionItems) = preProject
config\otel-collector-config.yaml = config\otel-collector-config.yaml
config\prometheus.yml = config\prometheus.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53F43451-1076-465C-8291-3DE76772B29B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53F43451-1076-465C-8291-3DE76772B29B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53F43451-1076-465C-8291-3DE76772B29B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53F43451-1076-465C-8291-3DE76772B29B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07E33F30-C166-407E-A1F6-A6337B4749A6}
EndGlobalSection
EndGlobal