Imported Upstream version 1.51.0
[platform/upstream/boost.git] / libs / filesystem / test / msvc10 / convenience_test / convenience_test.vcxproj
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     <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   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25     <ConfigurationType>Application</ConfigurationType>
26     <CharacterSet>Unicode</CharacterSet>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29   <ImportGroup Label="ExtensionSettings">
30   </ImportGroup>
31   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33     <Import Project="..\common.props" />
34   </ImportGroup>
35   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
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   <PropertyGroup Label="UserMacros" />
40   <PropertyGroup>
41     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
42     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
43     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
44   </PropertyGroup>
45   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
46     <ClCompile>
47       <Optimization>Disabled</Optimization>
48       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
49       <MinimalRebuild>true</MinimalRebuild>
50       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
51       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
52       <PrecompiledHeader>
53       </PrecompiledHeader>
54       <WarningLevel>Level4</WarningLevel>
55       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
56     </ClCompile>
57     <Link>
58       <GenerateDebugInformation>true</GenerateDebugInformation>
59       <SubSystem>Console</SubSystem>
60       <TargetMachine>MachineX86</TargetMachine>
61     </Link>
62     <PostBuildEvent>
63       <Message>Executing test $(TargetName).exe...</Message>
64       <Command>"$(TargetDir)\$(TargetName).exe"</Command>
65     </PostBuildEvent>
66   </ItemDefinitionGroup>
67   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68     <ClCompile>
69       <Optimization>MaxSpeed</Optimization>
70       <IntrinsicFunctions>true</IntrinsicFunctions>
71       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
72       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
73       <FunctionLevelLinking>true</FunctionLevelLinking>
74       <PrecompiledHeader>
75       </PrecompiledHeader>
76       <WarningLevel>Level4</WarningLevel>
77       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
78     </ClCompile>
79     <Link>
80       <GenerateDebugInformation>true</GenerateDebugInformation>
81       <SubSystem>Console</SubSystem>
82       <OptimizeReferences>true</OptimizeReferences>
83       <EnableCOMDATFolding>true</EnableCOMDATFolding>
84       <TargetMachine>MachineX86</TargetMachine>
85     </Link>
86     <PostBuildEvent>
87       <Message>Executing test $(TargetName).exe...</Message>
88       <Command>"$(TargetDir)\$(TargetName).exe"</Command>
89     </PostBuildEvent>
90   </ItemDefinitionGroup>
91   <ItemGroup>
92     <ClCompile Include="..\..\convenience_test.cpp" />
93   </ItemGroup>
94   <ItemGroup>
95     <ProjectReference Include="..\exec_monitor_dll\exec_monitor_dll.vcxproj">
96       <Project>{0ea788ca-fa52-4290-a4d0-f616390b203b}</Project>
97     </ProjectReference>
98     <ProjectReference Include="..\filesystem_dll\filesystem_dll.vcxproj">
99       <Project>{ffd738f7-96f0-445c-81ea-551665ef53d1}</Project>
100       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
101     </ProjectReference>
102     <ProjectReference Include="..\system_dll\system_dll.vcxproj">
103       <Project>{f94ccadd-a90b-480c-a304-c19d015d36b1}</Project>
104       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
105     </ProjectReference>
106   </ItemGroup>
107   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
108   <ImportGroup Label="ExtensionTargets">
109   </ImportGroup>
110 </Project>