diff options
Diffstat (limited to 'projects/VS2017/examples/core_basic_window.vcxproj')
| -rw-r--r-- | projects/VS2017/examples/core_basic_window.vcxproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/projects/VS2017/examples/core_basic_window.vcxproj b/projects/VS2017/examples/core_basic_window.vcxproj index 38247bee..e47eed13 100644 --- a/projects/VS2017/examples/core_basic_window.vcxproj +++ b/projects/VS2017/examples/core_basic_window.vcxproj @@ -72,23 +72,23 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> - <OutDir>$(ProjectDir)$(ProjectName)\$(Configuration)\</OutDir> - <IntDir>$(ProjectDir)$(ProjectName)\$(Configuration)\temp</IntDir> + <OutDir>$(SolutionDir)\bin\$(Configuration)\</OutDir> + <IntDir>$(SolutionDir)\obj\$(Configuration)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'"> <LinkIncremental>true</LinkIncremental> - <OutDir>$(ProjectDir)$(ProjectName)\$(Configuration)\</OutDir> - <IntDir>$(ProjectDir)$(ProjectName)\$(Configuration)\temp</IntDir> + <OutDir>$(SolutionDir)\bin\$(Configuration)\</OutDir> + <IntDir>$(SolutionDir)\obj\$(Configuration)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> - <OutDir>$(ProjectDir)$(ProjectName)\$(Configuration)\</OutDir> - <IntDir>$(ProjectDir)$(ProjectName)\$(Configuration)\temp</IntDir> + <OutDir>$(SolutionDir)\bin\$(Configuration)\</OutDir> + <IntDir>$(SolutionDir)\obj\$(Configuration)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'"> <LinkIncremental>false</LinkIncremental> - <OutDir>$(ProjectDir)$(ProjectName)\$(Configuration)\</OutDir> - <IntDir>$(ProjectDir)$(ProjectName)\$(Configuration)\temp</IntDir> + <OutDir>$(SolutionDir)\bin\$(Configuration)\</OutDir> + <IntDir>$(SolutionDir)\obj\$(Configuration)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> |
