]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/timer/test/msvc10/timer_dll/timer_dll.vcxproj
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / timer / test / msvc10 / timer_dll / timer_dll.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.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 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{8A6CF2A1-C5F7-4119-B510-88B98197BCB2}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>timer_dll</RootNamespace>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20 <ConfigurationType>DynamicLibrary</ConfigurationType>
21 <UseDebugLibraries>true</UseDebugLibraries>
22 <CharacterSet>Unicode</CharacterSet>
23 <PlatformToolset>v140</PlatformToolset>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26 <ConfigurationType>DynamicLibrary</ConfigurationType>
27 <UseDebugLibraries>false</UseDebugLibraries>
28 <WholeProgramOptimization>true</WholeProgramOptimization>
29 <CharacterSet>Unicode</CharacterSet>
30 <PlatformToolset>v140</PlatformToolset>
31 </PropertyGroup>
32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33 <ImportGroup Label="ExtensionSettings">
34 </ImportGroup>
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="..\common.props" />
38 </ImportGroup>
39 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41 <Import Project="..\common.props" />
42 </ImportGroup>
43 <PropertyGroup Label="UserMacros" />
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45 <LinkIncremental>true</LinkIncremental>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48 <LinkIncremental>false</LinkIncremental>
49 </PropertyGroup>
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <ClCompile>
52 <PrecompiledHeader>
53 </PrecompiledHeader>
54 <WarningLevel>Level3</WarningLevel>
55 <Optimization>Disabled</Optimization>
56 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;TIMER_DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
57 </ClCompile>
58 <Link>
59 <SubSystem>Windows</SubSystem>
60 <GenerateDebugInformation>true</GenerateDebugInformation>
61 </Link>
62 <PostBuildEvent>
63 <Command>
64 </Command>
65 </PostBuildEvent>
66 <PostBuildEvent>
67 <Message>
68 </Message>
69 </PostBuildEvent>
70 </ItemDefinitionGroup>
71 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72 <ClCompile>
73 <WarningLevel>Level3</WarningLevel>
74 <PrecompiledHeader>
75 </PrecompiledHeader>
76 <Optimization>MaxSpeed</Optimization>
77 <FunctionLevelLinking>true</FunctionLevelLinking>
78 <IntrinsicFunctions>true</IntrinsicFunctions>
79 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;TIMER_DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
80 </ClCompile>
81 <Link>
82 <SubSystem>Windows</SubSystem>
83 <GenerateDebugInformation>true</GenerateDebugInformation>
84 <EnableCOMDATFolding>true</EnableCOMDATFolding>
85 <OptimizeReferences>true</OptimizeReferences>
86 </Link>
87 <PostBuildEvent>
88 <Command>
89 </Command>
90 </PostBuildEvent>
91 <PostBuildEvent>
92 <Message>
93 </Message>
94 </PostBuildEvent>
95 </ItemDefinitionGroup>
96 <ItemGroup>
97 <ClCompile Include="..\..\..\src\auto_timers_construction.cpp" />
98 <ClCompile Include="..\..\..\src\cpu_timer.cpp" />
99 </ItemGroup>
100 <ItemGroup>
101 <ProjectReference Include="..\chrono_dll\chrono_dll.vcxproj">
102 <Project>{c88697d9-587c-4649-aa39-8819a96a2a12}</Project>
103 </ProjectReference>
104 <ProjectReference Include="..\system_dll\system_dll.vcxproj">
105 <Project>{443dd1e8-4d52-4323-8280-a2320df7ef6d}</Project>
106 </ProjectReference>
107 </ItemGroup>
108 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109 <ImportGroup Label="ExtensionTargets">
110 </ImportGroup>
111 </Project>