Skip to content

Commit f529d2b

Browse files
author
Matthew Bate
committed
Update Project Files for x64
1 parent 4e73e17 commit f529d2b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

BHD-ServerManager/ServerManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1313
<ApplicationIcon>Icon.ico</ApplicationIcon>
1414
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
15-
<PlatformTarget>AnyCPU</PlatformTarget>
15+
<PlatformTarget>x64</PlatformTarget>
1616
<BaseOutputPath></BaseOutputPath>
1717
<RunAnalyzersDuringLiveAnalysis>True</RunAnalyzersDuringLiveAnalysis>
1818
<RunAnalyzersDuringBuild>True</RunAnalyzersDuringBuild>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<BaseOutputPath></BaseOutputPath>
8+
<PlatformTarget>x64</PlatformTarget>
89
</PropertyGroup>
910

1011
</Project>

RemoteClient/RemoteClient.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net10.0-windows7.0</TargetFramework>
5+
<TargetFramework>net10.0-windows10.0.19041.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<BaseOutputPath></BaseOutputPath>
10+
<PlatformTarget>x64</PlatformTarget>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)