particles/Particles.csproj

7 lines
256 B
XML
Raw Normal View History

2021-12-26 14:58:58 -05:00
<Project Sdk="Godot.NET.Sdk/3.3.0">
2021-12-26 16:45:02 -05:00
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
2021-12-26 21:16:28 -05:00
<Configurations>Debug;ExportDebug;ExportRelease;Release</Configurations>
<Platforms>AnyCPU</Platforms>
2021-12-26 16:45:02 -05:00
</PropertyGroup>
2021-12-26 14:58:58 -05:00
</Project>