From ffd6542745c07d1d70a6588d6bc678da5277c751 Mon Sep 17 00:00:00 2001 From: Vincent BOUQUET Date: Sat, 31 May 2025 19:48:32 +0200 Subject: [PATCH] 64bits only --- Manual_IP_Form.cs | 1 + robospot-camera-finder.csproj | 4 +++- robospot-camera-finder.sln | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Manual_IP_Form.cs b/Manual_IP_Form.cs index 8ef8eea..40cd08d 100644 --- a/Manual_IP_Form.cs +++ b/Manual_IP_Form.cs @@ -13,6 +13,7 @@ namespace robospot_camera_finder public partial class Manual_IP_Form : Form { + [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public string ipAddress { get; set; } public Manual_IP_Form() diff --git a/robospot-camera-finder.csproj b/robospot-camera-finder.csproj index d1c9902..11ce1b4 100644 --- a/robospot-camera-finder.csproj +++ b/robospot-camera-finder.csproj @@ -4,11 +4,13 @@ WinExe net9.0-windows7.0 robospot_camera_finder - enable + disable true enable robospot_camera_finder.Program favicon.ico + x64 + AnyCPU;x64 diff --git a/robospot-camera-finder.sln b/robospot-camera-finder.sln index 4b1bb17..33dd993 100644 --- a/robospot-camera-finder.sln +++ b/robospot-camera-finder.sln @@ -8,13 +8,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {D68CD277-4F05-4BEC-879C-E2097CC4BEDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D68CD277-4F05-4BEC-879C-E2097CC4BEDC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D68CD277-4F05-4BEC-879C-E2097CC4BEDC}.Debug|x64.ActiveCfg = Debug|x64 + {D68CD277-4F05-4BEC-879C-E2097CC4BEDC}.Debug|x64.Build.0 = Debug|x64 {D68CD277-4F05-4BEC-879C-E2097CC4BEDC}.Release|Any CPU.ActiveCfg = Release|Any CPU {D68CD277-4F05-4BEC-879C-E2097CC4BEDC}.Release|Any CPU.Build.0 = Release|Any CPU + {D68CD277-4F05-4BEC-879C-E2097CC4BEDC}.Release|x64.ActiveCfg = Release|x64 + {D68CD277-4F05-4BEC-879C-E2097CC4BEDC}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE