Skip to content

Commit

Permalink
Fix compilation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Feb 2, 2024
1 parent 552073e commit 0ce22ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NanaGet/NanaGet.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<ClCompile>
<PreprocessorDefinitions>WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="AboutPage.h">
Expand Down

0 comments on commit 0ce22ec

Please sign in to comment.