diff options
Diffstat (limited to 'ColourFlood/ColourFlood.csproj')
| -rw-r--r-- | ColourFlood/ColourFlood.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ColourFlood/ColourFlood.csproj b/ColourFlood/ColourFlood.csproj new file mode 100644 index 0000000..ee5276c --- /dev/null +++ b/ColourFlood/ColourFlood.csproj | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | <Project Sdk="Microsoft.NET.Sdk"> | ||
| 2 | |||
| 3 | <PropertyGroup> | ||
| 4 | <OutputType>Exe</OutputType> | ||
| 5 | <TargetFramework>net10.0</TargetFramework> | ||
| 6 | <ImplicitUsings>enable</ImplicitUsings> | ||
| 7 | <Nullable>enable</Nullable> | ||
| 8 | <PublishAot>true</PublishAot> | ||
| 9 | <InvariantGlobalization>true</InvariantGlobalization> | ||
| 10 | </PropertyGroup> | ||
| 11 | |||
| 12 | </Project> | ||