improve: rename project

This commit is contained in:
h z
2025-02-06 01:30:53 +00:00
parent c47c2088cf
commit 022b64bc2c
10 changed files with 42 additions and 26 deletions

24
Polonium.csproj Normal file
View File

@@ -0,0 +1,24 @@
<Project Sdk="Godot.NET.Sdk/4.4.0-beta.2">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<PackageId>Polonium</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.4</Version>
<Authors>Hangman</Authors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GodotSharp" Version="4.4.0-beta.2"/>
</ItemGroup>
<ItemGroup>
<None Include="Package\build\$(AssemblyName).targets" Pack="true" PackagePath="build"/>
</ItemGroup>
<ItemGroup>
<Content Include="summerizer.py" />
</ItemGroup>
</Project>