Skip to content

Commit cc03e7b

Browse files
committed
Update sample to Web Application rather than website.
1 parent a85667e commit cc03e7b

98 files changed

Lines changed: 12 additions & 11915 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ test/**/[Oo]bj/
77
.vs/
88
msbuild.*
99
/packages/
10-
samples/ConfigBuildersSample/ConfigBuildersSample/Bin/
10+
samples/SampleWebApp/bin/
11+
samples/SampleWebApp/obj/

MicrosoftConfigurationBuilders.msbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<ItemGroup Condition="'$(BuildCoreOnly)' != 'true'">
1313
<AssemblyProject Include="test\Microsoft.Configuration.ConfigurationBuilders.Test\Test\Test.csproj" />
14+
<AssemblyProject Include="samples\SampleWebApp\SampleWebApp.csproj" />
1415
</ItemGroup>
1516

1617
<ItemGroup>

MicrosoftConfigurationBuilders.sln

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27018.1
4+
VisualStudioVersion = 15.0.27130.2036
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure", "src\Azure\Azure.csproj", "{345C5437-4990-45DC-BE34-6E37AA05D8D2}"
77
ProjectSection(ProjectDependencies) = postProject
@@ -77,6 +77,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Environment", "src\Environm
7777
{F382FBF8-146D-4968-A199-90D37F9EF9A7} = {F382FBF8-146D-4968-A199-90D37F9EF9A7}
7878
EndProjectSection
7979
EndProject
80+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebApp", "samples\SampleWebApp\SampleWebApp.csproj", "{590892DD-F842-4E7C-9400-4C6451C16B1A}"
81+
EndProject
8082
Global
8183
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8284
Debug|Any CPU = Debug|Any CPU
@@ -115,12 +117,17 @@ Global
115117
{C6530E81-D8D8-47A8-912E-D2939F801835}.Debug|Any CPU.Build.0 = Debug|Any CPU
116118
{C6530E81-D8D8-47A8-912E-D2939F801835}.Release|Any CPU.ActiveCfg = Release|Any CPU
117119
{C6530E81-D8D8-47A8-912E-D2939F801835}.Release|Any CPU.Build.0 = Release|Any CPU
120+
{590892DD-F842-4E7C-9400-4C6451C16B1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{590892DD-F842-4E7C-9400-4C6451C16B1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{590892DD-F842-4E7C-9400-4C6451C16B1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
123+
{590892DD-F842-4E7C-9400-4C6451C16B1A}.Release|Any CPU.Build.0 = Release|Any CPU
118124
EndGlobalSection
119125
GlobalSection(SolutionProperties) = preSolution
120126
HideSolutionNode = FALSE
121127
EndGlobalSection
122128
GlobalSection(NestedProjects) = preSolution
123129
{B6D1F37C-41CD-4809-A7F0-AD10EBFDC6CE} = {2F759F48-7F89-4811-8F94-380BCCC83C69}
130+
{590892DD-F842-4E7C-9400-4C6451C16B1A} = {2F759F48-7F89-4811-8F94-380BCCC83C69}
124131
EndGlobalSection
125132
GlobalSection(ExtensibilityGlobals) = postSolution
126133
SolutionGuid = {6380A53F-A088-4D0B-B415-C8D16222F022}

samples/ConfigBuildersSample/ConfigBuildersSample/App_Data/secrets.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

samples/ConfigBuildersSample/ConfigBuildersSample/App_Data/settings.json

Lines changed: 0 additions & 27 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)