-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProgramInfos.Manager.sln
49 lines (49 loc) · 2.98 KB
/
ProgramInfos.Manager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35017.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgramInfos.Manager.Reg", "ProgramInfos.Manager.Reg\ProgramInfos.Manager.Reg.csproj", "{DCA2B9B3-87C2-4C74-9B1F-B7164F40F4A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProgramInfos.Manager.Reg.Test", "ProgramInfos.Manager.Reg.Test\ProgramInfos.Manager.Reg.Test.csproj", "{7F376CC5-ED82-4226-AC18-066C3857AD19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProgramInfos.Manager.Abstractions", "ProgramInfos.Manager.Abstractions\ProgramInfos.Manager.Abstractions.csproj", "{D8B06967-1AED-4D0E-B9E0-F6260FE05481}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProgramInfos.Manager.Container", "ProgramInfos.Manager.Container\ProgramInfos.Manager.Container.csproj", "{A799A5D2-F987-4C1A-B73A-6D6798BAE5A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2EECB367-FEC6-4872-871F-16B104658126}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
spell-exclusion.dic = spell-exclusion.dic
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCA2B9B3-87C2-4C74-9B1F-B7164F40F4A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCA2B9B3-87C2-4C74-9B1F-B7164F40F4A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCA2B9B3-87C2-4C74-9B1F-B7164F40F4A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCA2B9B3-87C2-4C74-9B1F-B7164F40F4A8}.Release|Any CPU.Build.0 = Release|Any CPU
{7F376CC5-ED82-4226-AC18-066C3857AD19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F376CC5-ED82-4226-AC18-066C3857AD19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F376CC5-ED82-4226-AC18-066C3857AD19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F376CC5-ED82-4226-AC18-066C3857AD19}.Release|Any CPU.Build.0 = Release|Any CPU
{D8B06967-1AED-4D0E-B9E0-F6260FE05481}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8B06967-1AED-4D0E-B9E0-F6260FE05481}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8B06967-1AED-4D0E-B9E0-F6260FE05481}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8B06967-1AED-4D0E-B9E0-F6260FE05481}.Release|Any CPU.Build.0 = Release|Any CPU
{A799A5D2-F987-4C1A-B73A-6D6798BAE5A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A799A5D2-F987-4C1A-B73A-6D6798BAE5A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A799A5D2-F987-4C1A-B73A-6D6798BAE5A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A799A5D2-F987-4C1A-B73A-6D6798BAE5A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3239BE3F-2F34-4C9F-9E51-29C0A4C631F8}
EndGlobalSection
EndGlobal