summaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorJeffery Myers <[email protected]>2020-12-13 07:08:22 -0800
committerGitHub <[email protected]>2020-12-13 16:08:22 +0100
commit11ebb54674bd78bc02ce3cf4e0e2eab96fe22f88 (patch)
tree5219ea7b5c896f73dbe1eb3a206a98b750e9a8a8 /projects
parenta798fd401f777a70e3cd568f76bd1dd9e6cf128f (diff)
downloadraylib-11ebb54674bd78bc02ce3cf4e0e2eab96fe22f88.tar.gz
raylib-11ebb54674bd78bc02ce3cf4e0e2eab96fe22f88.zip
Don't put the obj and temp files for all the projects in the same place, it causes conflicts (#1458)
Diffstat (limited to 'projects')
-rw-r--r--projects/VS2019/examples/core_basic_window.vcxproj16
-rw-r--r--projects/VS2019/examples/core_basic_window_cpp.vcxproj16
-rw-r--r--projects/VS2019/raylib/raylib.vcxproj16
3 files changed, 24 insertions, 24 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>
diff --git a/projects/VS2019/examples/core_basic_window_cpp.vcxproj b/projects/VS2019/examples/core_basic_window_cpp.vcxproj
index 4ceb171a..333cf4ac 100644
--- a/projects/VS2019/examples/core_basic_window_cpp.vcxproj
+++ b/projects/VS2019/examples/core_basic_window_cpp.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_cpp\$(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_cpp\$(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_cpp\$(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_cpp\$(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_cpp\$(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_cpp\$(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_cpp\$(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_cpp\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
diff --git a/projects/VS2019/raylib/raylib.vcxproj b/projects/VS2019/raylib/raylib.vcxproj
index 756c400d..3cf21410 100644
--- a/projects/VS2019/raylib/raylib.vcxproj
+++ b/projects/VS2019/raylib/raylib.vcxproj
@@ -125,34 +125,34 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<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'">
<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'">
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<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'">
<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'">
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug.DLL|x64'">
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release.DLL|x64'">
- <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
+ <IntDir>$(ProjectDir)\obj\$(Platform)\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">