-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettingsService.sln
More file actions
50 lines (50 loc) · 2.74 KB
/
SettingsService.sln
File metadata and controls
50 lines (50 loc) · 2.74 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "phirSOFT.SettingsService", "phirSOFT.SettingsService\phirSOFT.SettingsService.csproj", "{1BE70641-6F1F-49FA-93BD-BDE627FB22B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "phirSOFT.SettingsService.Abstractions", "phirSOFT.SettingsService.Abstractions\phirSOFT.SettingsService.Abstractions.csproj", "{079213BD-0975-4B46-B37B-F18AD640681B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ci-Pipeline", "Ci-Pipeline", "{8210544E-8E15-4933-AEE1-DC348656773D}"
ProjectSection(SolutionItems) = preProject
azure-pipeline.yml = azure-pipeline.yml
GitVersion.yml = GitVersion.yml
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Changelog", "Changelog", "{4B680FF6-F8F4-42EB-8724-AA98E094F9EC}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "phirSOFT.SettingsService.Test", "phirSOFT.SettingsService.Test\phirSOFT.SettingsService.Test.csproj", "{57DBF68A-B21F-4015-8EB6-B55FFDD9028F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BE70641-6F1F-49FA-93BD-BDE627FB22B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BE70641-6F1F-49FA-93BD-BDE627FB22B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BE70641-6F1F-49FA-93BD-BDE627FB22B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BE70641-6F1F-49FA-93BD-BDE627FB22B1}.Release|Any CPU.Build.0 = Release|Any CPU
{079213BD-0975-4B46-B37B-F18AD640681B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{079213BD-0975-4B46-B37B-F18AD640681B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{079213BD-0975-4B46-B37B-F18AD640681B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{079213BD-0975-4B46-B37B-F18AD640681B}.Release|Any CPU.Build.0 = Release|Any CPU
{57DBF68A-B21F-4015-8EB6-B55FFDD9028F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57DBF68A-B21F-4015-8EB6-B55FFDD9028F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57DBF68A-B21F-4015-8EB6-B55FFDD9028F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57DBF68A-B21F-4015-8EB6-B55FFDD9028F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A19103F-16F7-4668-BE54-9A1E7A4F7556}
EndGlobalSection
EndGlobal