2024-02-25 13:43:19 +01:00
|
|
|
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.271090-alpha">
|
|
|
|
<PropertyGroup>
|
|
|
|
<StartupCommand>npm start</StartupCommand>
|
|
|
|
<JavaScriptTestFramework>Jasmine</JavaScriptTestFramework>
|
|
|
|
<!-- Allows the build (or compile) script located on package.json to run on Build -->
|
|
|
|
<ShouldRunBuildScript>false</ShouldRunBuildScript>
|
|
|
|
<!-- Folder where production build objects will be placed -->
|
2024-02-25 17:04:23 +01:00
|
|
|
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist\Weifer.ShoppingApp.Frontend_\</BuildOutputFolder>
|
2024-02-25 13:43:19 +01:00
|
|
|
</PropertyGroup>
|
2024-02-25 22:59:50 +01:00
|
|
|
<ItemGroup>
|
2024-02-29 23:04:30 +01:00
|
|
|
<Folder Include="src\app\components\services\" />
|
2024-02-25 22:59:50 +01:00
|
|
|
<Folder Include="src\environment\" />
|
|
|
|
</ItemGroup>
|
2024-02-25 13:43:19 +01:00
|
|
|
</Project>
|