reactproject3.esproj 678 B

12345678910111213
  1. <Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.74-alpha">
  2. <PropertyGroup>
  3. <StartupCommand>set BROWSER=none&amp;&amp;npm start</StartupCommand>
  4. <JavaScriptTestRoot>src\</JavaScriptTestRoot>
  5. <JavaScriptTestFramework>Jest</JavaScriptTestFramework>
  6. <!-- Command to run on project build -->
  7. <BuildCommand></BuildCommand>
  8. <!-- Command to create an optimized build of the project that's ready for publishing -->
  9. <ProductionBuildCommand>npm run build</ProductionBuildCommand>
  10. <!-- Folder where production build objects will be placed -->
  11. <BuildOutputFolder>$(MSBuildProjectDirectory)\build</BuildOutputFolder>
  12. </PropertyGroup>
  13. </Project>