2023-01-31 16:16:07 +08:00
|
|
|
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.62-alpha">
|
|
|
|
<PropertyGroup>
|
|
|
|
<StartupCommand>set BROWSER=none&&npm start</StartupCommand>
|
|
|
|
<JavaScriptTestRoot>src\</JavaScriptTestRoot>
|
|
|
|
<JavaScriptTestFramework>Jest</JavaScriptTestFramework>
|
|
|
|
<!-- Command to run on project build -->
|
2023-02-06 00:06:41 +08:00
|
|
|
<BuildCommand>
|
|
|
|
</BuildCommand>
|
2023-01-31 16:16:07 +08: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)\build</BuildOutputFolder>
|
|
|
|
</PropertyGroup>
|
2023-02-06 00:06:41 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<None Remove="src\utils\baja\bajaUtil.js" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Remove="src\utils\baja\bajaUtil.js" />
|
|
|
|
</ItemGroup>
|
2023-01-31 16:16:07 +08:00
|
|
|
</Project>
|