]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/filesystem/test/msvc/tut3/tut3.vcxproj
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / filesystem / test / msvc / tut3 / tut3.vcxproj
CommitLineData
7c673cae
FG
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>{4FF64FA7-6806-401D-865C-79DD064D4A9E}</ProjectGuid>
15 <RootNamespace>tut3</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 <MinimalRebuild>true</MinimalRebuild>
51 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
52 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
53 <PrecompiledHeader>
54 </PrecompiledHeader>
55 </ClCompile>
56 <Link>
57 <GenerateDebugInformation>true</GenerateDebugInformation>
58 <SubSystem>Console</SubSystem>
59 <TargetMachine>MachineX86</TargetMachine>
60 </Link>
b32b8144
FG
61 <PostBuildEvent>
62 <Command>"$(TargetDir)\$(TargetName).exe" .</Command>
63 </PostBuildEvent>
7c673cae
FG
64 </ItemDefinitionGroup>
65 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66 <ClCompile>
67 <Optimization>MaxSpeed</Optimization>
68 <IntrinsicFunctions>true</IntrinsicFunctions>
69 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
70 <FunctionLevelLinking>true</FunctionLevelLinking>
71 <PrecompiledHeader>
72 </PrecompiledHeader>
73 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
74 </ClCompile>
75 <Link>
76 <GenerateDebugInformation>true</GenerateDebugInformation>
77 <SubSystem>Console</SubSystem>
78 <OptimizeReferences>true</OptimizeReferences>
79 <EnableCOMDATFolding>true</EnableCOMDATFolding>
80 <TargetMachine>MachineX86</TargetMachine>
81 </Link>
b32b8144
FG
82 <PostBuildEvent>
83 <Command>"$(TargetDir)\$(TargetName).exe" .</Command>
84 </PostBuildEvent>
7c673cae
FG
85 </ItemDefinitionGroup>
86 <ItemGroup>
87 <ClCompile Include="..\..\..\example\tut3.cpp" />
88 </ItemGroup>
89 <ItemGroup>
90 <ProjectReference Include="..\filesystem_dll\filesystem_dll.vcxproj">
91 <Project>{ffd738f7-96f0-445c-81ea-551665ef53d1}</Project>
92 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
93 </ProjectReference>
94 <ProjectReference Include="..\system_dll\system_dll.vcxproj">
95 <Project>{f94ccadd-a90b-480c-a304-c19d015d36b1}</Project>
96 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
97 </ProjectReference>
98 </ItemGroup>
99 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
100 <ImportGroup Label="ExtensionTargets">
101 </ImportGroup>
102</Project>