improve: rename project
This commit is contained in:
24
Polonium.csproj
Normal file
24
Polonium.csproj
Normal 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>
|
||||
Reference in New Issue
Block a user