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.

9 lines
546 B

  1. <Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.1738743">
  2. <PropertyGroup>
  3. <StartupCommand>npm start</StartupCommand>
  4. <JavaScriptTestFramework>Jasmine</JavaScriptTestFramework>
  5. <!-- Allows the build (or compile) script located on package.json to run on Build -->
  6. <ShouldRunBuildScript>false</ShouldRunBuildScript>
  7. <!-- Folder where production build objects will be placed -->
  8. <BuildOutputFolder>$(MSBuildProjectDirectory)\dist\awesomemicroservices.client\browser\</BuildOutputFolder>
  9. </PropertyGroup>
  10. </Project>