mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 22:31:16 +00:00
Build script
This commit is contained in:
parent
1ed08d6a58
commit
101fa7d182
6 changed files with 83 additions and 5 deletions
|
|
@ -3,8 +3,14 @@
|
|||
<TargetFramework>net8.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="$(GIT_ASSEMBLY_SEM_VER) != ''">
|
||||
<Version>$(GIT_ASSEMBLY_SEM_VER)</Version>
|
||||
<AssemblyVersion>$(GIT_ASSEMBLY_SEM_VER)</AssemblyVersion>
|
||||
<FileVersion>$(GIT_ASSEMBLY_SEM_FILE_VER)</FileVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Export.ps1" />
|
||||
<Content Include="Publish.ps1" />
|
||||
<Content Include="Scripts\Resources\Events\tsconfig.json" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue