-
Notifications
You must be signed in to change notification settings - Fork 5
/
SmiServices.sln
63 lines (63 loc) · 3.34 KB
/
SmiServices.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A47D6857-A0E0-4604-9E11-3088F32BD378}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
docs\DataLoading.md = docs\DataLoading.md
data\microserviceConfigs\default.yaml = data\microserviceConfigs\default.yaml
Directory.Build.props = Directory.Build.props
global.json = global.json
Glossary.md = Glossary.md
PACKAGES.md = PACKAGES.md
README.md = README.md
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
data\logging\Smi.NLog.config = data\logging\Smi.NLog.config
Tests.md = Tests.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{2D0D9CEF-7AF1-4779-92BA-5E124233C160}"
ProjectSection(SolutionItems) = preProject
bin\smi\buildTestPackage.py = bin\smi\buildTestPackage.py
.github\workflows\envs.json = .github\workflows\envs.json
.github\workflows\main.yml = .github\workflows\main.yml
bin\smi\writeDatabaseStrings.py = bin\smi\writeDatabaseStrings.py
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmiServices", "src\SmiServices\SmiServices.csproj", "{52AE5293-96DE-44E6-B029-C3F308160696}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmiServices.UnitTests", "tests\SmiServices.UnitTests\SmiServices.UnitTests.csproj", "{080A433F-9AD6-40CD-BEB1-562ACB7A61EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmiServices.IntegrationTests", "tests\SmiServices.IntegrationTests\SmiServices.IntegrationTests.csproj", "{F9A6BC3B-A7D4-4FAF-B0C7-D270C545023B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52AE5293-96DE-44E6-B029-C3F308160696}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52AE5293-96DE-44E6-B029-C3F308160696}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52AE5293-96DE-44E6-B029-C3F308160696}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52AE5293-96DE-44E6-B029-C3F308160696}.Release|Any CPU.Build.0 = Release|Any CPU
{080A433F-9AD6-40CD-BEB1-562ACB7A61EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{080A433F-9AD6-40CD-BEB1-562ACB7A61EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{080A433F-9AD6-40CD-BEB1-562ACB7A61EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{080A433F-9AD6-40CD-BEB1-562ACB7A61EA}.Release|Any CPU.Build.0 = Release|Any CPU
{F9A6BC3B-A7D4-4FAF-B0C7-D270C545023B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9A6BC3B-A7D4-4FAF-B0C7-D270C545023B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9A6BC3B-A7D4-4FAF-B0C7-D270C545023B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9A6BC3B-A7D4-4FAF-B0C7-D270C545023B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D0D9CEF-7AF1-4779-92BA-5E124233C160} = {A47D6857-A0E0-4604-9E11-3088F32BD378}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11CDEA53-71E8-4A9B-BC0D-74F4EB54F740}
EndGlobalSection
EndGlobal