Skip to content

Commit e2070d2

Browse files
committed
2.5.1 package upgrades
1 parent 4c93a41 commit e2070d2

File tree

9 files changed

+1351
-317
lines changed

9 files changed

+1351
-317
lines changed

.vs/config/applicationhost.config

Lines changed: 1030 additions & 0 deletions
Large diffs are not rendered by default.

.vs/docker-cli-js/v15/.suo

28.5 KB
Binary file not shown.

docker-cli-js.sln

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28010.2003
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "docker-cli-js", ".", "{D3A39F67-6207-4E08-9009-CD2E2E30E100}"
7+
ProjectSection(WebsiteProperties) = preProject
8+
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
9+
Debug.AspNetCompiler.VirtualPath = "/localhost_63210"
10+
Debug.AspNetCompiler.PhysicalPath = "..\docker-cli-js\"
11+
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63210\"
12+
Debug.AspNetCompiler.Updateable = "true"
13+
Debug.AspNetCompiler.ForceOverwrite = "true"
14+
Debug.AspNetCompiler.FixedNames = "false"
15+
Debug.AspNetCompiler.Debug = "True"
16+
Release.AspNetCompiler.VirtualPath = "/localhost_63210"
17+
Release.AspNetCompiler.PhysicalPath = "..\docker-cli-js\"
18+
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63210\"
19+
Release.AspNetCompiler.Updateable = "true"
20+
Release.AspNetCompiler.ForceOverwrite = "true"
21+
Release.AspNetCompiler.FixedNames = "false"
22+
Release.AspNetCompiler.Debug = "False"
23+
VWDPort = "63210"
24+
EndProjectSection
25+
EndProject
26+
Global
27+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
28+
Debug|Any CPU = Debug|Any CPU
29+
EndGlobalSection
30+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
31+
{D3A39F67-6207-4E08-9009-CD2E2E30E100}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{D3A39F67-6207-4E08-9009-CD2E2E30E100}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
EndGlobalSection
34+
GlobalSection(SolutionProperties) = preSolution
35+
HideSolutionNode = FALSE
36+
EndGlobalSection
37+
GlobalSection(ExtensibilityGlobals) = postSolution
38+
SolutionGuid = {9EA4508B-F155-4C48-940B-7EAD349EA916}
39+
EndGlobalSection
40+
EndGlobal
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<SolutionConfiguration>
2+
<Settings>
3+
<CurrentEngineMode>Run all tests automatically [Global]</CurrentEngineMode>
4+
</Settings>
5+
</SolutionConfiguration>

0 commit comments

Comments
 (0)