-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreactapp.esproj
25 lines (25 loc) · 1.11 KB
/
reactapp.esproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.74-alpha">
<PropertyGroup>
<StartupCommand>set BROWSER=none&&npm start</StartupCommand>
<JavaScriptTestRoot>src\</JavaScriptTestRoot>
<JavaScriptTestFramework>Jest</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)\build</BuildOutputFolder>
</PropertyGroup>
<ItemGroup>
<Folder Include="src\Components\assets\" />
<Folder Include="src\Components\common\" />
<Folder Include="src\Components\modules\" />
<Folder Include="src\Components\scripts\moleculas\" />
<Folder Include="src\Components\utils\" />
<Folder Include="src\Contexts\" />
<Folder Include="src\Modal\" />
<Folder Include="src\Components\scripts\celulas\Header\" />
<Folder Include="src\styles\" />
</ItemGroup>
</Project>