File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed
samples/MusicStore/MusicStore.Web Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 44 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
55 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
66 </PropertyGroup >
7- <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
7+ <Import Project =" $(VSToolsPath)\DotNet \Microsoft.DotNet .Props" Condition =" '$(VSToolsPath)' != ''" />
88 <PropertyGroup Label =" Globals" >
99 <ProjectGuid >c1d5718b-935e-4465-99ae-04838deea708</ProjectGuid >
10+ <RootNamespace >MusicStore</RootNamespace >
1011 <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >.\obj</BaseIntermediateOutputPath >
1112 <OutputPath Condition =" '$(OutputPath)'=='' " >.\bin\</OutputPath >
1213 </PropertyGroup >
13- <PropertyGroup Label =" Configuration" >
14- <RootNamespace >MusicStore</RootNamespace >
15- </PropertyGroup >
1614 <PropertyGroup >
1715 <SchemaVersion >2.0</SchemaVersion >
18- <DevelopmentServerPort >5001</DevelopmentServerPort >
1916 </PropertyGroup >
20- <Import Project =" $(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition =" '$(VSToolsPath)' != ''" />
17+ <ItemGroup >
18+ <DnxInvisibleContent Include =" bower.json" />
19+ <DnxInvisibleContent Include =" .bowerrc" />
20+ <DnxInvisibleContent Include =" package.json" />
21+ <DnxInvisibleContent Include =" .npmrc" />
22+ </ItemGroup >
23+ <Import Project =" $(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition =" '$(VSToolsPath)' != ''" />
2124</Project >
Original file line number Diff line number Diff line change 1515 "Hosting:Environment" : " Development"
1616 }
1717 },
18- "web" : {
19- "commandName" : " web" ,
20- "environmentVariables" : {
21- "Hosting:Environment" : " Development"
22- }
18+ "MusicStore.Web" : {
19+ "commandName" : " Project" ,
20+ "launchBrowser" : true ,
21+ "launchUrl" : " http://localhost:5000"
2322 }
2423 }
2524}
Original file line number Diff line number Diff line change 1+ @using MusicStore
2+ @using MusicStore .Models
3+ @using Microsoft .Extensions .Options
4+ @using Microsoft .AspNetCore .Identity
15@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
You can’t perform that action at this time.
0 commit comments