15 lines
435 B
Plaintext
15 lines
435 B
Plaintext
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.89-alpha">
|
|
<PropertyGroup>
|
|
<!--Command to run on project build-->
|
|
<!--Command to run on project clean-->
|
|
<CleanCommand>
|
|
</CleanCommand>
|
|
<StartupCommand>ionic serve</StartupCommand>
|
|
<BuildCommand>
|
|
</BuildCommand>
|
|
<ProductionBuildCommand>
|
|
</ProductionBuildCommand>
|
|
<BuildOutputFolder>
|
|
</BuildOutputFolder>
|
|
</PropertyGroup>
|
|
</Project> |