Skip to content

Commit f60535b

Browse files
committed
Enable Windows targeting in project settings
Added the `EnableWindowsTargeting` property to the project file to ensure proper targeting of Windows-specific features. This change is vital for maintaining compatibility with the Windows environment and leveraging platform-specific capabilities.
1 parent e7b6ebe commit f60535b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DesktopClient/DesktopClient.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
8+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
89
</PropertyGroup>
910
<ItemGroup>
1011
<ProjectReference Include="..\src\SubDBSharp.csproj" />

0 commit comments

Comments
 (0)