You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.1738743">
|
|
<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 -->
|
|
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist\awesomemicroservices.client\browser\</BuildOutputFolder>
|
|
</PropertyGroup>
|
|
</Project>
|