Skip to content

Commit 5ef2a85

Browse files
committed
And remove old sample from .sln file.
1 parent 508ca54 commit 5ef2a85

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

MicrosoftConfigurationBuilders.sln

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -38,33 +38,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3838
EndProject
3939
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{2F759F48-7F89-4811-8F94-380BCCC83C69}"
4040
EndProject
41-
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ConfigBuildersSample", "samples\ConfigBuildersSample\ConfigBuildersSample\", "{B6D1F37C-41CD-4809-A7F0-AD10EBFDC6CE}"
42-
ProjectSection(WebsiteProperties) = preProject
43-
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.7.1"
44-
ProjectReferences = "{f382fbf8-146d-4968-a199-90d37f9ef9a7}|Microsoft.Configuration.ConfigurationBuilders.Base.dll;{84e0ce5d-4af2-414f-a940-22b3f93fc727}|Microsoft.Configuration.ConfigurationBuilders.Json.dll;{c60d6cbb-d513-4692-81a6-0be5d45e4702}|Microsoft.Configuration.ConfigurationBuilders.UserSecrets.dll;{c6530e81-d8d8-47a8-912e-d2939f801835}|Microsoft.Configuration.ConfigurationBuilders.Environment.dll;"
45-
Debug.AspNetCompiler.VirtualPath = "/localhost_57833"
46-
Debug.AspNetCompiler.PhysicalPath = "samples\ConfigBuildersSample\ConfigBuildersSample\"
47-
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_57833\"
48-
Debug.AspNetCompiler.Updateable = "true"
49-
Debug.AspNetCompiler.ForceOverwrite = "true"
50-
Debug.AspNetCompiler.FixedNames = "false"
51-
Debug.AspNetCompiler.Debug = "True"
52-
Release.AspNetCompiler.VirtualPath = "/localhost_57833"
53-
Release.AspNetCompiler.PhysicalPath = "samples\ConfigBuildersSample\ConfigBuildersSample\"
54-
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_57833\"
55-
Release.AspNetCompiler.Updateable = "true"
56-
Release.AspNetCompiler.ForceOverwrite = "true"
57-
Release.AspNetCompiler.FixedNames = "false"
58-
Release.AspNetCompiler.Debug = "False"
59-
VWDPort = "57833"
60-
SlnRelativePath = "samples\ConfigBuildersSample\ConfigBuildersSample\"
61-
DefaultWebSiteLanguage = "Visual C#"
62-
EndProjectSection
63-
ProjectSection(ProjectDependencies) = postProject
64-
{C6530E81-D8D8-47A8-912E-D2939F801835} = {C6530E81-D8D8-47A8-912E-D2939F801835}
65-
{C60D6CBB-D513-4692-81A6-0BE5D45E4702} = {C60D6CBB-D513-4692-81A6-0BE5D45E4702}
66-
EndProjectSection
67-
EndProject
6841
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base", "src\Base\Base.csproj", "{F382FBF8-146D-4968-A199-90D37F9EF9A7}"
6942
EndProject
7043
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserSecrets", "src\UserSecrets\UserSecrets.csproj", "{C60D6CBB-D513-4692-81A6-0BE5D45E4702}"
@@ -101,10 +74,6 @@ Global
10174
{9371A23F-BCB8-4429-8652-0A12D43F14F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
10275
{9371A23F-BCB8-4429-8652-0A12D43F14F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
10376
{9371A23F-BCB8-4429-8652-0A12D43F14F3}.Release|Any CPU.Build.0 = Release|Any CPU
104-
{B6D1F37C-41CD-4809-A7F0-AD10EBFDC6CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
105-
{B6D1F37C-41CD-4809-A7F0-AD10EBFDC6CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
106-
{B6D1F37C-41CD-4809-A7F0-AD10EBFDC6CE}.Release|Any CPU.ActiveCfg = Debug|Any CPU
107-
{B6D1F37C-41CD-4809-A7F0-AD10EBFDC6CE}.Release|Any CPU.Build.0 = Debug|Any CPU
10877
{F382FBF8-146D-4968-A199-90D37F9EF9A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
10978
{F382FBF8-146D-4968-A199-90D37F9EF9A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
11079
{F382FBF8-146D-4968-A199-90D37F9EF9A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -126,7 +95,6 @@ Global
12695
HideSolutionNode = FALSE
12796
EndGlobalSection
12897
GlobalSection(NestedProjects) = preSolution
129-
{B6D1F37C-41CD-4809-A7F0-AD10EBFDC6CE} = {2F759F48-7F89-4811-8F94-380BCCC83C69}
13098
{590892DD-F842-4E7C-9400-4C6451C16B1A} = {2F759F48-7F89-4811-8F94-380BCCC83C69}
13199
EndGlobalSection
132100
GlobalSection(ExtensibilityGlobals) = postSolution

0 commit comments

Comments
 (0)