Skip to content

Commit

Permalink
remove mfc usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace-Radom committed Oct 2, 2024
1 parent ac19c24 commit 22a131b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@
<CopyLocalProjectReference>true</CopyLocalProjectReference>
<CopyLocalDebugSymbols>true</CopyLocalDebugSymbols>
<OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<CopyCppRuntimeToOutputDir>true</CopyCppRuntimeToOutputDir>
<CopyLocalProjectReference>true</CopyLocalProjectReference>
<CopyLocalDebugSymbols>false</CopyLocalDebugSymbols>
<OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand Down

0 comments on commit 22a131b

Please sign in to comment.