summaryrefslogtreecommitdiff
path: root/xmake/scripts/vsxmake/vsproj/templates/csproj/XmakePath(mode,arch)
blob: 7e423ee00656f7576ef9e7cc10737ed0e3636f73 (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>