source: pacpussensors/trunk/Vislab/lib3dv/eigen/Eigen-install/CMakeFiles/3.6.2/CompilerIdCXX/CompilerIdCXX.vcxproj@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 </ItemGroup>
9 <PropertyGroup Label="Globals">
10 <ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid>
11 <RootNamespace>CompilerIdCXX</RootNamespace>
12 <Keyword>Win32Proj</Keyword>
13
14
15
16
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
21 <PlatformToolset>v140</PlatformToolset>
22 <CharacterSet>MultiByte</CharacterSet>
23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
25 <PropertyGroup>
26 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
27 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir>
28 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
29 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
30 </PropertyGroup>
31 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
32 <ClCompile>
33 <Optimization>Disabled</Optimization>
34 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
35 <MinimalRebuild>false</MinimalRebuild>
36 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
37 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
38 <PrecompiledHeader>
39 </PrecompiledHeader>
40 <WarningLevel>TurnOffAllWarnings</WarningLevel>
41 <DebugInformationFormat>
42 </DebugInformationFormat>
43 </ClCompile>
44 <Link>
45 <GenerateDebugInformation>false</GenerateDebugInformation>
46 <SubSystem>Console</SubSystem>
47 </Link>
48 <PostBuildEvent>
49 <Command>for %%i in (cl.exe) do %40echo CMAKE_CXX_COMPILER=%%~$PATH:i</Command>
50 </PostBuildEvent>
51 </ItemDefinitionGroup>
52 <ItemGroup>
53 <ClCompile Include="CMakeCXXCompilerId.cpp" />
54 </ItemGroup>
55 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
56</Project>
Note: See TracBrowser for help on using the repository browser.