-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphirSOFT.SettingsService.Unity.sln
46 lines (46 loc) · 2.29 KB
/
phirSOFT.SettingsService.Unity.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "phirSOFT.SettingsService.Unity", "phirSOFT.SettingsService.Unity\phirSOFT.SettingsService.Unity.csproj", "{76A72960-F6B5-4F15-ABF2-4DD6D4CFBDC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "phirSOFT.SettingsService.Unity.Test", "phirSOFT.SettingsService.Unity.Test\phirSOFT.SettingsService.Unity.Test.csproj", "{8EDF4429-251A-416D-BB68-93F227191BCF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ci-Items", "Ci-Items", "{620F707A-ECB7-4488-A574-2D3C44C535D2}"
ProjectSection(SolutionItems) = preProject
.restyled.yaml = .restyled.yaml
azure-pipeline.yml = azure-pipeline.yml
GitVersion.yml = GitVersion.yml
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{3FC30193-CC13-42EB-B119-FB55A7443442}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76A72960-F6B5-4F15-ABF2-4DD6D4CFBDC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76A72960-F6B5-4F15-ABF2-4DD6D4CFBDC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76A72960-F6B5-4F15-ABF2-4DD6D4CFBDC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76A72960-F6B5-4F15-ABF2-4DD6D4CFBDC5}.Release|Any CPU.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8ECFBE43-EA99-4441-974B-2616627E7E03}
EndGlobalSection
EndGlobal