summaryrefslogtreecommitdiff
path: root/xmake/scripts/vsxmake/vsproj/templates/vcxproj/XmakePath(mode,arch)
blob: f724ee28c647adf710785835b78d11ea8c64c280 (plain)
1
2
3
4
5
6
7
  <PropertyGroup Label="XmakePath" Condition="'$(Configuration)|$(Platform)'=='#mode#|#vsarch#'">
    <XmakeBuilDDir>#builddir#</XmakeBuilDDir>
    <XmakeConfigDir>#configdir#</XmakeConfigDir>
    <XmakeConfigFileDir>#configfiledir#</XmakeConfigFileDir>
    <XmakeTargetDir>#targetdir#</XmakeTargetDir>
    <XmakeRunDir>#rundir#</XmakeRunDir>
  </PropertyGroup>