Skip to content

Commit

Permalink
fixed output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Mar 15, 2017
1 parent 68163ab commit 74414df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build/vc/config/common.props
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>
<PropertyGroup Label="UserMacros">
<SrcRoot>$(MSBuildThisFileDirectory)..\..\..\</SrcRoot>
<CurPath>$(Configuration).$(Platform).v$(VisualStudioVersion)\$(OutDir)</CurPath>
<CurPath>$(Configuration).$(Platform).vc$(VisualStudioVersion)\$(OutDir)</CurPath>
<OutputsRoot>$(MSBuildThisFileDirectory)..\_output\</OutputsRoot>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 74414df

Please sign in to comment.