Skip to content

Commit

Permalink
chore: 修复编译
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed Dec 13, 2024
1 parent 2b7d215 commit 92ac827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/Magpie.Core/Magpie.Core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\Common.Post.props" />
<Import Project="$(SolutionDir)obj\$(Platform)\$(Configuration)\_ConanDeps\$(MSBuildProjectName)\conandeps.props" Condition="Exists('$(SolutionDir)obj\$(Platform)\$(Configuration)\_ConanDeps\$(MSBuildProjectName)\conandeps.props')" />
<Import Project="$(SolutionDir)obj\$(Platform)\$(Configuration)\_ConanDeps\Magpie\conandeps.props" Condition="Exists('$(SolutionDir)obj\$(Platform)\$(Configuration)\_ConanDeps\Magpie\conandeps.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Magpie/Magpie.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,6 @@
<None Include="KeyVisual.idl">
<Filter>Controls</Filter>
</None>
<None Include="LoggerHelper.idl">
<Filter>Helpers</Filter>
</None>
<None Include="SettingsViewModel.idl">
<Filter>ViewModels</Filter>
</None>
Expand Down

0 comments on commit 92ac827

Please sign in to comment.