Weiferl.Frontend/angularapp/angularapp.esproj

17 lines
733 B
Plaintext
Raw Normal View History

2023-07-09 13:12:19 +02:00
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.83-alpha">
<PropertyGroup>
<StartupCommand>npm start</StartupCommand>
<JavaScriptTestFramework>Jasmine</JavaScriptTestFramework>
<!-- Command to run on project build -->
<BuildCommand>
</BuildCommand>
2023-07-09 13:12:19 +02:00
<!-- Command to create an optimized build of the project that's ready for publishing -->
<ProductionBuildCommand>npm run build</ProductionBuildCommand>
<!-- Folder where production build objects will be placed -->
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist\angularapp</BuildOutputFolder>
</PropertyGroup>
<ItemGroup>
<Folder Include="src\app\Models\" />
<Folder Include="src\app\Services\" />
</ItemGroup>
2023-07-09 13:12:19 +02:00
</Project>