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