summary refs log tree commit diff stats
path: root/src/dirent/dirent.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirent/dirent.vcxproj')
-rw-r--r--src/dirent/dirent.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dirent/dirent.vcxproj b/src/dirent/dirent.vcxproj
index 7c41b01e..2586fe39 100644
--- a/src/dirent/dirent.vcxproj
+++ b/src/dirent/dirent.vcxproj
@@ -50,13 +50,13 @@
   <PropertyGroup Label="UserMacros" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <TargetName>$(ProjectName)-win32</TargetName>

-    <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir>

-    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir>

+    <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir>

+    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir>

   </PropertyGroup>

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

     <TargetName>$(ProjectName)-win32</TargetName>

-    <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir>

-    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir>

+    <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir>

+    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir>

   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>