Tooling sample updates.

This commit is contained in:
Chris R 2015-11-30 11:57:49 -08:00
parent 4cf32eb678
commit 51cc52e855
5 changed files with 51 additions and 5 deletions

View File

@ -1,4 +1,12 @@
{ {
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1788/",
"sslPort": 0
}
},
"profiles": { "profiles": {
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
@ -10,7 +18,10 @@
"web": { "web": {
"commandName": "web", "commandName": "web",
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "http://localhost:12345" "launchUrl": "http://localhost:12345",
"environmentVariables": {
"Hosting:Environment": "Development"
}
}, },
"kestrel": { "kestrel": {
"commandName": "kestrel", "commandName": "kestrel",

View File

@ -1,4 +1,12 @@
{ {
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1790/",
"sslPort": 0
}
},
"profiles": { "profiles": {
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
@ -10,7 +18,10 @@
"web": { "web": {
"commandName": "web", "commandName": "web",
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "http://localhost:12345" "launchUrl": "http://localhost:12345",
"environmentVariables": {
"Hosting:Environment": "Development"
}
}, },
"kestrel": { "kestrel": {
"commandName": "kestrel", "commandName": "kestrel",

View File

@ -1,4 +1,12 @@
{ {
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1791/",
"sslPort": 0
}
},
"profiles": { "profiles": {
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
@ -15,7 +23,10 @@
"web": { "web": {
"commandName": "web", "commandName": "web",
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "http://localhost:42023" "launchUrl": "http://localhost:42023",
"environmentVariables": {
"Hosting:Environment": "Development"
}
} }
} }
} }

View File

@ -1,4 +1,12 @@
{ {
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1789/",
"sslPort": 0
}
},
"profiles": { "profiles": {
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
@ -15,7 +23,10 @@
"web": { "web": {
"commandName": "web", "commandName": "web",
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "http://localhost:54540/" "launchUrl": "http://localhost:54540/",
"environmentVariables": {
"Hosting:Environment": "Development"
}
} }
} }
} }

View File

@ -11,9 +11,11 @@
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath> <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath> <OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" /> <Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
</Project> </Project>