Imported Upstream version 1.51.0
[platform/upstream/boost.git] / libs / filesystem / test / msvc10 / macro_default_test / macro_default_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>{36E2032D-F9E6-4FBA-9630-3D4AC518DC6C}</ProjectGuid>
15     <Keyword>Win32Proj</Keyword>
16     <RootNamespace>macro_default_test</RootNamespace>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20     <ConfigurationType>Application</ConfigurationType>
21     <UseDebugLibraries>true</UseDebugLibraries>
22     <CharacterSet>Unicode</CharacterSet>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25     <ConfigurationType>Application</ConfigurationType>
26     <UseDebugLibraries>false</UseDebugLibraries>
27     <WholeProgramOptimization>true</WholeProgramOptimization>
28     <CharacterSet>Unicode</CharacterSet>
29   </PropertyGroup>
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31   <ImportGroup Label="ExtensionSettings">
32   </ImportGroup>
33   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35   </ImportGroup>
36   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38   </ImportGroup>
39   <PropertyGroup Label="UserMacros" />
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41     <LinkIncremental>true</LinkIncremental>
42   </PropertyGroup>
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
44     <LinkIncremental>false</LinkIncremental>
45   </PropertyGroup>
46   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
47     <ClCompile>
48       <PrecompiledHeader>
49       </PrecompiledHeader>
50       <WarningLevel>Level3</WarningLevel>
51       <Optimization>Disabled</Optimization>
52       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
53       <AdditionalIncludeDirectories>../../../../..</AdditionalIncludeDirectories>
54     </ClCompile>
55     <Link>
56       <SubSystem>Console</SubSystem>
57       <GenerateDebugInformation>true</GenerateDebugInformation>
58     </Link>
59   </ItemDefinitionGroup>
60   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61     <ClCompile>
62       <WarningLevel>Level3</WarningLevel>
63       <PrecompiledHeader>
64       </PrecompiledHeader>
65       <Optimization>MaxSpeed</Optimization>
66       <FunctionLevelLinking>true</FunctionLevelLinking>
67       <IntrinsicFunctions>true</IntrinsicFunctions>
68       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69     </ClCompile>
70     <Link>
71       <SubSystem>Console</SubSystem>
72       <GenerateDebugInformation>true</GenerateDebugInformation>
73       <EnableCOMDATFolding>true</EnableCOMDATFolding>
74       <OptimizeReferences>true</OptimizeReferences>
75     </Link>
76   </ItemDefinitionGroup>
77   <ItemGroup>
78     <ClCompile Include="..\..\macro_default_test.cpp" />
79   </ItemGroup>
80   <ItemGroup>
81     <ProjectReference Include="..\filesystem_lib\filesystem_lib.vcxproj">
82       <Project>{2c1770a4-4ac3-4102-9d36-e652dbb686d8}</Project>
83     </ProjectReference>
84     <ProjectReference Include="..\system_lib\system_lib.vcxproj">
85       <Project>{3640605d-6f82-493d-879f-8f30762da554}</Project>
86     </ProjectReference>
87   </ItemGroup>
88   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
89   <ImportGroup Label="ExtensionTargets">
90   </ImportGroup>
91 </Project>