diff options
| author | Marijn Besseling <njirambem@gmail.com> | 2026-05-16 12:38:49 +0200 |
|---|---|---|
| committer | Marijn Besseling <njirambem@gmail.com> | 2026-05-16 12:38:49 +0200 |
| commit | c60e8ec627edf2c4f339f6152354381f1f06c69f (patch) | |
| tree | 441c2ce886f2a00ea90c1e4a1675e3ad3868783e /ColourFlood/ColourFlood.csproj | |
init
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> | ||