diff options
Diffstat (limited to 'w32/VS2017/hellobrowser.vcxproj')
-rw-r--r-- | w32/VS2017/hellobrowser.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/w32/VS2017/hellobrowser.vcxproj b/w32/VS2017/hellobrowser.vcxproj index 4c476662..2437daa0 100644 --- a/w32/VS2017/hellobrowser.vcxproj +++ b/w32/VS2017/hellobrowser.vcxproj @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> - <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> - <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" /> + <Import Project="$(MhdW32Common)project-configs.props" /> + <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" /> <PropertyGroup Label="Globals"> <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid> <Keyword>Win32Proj</Keyword> @@ -26,8 +26,8 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> - <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> - <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> + <Import Project="$(MhdW32Common)common-build-settings.props" /> + <Import Project="$(MhdW32Common)apps-build-settings.props" /> <PropertyGroup /> <ItemDefinitionGroup> <ClCompile /> |