0030682: Configuration, qmake - all warnings are suppressed on macOS target
[occt.git] / adm / templates / vcxproj.user.vc10x
CommitLineData
910970ab 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)'=='Debug|Win32'">
39bff09c 4 <LocalDebuggerEnvironment>PATH=..\..\..\win32\__VCVER__\bind;$(CSF_OPT_BIN32D);$(PATH)</LocalDebuggerEnvironment>
910970ab 5 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
c50591ee 6 <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\..</LocalDebuggerWorkingDirectory>
910970ab 7 </PropertyGroup>
8 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
39bff09c 9 <LocalDebuggerEnvironment>PATH=..\..\..\win32\__VCVER__\bin;$(CSF_OPT_BIN32);$(PATH)</LocalDebuggerEnvironment>
910970ab 10 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
c50591ee 11 <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\..</LocalDebuggerWorkingDirectory>
910970ab 12 </PropertyGroup>
13 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
39bff09c 14 <LocalDebuggerEnvironment>PATH=..\..\..\win64\__VCVER__\bin;$(CSF_OPT_BIN64);$(PATH)</LocalDebuggerEnvironment>
910970ab 15 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
c50591ee 16 <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\..</LocalDebuggerWorkingDirectory>
910970ab 17 </PropertyGroup>
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
39bff09c 19 <LocalDebuggerEnvironment>PATH=..\..\..\win64\__VCVER__\bind;$(CSF_OPT_BIN64D);$(PATH)</LocalDebuggerEnvironment>
910970ab 20 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
c50591ee 21 <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\..</LocalDebuggerWorkingDirectory>
910970ab 22 </PropertyGroup>
23</Project>