diff options
| author | Ray <[email protected]> | 2019-12-25 10:12:59 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-12-25 10:12:59 +0100 |
| commit | 9fbf5c8ca280e3ef7e5252ee6c50f5fb88c7eec8 (patch) | |
| tree | 0d82eda8257823cf978c65796f746d00bc6ca4ce /projects/VS2017/examples/core_basic_window.vcxproj | |
| parent | caa1f456439a3d8769a7d05c5edbf7aa824f3e9a (diff) | |
| download | raylib-9fbf5c8ca280e3ef7e5252ee6c50f5fb88c7eec8.tar.gz raylib-9fbf5c8ca280e3ef7e5252ee6c50f5fb88c7eec8.zip | |
Review VS2017 project configuration
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> |
