12 lines
615 B
Plaintext
12 lines
615 B
Plaintext
<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>
|
|
<!-- 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>
|
|
</Project> |