Skip to content

Commit

Permalink
Fix Mile.Xaml.Native compilation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Sep 5, 2024
1 parent 763a85c commit 8024c25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Mile.Xaml.Native/Mile.Xaml.Native.Static.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<ClCompile>
<PreprocessorDefinitions>WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<OmitDefaultLibName>true</OmitDefaultLibName>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Mile.Xaml.Native/Mile.Xaml.Native.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Link>
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
<ModuleDefinitionFile>Mile.Xaml.Native.def</ModuleDefinitionFile>
<AdditionalDependencies>$(OutDir)Mile.Xaml.Native.Static.lib;runtimeobject.lib;libcmt.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>$(OutDir)Mile.Xaml.Native.Static.lib;runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 8024c25

Please sign in to comment.