]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/test/msvc/system_dll/system_dll.vcxproj
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / filesystem / test / msvc / system_dll / system_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 <ItemGroup>
14 <ClCompile Include="..\..\..\..\system\src\error_code.cpp" />
15 </ItemGroup>
16 <PropertyGroup Label="Globals">
17 <ProjectGuid>{F94CCADD-A90B-480C-A304-C19D015D36B1}</ProjectGuid>
18 <RootNamespace>system_dll</RootNamespace>
19 <Keyword>Win32Proj</Keyword>
20 </PropertyGroup>
21 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
23 <ConfigurationType>DynamicLibrary</ConfigurationType>
24 <CharacterSet>Unicode</CharacterSet>
25 <WholeProgramOptimization>true</WholeProgramOptimization>
26 <PlatformToolset>v140</PlatformToolset>
27 </PropertyGroup>
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>DynamicLibrary</ConfigurationType>
30 <CharacterSet>Unicode</CharacterSet>
31 <PlatformToolset>v140</PlatformToolset>
32 </PropertyGroup>
33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34 <ImportGroup Label="ExtensionSettings">
35 </ImportGroup>
36 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 <Import Project="..\common.props" />
39 </ImportGroup>
40 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
41 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
42 <Import Project="..\common.props" />
43 </ImportGroup>
44 <PropertyGroup Label="UserMacros" />
45 <PropertyGroup>
46 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
47 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
48 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TEMP)\$(SolutionName)\$(Configuration)\</OutDir>
49 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TEMP)\$(SolutionName)\$(ProjectName)\$(Configuration)\</IntDir>
50 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
51 </PropertyGroup>
52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53 <ClCompile>
54 <Optimization>Disabled</Optimization>
55 <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_DYN_LINK;WIN32;_DEBUG;_WINDOWS;_USRDLL;SYSTEM_DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
56 <MinimalRebuild>true</MinimalRebuild>
57 <ExceptionHandling>Async</ExceptionHandling>
58 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
59 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
60 <PrecompiledHeader>
61 </PrecompiledHeader>
62 <WarningLevel>Level4</WarningLevel>
63 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
64 </ClCompile>
65 <Link>
66 <GenerateDebugInformation>true</GenerateDebugInformation>
67 <SubSystem>Windows</SubSystem>
68 <TargetMachine>MachineX86</TargetMachine>
69 </Link>
70 </ItemDefinitionGroup>
71 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72 <ClCompile>
73 <Optimization>MaxSpeed</Optimization>
74 <IntrinsicFunctions>true</IntrinsicFunctions>
75 <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_WINDOWS;_USRDLL;SYSTEM_DLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76 <ExceptionHandling>Async</ExceptionHandling>
77 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
78 <FunctionLevelLinking>true</FunctionLevelLinking>
79 <PrecompiledHeader>
80 </PrecompiledHeader>
81 <WarningLevel>Level4</WarningLevel>
82 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
83 </ClCompile>
84 <Link>
85 <GenerateDebugInformation>true</GenerateDebugInformation>
86 <SubSystem>Windows</SubSystem>
87 <OptimizeReferences>true</OptimizeReferences>
88 <EnableCOMDATFolding>true</EnableCOMDATFolding>
89 <TargetMachine>MachineX86</TargetMachine>
90 </Link>
91 </ItemDefinitionGroup>
92 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
93 <ImportGroup Label="ExtensionTargets">
94 </ImportGroup>
95 </Project>