Skip to content

Commit 78555fd

Browse files
committed
Update build
1 parent 85f441f commit 78555fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ManyPacker/ManyPacker.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
</ImportGroup>
7272
<PropertyGroup Label="UserMacros" />
7373
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74-
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
75-
<IntDir>$(Platform)\$(Configuration)\</IntDir>
74+
<OutDir>$(SolutionDir)x86\$(Configuration)\</OutDir>
75+
<IntDir>x86\$(Configuration)\</IntDir>
7676
</PropertyGroup>
7777
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78-
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
79-
<IntDir>$(Platform)\$(Configuration)\</IntDir>
78+
<OutDir>$(SolutionDir)x86\$(Configuration)\</OutDir>
79+
<IntDir>x86\$(Configuration)\</IntDir>
8080
</PropertyGroup>
8181
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8282
<ClCompile>

0 commit comments

Comments
 (0)