diff options
Diffstat (limited to 'w32/VS2017/libmicrohttpd.vcxproj')
-rw-r--r-- | w32/VS2017/libmicrohttpd.vcxproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/w32/VS2017/libmicrohttpd.vcxproj b/w32/VS2017/libmicrohttpd.vcxproj index d0fc6f82..27f44bec 100644 --- a/w32/VS2017/libmicrohttpd.vcxproj +++ b/w32/VS2017/libmicrohttpd.vcxproj @@ -1,9 +1,9 @@ <?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)\project-configs-xp.vcxproj" /> - <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" /> + <Import Project="$(MhdW32Common)project-configs.props" /> + <Import Project="$(MhdW32Common)project-configs-xp.props" /> + <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" /> <PropertyGroup Label="Globals"> <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> <Keyword>Win32Proj</Keyword> @@ -29,8 +29,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)libmicrohttpd-build-settings.vcxproj" /> + <Import Project="$(MhdW32Common)common-build-settings.props" /> + <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.props" /> <PropertyGroup /> <ItemDefinitionGroup> <ClCompile /> |