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