We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dd51b commit 4c42a9bCopy full SHA for 4c42a9b
NativeDarkMode Example/NativeDarkMode Example.csproj
@@ -32,6 +32,7 @@
32
<DefineConstants>TRACE</DefineConstants>
33
<ErrorReport>prompt</ErrorReport>
34
<WarningLevel>4</WarningLevel>
35
+ <Prefer32Bit>false</Prefer32Bit>
36
</PropertyGroup>
37
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
38
<DebugSymbols>true</DebugSymbols>
NativeDarkMode_Lib/NativeDarkMode_Lib.csproj
@@ -14,7 +14,7 @@
14
<Deterministic>true</Deterministic>
15
16
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
- <PlatformTarget>x64</PlatformTarget>
+ <PlatformTarget>AnyCPU</PlatformTarget>
18
19
<DebugType>full</DebugType>
20
<Optimize>false</Optimize>
0 commit comments