diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-08-22 15:19:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 15:19:13 +0200 |
| commit | 8b7e6f18637e35187759d055d2bc0a282552d70f (patch) | |
| tree | 41f8cf51803efe1e80001b8590e3d486a674ae9d /Source/DSPTool | |
| parent | aba87ba1e39e2eef29e6216af92c1106ea2d780d (diff) | |
| parent | 683f7f721048662a20a42b800d1af28d7193d25f (diff) | |
Merge pull request #10933 from shuffle2/vs
msbuild: fix overbuilding of externals and lessen rebuild likelyhood
Diffstat (limited to 'Source/DSPTool')
| -rw-r--r-- | Source/DSPTool/DSPTool.vcxproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/DSPTool/DSPTool.vcxproj b/Source/DSPTool/DSPTool.vcxproj index 20401a4ddb..3cfb41b5fc 100644 --- a/Source/DSPTool/DSPTool.vcxproj +++ b/Source/DSPTool/DSPTool.vcxproj @@ -12,12 +12,12 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VSPropsDir)Base.props" /> + <Import Project="$(VSPropsDir)Base.Dolphin.props" /> <Import Project="$(VSPropsDir)PCHUse.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <ItemDefinitionGroup> <Link> - <AdditionalDependencies>winmm.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> <SubSystem>Console</SubSystem> </Link> </ItemDefinitionGroup> @@ -32,10 +32,8 @@ <ProjectReference Include="$(CoreDir)DolphinLib.vcxproj"> <Project>{D79392F7-06D6-4B4B-A39F-4D587C215D3A}</Project> </ProjectReference> - <ProjectReference Include="$(ExternalsDir)fmt\fmt.vcxproj"> - <Project>{4BC5A148-0AB3-440F-A980-A29B4B999190}</Project> - </ProjectReference> </ItemGroup> + <Import Project="$(ExternalsDir)fmt\exports.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |
