-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.sln
49 lines (49 loc) · 2.46 KB
/
configuration.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 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B7A6F3B1-5A1F-481F-AF8D-E27BF73D5A49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{506B9CDF-EED7-4D70-9B61-F07DDDB55D2C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yisoft.AspNetCore.Configuration.Yaml", "src\Yisoft.AspNetCore.Configuration.Yaml\Yisoft.AspNetCore.Configuration.Yaml.csproj", "{63B6A14E-33F4-419B-8ECD-88922D242D1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{0158EBE6-4B82-4331-AA06-5B805D94C01A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "sample\SampleApp\SampleApp.csproj", "{36BC03EF-2EE1-4F24-8F12-AAD7C1C011E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63B6A14E-33F4-419B-8ECD-88922D242D1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63B6A14E-33F4-419B-8ECD-88922D242D1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63B6A14E-33F4-419B-8ECD-88922D242D1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63B6A14E-33F4-419B-8ECD-88922D242D1D}.Release|Any CPU.Build.0 = Release|Any CPU
{36BC03EF-2EE1-4F24-8F12-AAD7C1C011E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36BC03EF-2EE1-4F24-8F12-AAD7C1C011E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36BC03EF-2EE1-4F24-8F12-AAD7C1C011E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36BC03EF-2EE1-4F24-8F12-AAD7C1C011E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{63B6A14E-33F4-419B-8ECD-88922D242D1D} = {B7A6F3B1-5A1F-481F-AF8D-E27BF73D5A49}
{36BC03EF-2EE1-4F24-8F12-AAD7C1C011E4} = {0158EBE6-4B82-4331-AA06-5B805D94C01A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_SortFileContentOnSave = True
RESX_ResXSortingComparison = InvariantCultureIgnoreCase
RESX_AutoCreateNewLanguageFiles = True
EndGlobalSection
EndGlobal