This commit is contained in:
2024-11-27 11:40:43 +01:00
parent 53e7db435c
commit 95fe01ad86
51 changed files with 4175 additions and 456 deletions

View File

@@ -0,0 +1,11 @@
<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>