Skip to content

Commit

Permalink
Fix phantom out\Win32 folder created during build
Browse files Browse the repository at this point in the history
  • Loading branch information
djp952 committed Mar 27, 2017
1 parent af39a66 commit 5575005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)out\$(Platform)\$(Configuration)\</OutDir>
<OutDir>$(SolutionDir)out\windows-$(Platform)\$(Configuration)\</OutDir>
<TargetName>$(RootNamespace)</TargetName>
<IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)out\$(Platform)\$(Configuration)\</OutDir>
<OutDir>$(SolutionDir)out\windows-$(Platform)\$(Configuration)\</OutDir>
<TargetName>$(RootNamespace)</TargetName>
<IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
</PropertyGroup>
Expand Down

0 comments on commit 5575005

Please sign in to comment.