]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/test/msvc/convenience_test/convenience_test.vcxproj
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / filesystem / test / msvc / convenience_test / convenience_test.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>{08986FB5-0C83-4BC4-92DF-05E12E1C03C1}</ProjectGuid>
15 <RootNamespace>convenience_test</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
21 <CharacterSet>Unicode</CharacterSet>
22 <WholeProgramOptimization>true</WholeProgramOptimization>
23 <PlatformToolset>v140</PlatformToolset>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 <CharacterSet>Unicode</CharacterSet>
28 <PlatformToolset>v140</PlatformToolset>
29 </PropertyGroup>
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31 <ImportGroup Label="ExtensionSettings">
32 </ImportGroup>
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 <Import Project="..\common.props" />
36 </ImportGroup>
37 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39 <Import Project="..\common.props" />
40 </ImportGroup>
41 <PropertyGroup Label="UserMacros" />
42 <PropertyGroup>
43 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
46 </PropertyGroup>
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48 <ClCompile>
49 <Optimization>Disabled</Optimization>
50 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
51 <MinimalRebuild>true</MinimalRebuild>
52 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
53 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
54 <PrecompiledHeader>
55 </PrecompiledHeader>
56 <WarningLevel>Level4</WarningLevel>
57 </ClCompile>
58 <Link>
59 <GenerateDebugInformation>true</GenerateDebugInformation>
60 <SubSystem>Console</SubSystem>
61 <TargetMachine>MachineX86</TargetMachine>
62 </Link>
63 <PostBuildEvent>
64 <Message>Executing test $(TargetName).exe...</Message>
65 <Command>"$(TargetDir)\$(TargetName).exe"</Command>
66 </PostBuildEvent>
67 </ItemDefinitionGroup>
68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69 <ClCompile>
70 <Optimization>MaxSpeed</Optimization>
71 <IntrinsicFunctions>true</IntrinsicFunctions>
72 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
73 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
74 <FunctionLevelLinking>true</FunctionLevelLinking>
75 <PrecompiledHeader>
76 </PrecompiledHeader>
77 <WarningLevel>Level4</WarningLevel>
78 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
79 </ClCompile>
80 <Link>
81 <GenerateDebugInformation>true</GenerateDebugInformation>
82 <SubSystem>Console</SubSystem>
83 <OptimizeReferences>true</OptimizeReferences>
84 <EnableCOMDATFolding>true</EnableCOMDATFolding>
85 <TargetMachine>MachineX86</TargetMachine>
86 </Link>
87 <PostBuildEvent>
88 <Message>Executing test $(TargetName).exe...</Message>
89 <Command>"$(TargetDir)\$(TargetName).exe"</Command>
90 </PostBuildEvent>
91 </ItemDefinitionGroup>
92 <ItemGroup>
93 <ClCompile Include="..\..\convenience_test.cpp" />
94 </ItemGroup>
95 <ItemGroup>
96 <ProjectReference Include="..\filesystem_dll\filesystem_dll.vcxproj">
97 <Project>{ffd738f7-96f0-445c-81ea-551665ef53d1}</Project>
98 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
99 </ProjectReference>
100 <ProjectReference Include="..\system_dll\system_dll.vcxproj">
101 <Project>{f94ccadd-a90b-480c-a304-c19d015d36b1}</Project>
102 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
103 </ProjectReference>
104 </ItemGroup>
105 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
106 <ImportGroup Label="ExtensionTargets">
107 </ImportGroup>
108 </Project>