summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2019/examples/core_basic_window.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'projects/VS2019/examples/core_basic_window.vcxproj')
-rw-r--r--projects/VS2019/examples/core_basic_window.vcxproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/projects/VS2019/examples/core_basic_window.vcxproj b/projects/VS2019/examples/core_basic_window.vcxproj
index 19de27ab..846aed4e 100644
--- a/projects/VS2019/examples/core_basic_window.vcxproj
+++ b/projects/VS2019/examples/core_basic_window.vcxproj
@@ -127,42 +127,42 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>