64bits only

This commit is contained in:
2025-05-31 19:48:32 +02:00
parent d49235969d
commit ffd6542745
3 changed files with 10 additions and 1 deletions

View File

@@ -4,11 +4,13 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows7.0</TargetFramework>
<RootNamespace>robospot_camera_finder</RootNamespace>
<Nullable>enable</Nullable>
<Nullable>disable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<StartupObject>robospot_camera_finder.Program</StartupObject>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<PlatformTarget>x64</PlatformTarget>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>