Skip to content

Commit dc42cf6

Browse files
committed
Changed folder structure
1 parent 0097edf commit dc42cf6

File tree

95 files changed

+10
-1924
lines changed

Some content is hidden

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

95 files changed

+10
-1924
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,4 @@ ModelManifest.xml
246246
*.jfm
247247
/Collections/Collections.API/AppSettingsSecrets.config
248248
/AppSettingsSecrets.config
249+
/Collections.API/Properties/PublishProfiles/collections-api - Web Deploy.pubxml

.vs/config/applicationhost.config

+8
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@
168168
<binding protocol="http" bindingInformation="*:10037:localhost" />
169169
</bindings>
170170
</site>
171+
<site name="Collections.API" id="3">
172+
<application path="/" applicationPool="Clr4IntegratedAppPool">
173+
<virtualDirectory path="/" physicalPath="C:\Source\Repos\Collection.API\Collections.API" />
174+
</application>
175+
<bindings>
176+
<binding protocol="http" bindingInformation="*:4987:localhost" />
177+
</bindings>
178+
</site>
171179
<siteDefaults>
172180
<logFile logFormat="W3C" directory="%IIS_USER_HOME%\Logs" />
173181
<traceFailedRequestsLogging directory="%IIS_USER_HOME%\TraceLogFiles" enabled="true" maxLogFileSizeKB="1024" />
File renamed without changes.
File renamed without changes.

Collections/Collections.API/Web.config renamed to Collections.API/Web.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<httpRuntime targetFramework="4.5.2" />
1313
</system.web>
1414

15-
<appSettings file="..\..\AppSettingsSecrets.config">
15+
<appSettings file="..\AppSettingsSecrets.config">
1616
</appSettings>
1717

1818
<runtime>

Collections/.vs/Collections/v14/.suo

-270 KB
Binary file not shown.

Collections/.vs/config/applicationhost.config

-1,047
This file was deleted.

Collections/Collections.API/Properties/PublishProfiles/collections-api - Web Deploy.pubxml

-26
This file was deleted.

Collections/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props

-8
This file was deleted.

Collections/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0/content/web.config.install.xdt

-58
This file was deleted.

Collections/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0/content/web.config.uninstall.xdt

-23
This file was deleted.

Collections/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0/lib/net45/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml

-40
This file was deleted.

Collections/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0/tools/init.ps1

-190
This file was deleted.

0 commit comments

Comments
 (0)