0026648: Configuration - set default path for start of DRAWEXE under Visual Studio...
[occt.git] / adm / templates / DRAWEXE.vcxproj.user.in
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@X_COMPILER_BITNESS@'">
4  <LocalDebuggerEnvironment>CASROOT=@CMAKE_SOURCE_DIR@
5 PATH=@3RDPARTY_DLL_DIRS_FOR_PATH@;%PATH%
6  </LocalDebuggerEnvironment>
7  <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
8  <LocalDebuggerWorkingDirectory>@CMAKE_BINARY_DIR@</LocalDebuggerWorkingDirectory>
9  </PropertyGroup>
10  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|@X_COMPILER_BITNESS@'">
11  <LocalDebuggerEnvironment>CASROOT=@CMAKE_SOURCE_DIR@
12 PATH=@3RDPARTY_DLL_DIRS_FOR_PATH@;%PATH%
13  </LocalDebuggerEnvironment>
14  <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
15  <LocalDebuggerWorkingDirectory>@CMAKE_BINARY_DIR@</LocalDebuggerWorkingDirectory>
16  </PropertyGroup>
17  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@X_COMPILER_BITNESS@'">
18  <LocalDebuggerEnvironment>CASROOT=@CMAKE_SOURCE_DIR@
19 PATH=@3RDPARTY_DLL_DIRS_FOR_PATH@;%PATH%
20  </LocalDebuggerEnvironment>
21  <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
22  <LocalDebuggerWorkingDirectory>@CMAKE_BINARY_DIR@</LocalDebuggerWorkingDirectory>
23  </PropertyGroup>
24 </Project>