]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/endian/test/msvc/converter_test/converter_test.vcxproj
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / endian / test / msvc / converter_test / converter_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="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <ItemGroup>
22 <ClCompile Include="..\..\conversion_test.cpp" />
23 </ItemGroup>
24 <PropertyGroup Label="Globals">
25 <ProjectGuid>{EAE18F4D-AAF2-4C19-86FB-1144B5BD5993}</ProjectGuid>
26 <Keyword>Win32Proj</Keyword>
27 <RootNamespace>converter_test</RootNamespace>
28 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31 <ConfigurationType>Application</ConfigurationType>
32 <UseDebugLibraries>true</UseDebugLibraries>
33 <CharacterSet>Unicode</CharacterSet>
34 <PlatformToolset>v140</PlatformToolset>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
37 <ConfigurationType>Application</ConfigurationType>
38 <UseDebugLibraries>true</UseDebugLibraries>
39 <CharacterSet>Unicode</CharacterSet>
40 <PlatformToolset>v140</PlatformToolset>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseDebugLibraries>false</UseDebugLibraries>
45 <WholeProgramOptimization>true</WholeProgramOptimization>
46 <CharacterSet>Unicode</CharacterSet>
47 <PlatformToolset>v140</PlatformToolset>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50 <ConfigurationType>Application</ConfigurationType>
51 <UseDebugLibraries>false</UseDebugLibraries>
52 <WholeProgramOptimization>true</WholeProgramOptimization>
53 <CharacterSet>Unicode</CharacterSet>
54 <PlatformToolset>v140</PlatformToolset>
55 </PropertyGroup>
56 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57 <ImportGroup Label="ExtensionSettings">
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <Import Project="..\common.props" />
62 </ImportGroup>
63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="..\common.props" />
66 </ImportGroup>
67 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69 <Import Project="..\common.props" />
70 </ImportGroup>
71 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 <Import Project="..\common.props" />
74 </ImportGroup>
75 <PropertyGroup Label="UserMacros" />
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <LinkIncremental>true</LinkIncremental>
78 <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
79 <IntDir>$(Configuration)\</IntDir>
80 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
82 <LinkIncremental>true</LinkIncremental>
83 <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
84 </PropertyGroup>
85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
86 <LinkIncremental>false</LinkIncremental>
87 <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
88 <IntDir>$(Configuration)\</IntDir>
89 </PropertyGroup>
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
91 <LinkIncremental>false</LinkIncremental>
92 <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
93 </PropertyGroup>
94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
95 <ClCompile>
96 <PrecompiledHeader>
97 </PrecompiledHeader>
98 <WarningLevel>Level3</WarningLevel>
99 <Optimization>Disabled</Optimization>
100 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101 </ClCompile>
102 <Link>
103 <SubSystem>Console</SubSystem>
104 <GenerateDebugInformation>true</GenerateDebugInformation>
105 </Link>
106 <PostBuildEvent>
107 <Message>Executing test...</Message>
108 </PostBuildEvent>
109 </ItemDefinitionGroup>
110 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
111 <ClCompile>
112 <PrecompiledHeader>
113 </PrecompiledHeader>
114 <WarningLevel>Level3</WarningLevel>
115 <Optimization>Disabled</Optimization>
116 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117 </ClCompile>
118 <Link>
119 <SubSystem>Console</SubSystem>
120 <GenerateDebugInformation>true</GenerateDebugInformation>
121 </Link>
122 <PostBuildEvent>
123 <Message>Executing test...</Message>
124 </PostBuildEvent>
125 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
127 <ClCompile>
128 <WarningLevel>Level3</WarningLevel>
129 <PrecompiledHeader>
130 </PrecompiledHeader>
131 <Optimization>MaxSpeed</Optimization>
132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
134 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135 </ClCompile>
136 <Link>
137 <SubSystem>Console</SubSystem>
138 <GenerateDebugInformation>true</GenerateDebugInformation>
139 <EnableCOMDATFolding>true</EnableCOMDATFolding>
140 <OptimizeReferences>true</OptimizeReferences>
141 </Link>
142 <PostBuildEvent>
143 <Message>Executing test...</Message>
144 </PostBuildEvent>
145 </ItemDefinitionGroup>
146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
147 <ClCompile>
148 <WarningLevel>Level3</WarningLevel>
149 <PrecompiledHeader>
150 </PrecompiledHeader>
151 <Optimization>MaxSpeed</Optimization>
152 <FunctionLevelLinking>true</FunctionLevelLinking>
153 <IntrinsicFunctions>true</IntrinsicFunctions>
154 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155 </ClCompile>
156 <Link>
157 <SubSystem>Console</SubSystem>
158 <GenerateDebugInformation>true</GenerateDebugInformation>
159 <EnableCOMDATFolding>true</EnableCOMDATFolding>
160 <OptimizeReferences>true</OptimizeReferences>
161 </Link>
162 <PostBuildEvent>
163 <Message>Executing test...</Message>
164 </PostBuildEvent>
165 </ItemDefinitionGroup>
166 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167 <ImportGroup Label="ExtensionTargets">
168 </ImportGroup>
169 </Project>