]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/compiler/cpp/compiler.vcxproj
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / thrift / compiler / cpp / compiler.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="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 <ClInclude Include="src\thrift\audit\t_audit.h" />
23 <ClInclude Include="src\thrift\common.h" />
24 <ClInclude Include="src\thrift\generate\t_generator.h" />
25 <ClInclude Include="src\thrift\generate\t_generator_registry.h" />
26 <ClInclude Include="src\thrift\generate\t_oop_generator.h" />
27 <ClInclude Include="src\thrift\generate\t_html_generator.h" />
28 <ClInclude Include="src\thrift\globals.h" />
29 <ClInclude Include="src\thrift\main.h" />
30 <ClInclude Include="src\thrift\parse\t_base_type.h" />
31 <ClInclude Include="src\thrift\parse\t_const.h" />
32 <ClInclude Include="src\thrift\parse\t_const_value.h" />
33 <ClInclude Include="src\thrift\parse\t_container.h" />
34 <ClInclude Include="src\thrift\parse\t_doc.h" />
35 <ClInclude Include="src\thrift\parse\t_enum.h" />
36 <ClInclude Include="src\thrift\parse\t_enum_value.h" />
37 <ClInclude Include="src\thrift\parse\t_field.h" />
38 <ClInclude Include="src\thrift\parse\t_function.h" />
39 <ClInclude Include="src\thrift\parse\t_list.h" />
40 <ClInclude Include="src\thrift\parse\t_map.h" />
41 <ClInclude Include="src\thrift\parse\t_program.h" />
42 <ClInclude Include="src\thrift\parse\t_scope.h" />
43 <ClInclude Include="src\thrift\parse\t_service.h" />
44 <ClInclude Include="src\thrift\parse\t_set.h" />
45 <ClInclude Include="src\thrift\parse\t_struct.h" />
46 <ClInclude Include="src\thrift\parse\t_type.h" />
47 <ClInclude Include="src\thrift\parse\t_typedef.h" />
48 <ClInclude Include="src\thrift\platform.h" />
49 <ClInclude Include="src\thrift\thrifty.hh" />
50 <ClInclude Include="src\thrift\windows\config.h" />
51 <ClInclude Include="src\thrift\version.h" />
52 </ItemGroup>
53 <ItemGroup>
54 <ClCompile Include="src\thrift\audit\t_audit.cpp" />
55 <ClCompile Include="src\thrift\common.cc" />
56 <ClCompile Include="src\thrift\generate\t_as3_generator.cc" />
57 <ClCompile Include="src\thrift\generate\t_c_glib_generator.cc" />
58 <ClCompile Include="src\thrift\generate\t_cl_generator.cc" />
59 <ClCompile Include="src\thrift\generate\t_cpp_generator.cc" />
60 <ClCompile Include="src\thrift\generate\t_csharp_generator.cc" />
61 <ClCompile Include="src\thrift\generate\t_d_generator.cc" />
62 <ClCompile Include="src\thrift\generate\t_dart_generator.cc" />
63 <ClCompile Include="src\thrift\generate\t_delphi_generator.cc" />
64 <ClCompile Include="src\thrift\generate\t_erl_generator.cc" />
65 <ClCompile Include="src\thrift\generate\t_generator.cc" />
66 <ClCompile Include="src\thrift\generate\t_go_generator.cc" />
67 <ClCompile Include="src\thrift\generate\t_gv_generator.cc" />
68 <ClCompile Include="src\thrift\generate\t_haxe_generator.cc" />
69 <ClCompile Include="src\thrift\generate\t_hs_generator.cc" />
70 <ClCompile Include="src\thrift\generate\t_html_generator.cc" />
71 <ClCompile Include="src\thrift\generate\t_java_generator.cc" />
72 <ClCompile Include="src\thrift\generate\t_javame_generator.cc" />
73 <ClCompile Include="src\thrift\generate\t_js_generator.cc" />
74 <ClCompile Include="src\thrift\generate\t_json_generator.cc" />
75 <ClCompile Include="src\thrift\generate\t_lua_generator.cc" />
76 <ClCompile Include="src\thrift\generate\t_netcore_generator.cc" />
77 <ClCompile Include="src\thrift\generate\t_netstd_generator.cc" />
78 <ClCompile Include="src\thrift\generate\t_ocaml_generator.cc" />
79 <ClCompile Include="src\thrift\generate\t_perl_generator.cc" />
80 <ClCompile Include="src\thrift\generate\t_php_generator.cc" />
81 <ClCompile Include="src\thrift\generate\t_py_generator.cc" />
82 <ClCompile Include="src\thrift\generate\t_rb_generator.cc" />
83 <ClCompile Include="src\thrift\generate\t_rs_generator.cc" />
84 <ClCompile Include="src\thrift\generate\t_st_generator.cc" />
85 <ClCompile Include="src\thrift\generate\t_swift_generator.cc" />
86 <ClCompile Include="src\thrift\generate\t_xml_generator.cc" />
87 <ClCompile Include="src\thrift\generate\t_xsd_generator.cc" />
88 <ClCompile Include="src\thrift\main.cc" />
89 <ClCompile Include="src\thrift\parse\parse.cc" />
90 <ClCompile Include="src\thrift\parse\t_typedef.cc" />
91 <ClCompile Include="src\thrift\thriftl.cc" />
92 <ClCompile Include="src\thrift\thrifty.cc" />
93 </ItemGroup>
94 <ItemGroup>
95 <None Include="src\thrift\thriftl.ll" />
96 <None Include="src\thrift\thrifty.yy" />
97 </ItemGroup>
98 <PropertyGroup Label="Globals">
99 <ProjectGuid>{89975A1A-F799-4556-98B8-64E30AB39A90}</ProjectGuid>
100 <Keyword>Win32Proj</Keyword>
101 <RootNamespace>compiler</RootNamespace>
102 </PropertyGroup>
103 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
105 <ConfigurationType>Application</ConfigurationType>
106 <UseDebugLibraries>true</UseDebugLibraries>
107 <CharacterSet>MultiByte</CharacterSet>
108 </PropertyGroup>
109 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
110 <ConfigurationType>Application</ConfigurationType>
111 <UseDebugLibraries>true</UseDebugLibraries>
112 <CharacterSet>MultiByte</CharacterSet>
113 </PropertyGroup>
114 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
115 <ConfigurationType>Application</ConfigurationType>
116 <UseDebugLibraries>false</UseDebugLibraries>
117 <WholeProgramOptimization>true</WholeProgramOptimization>
118 <CharacterSet>MultiByte</CharacterSet>
119 </PropertyGroup>
120 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
121 <ConfigurationType>Application</ConfigurationType>
122 <UseDebugLibraries>false</UseDebugLibraries>
123 <WholeProgramOptimization>true</WholeProgramOptimization>
124 <CharacterSet>MultiByte</CharacterSet>
125 </PropertyGroup>
126 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
127 <ImportGroup Label="ExtensionSettings">
128 </ImportGroup>
129 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
130 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
131 </ImportGroup>
132 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
133 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
134 </ImportGroup>
135 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
137 </ImportGroup>
138 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
139 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
140 </ImportGroup>
141 <PropertyGroup Label="UserMacros" />
142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
143 <LinkIncremental>true</LinkIncremental>
144 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
145 <TargetName>thrift</TargetName>
146 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
147 </PropertyGroup>
148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
149 <LinkIncremental>true</LinkIncremental>
150 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
151 <TargetName>thrift</TargetName>
152 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
153 </PropertyGroup>
154 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
155 <LinkIncremental>false</LinkIncremental>
156 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
157 <TargetName>thrift</TargetName>
158 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
159 </PropertyGroup>
160 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
161 <LinkIncremental>false</LinkIncremental>
162 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
163 <TargetName>thrift</TargetName>
164 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
165 </PropertyGroup>
166 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
167 <ClCompile>
168 <PrecompiledHeader>
169 </PrecompiledHeader>
170 <WarningLevel>Level3</WarningLevel>
171 <Optimization>Disabled</Optimization>
172 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173 <ForcedIncludeFiles>thrift\windows\config.h</ForcedIncludeFiles>
174 <CompileAs>CompileAsCpp</CompileAs>
175 </ClCompile>
176 <Link>
177 <SubSystem>Console</SubSystem>
178 <GenerateDebugInformation>true</GenerateDebugInformation>
179 </Link>
180 <PreBuildEvent>
181 <Command>flex -o "src\\thrift\\thriftl.cc" src/thrift/thriftl.ll &amp;&amp; bison -y -o "src\\thrift\\thrifty.cc" --defines="src\\thrift\\thrifty.hh" src/thrift/thrifty.yy</Command>
182 </PreBuildEvent>
183 </ItemDefinitionGroup>
184 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
185 <ClCompile>
186 <PrecompiledHeader>
187 </PrecompiledHeader>
188 <WarningLevel>Level3</WarningLevel>
189 <Optimization>Disabled</Optimization>
190 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
191 <ForcedIncludeFiles>thrift\windows\config.h</ForcedIncludeFiles>
192 <CompileAs>CompileAsCpp</CompileAs>
193 </ClCompile>
194 <Link>
195 <SubSystem>Console</SubSystem>
196 <GenerateDebugInformation>true</GenerateDebugInformation>
197 </Link>
198 <PreBuildEvent>
199 <Command>flex -o "src\\thrift\\thriftl.cc" src/thrift/thriftl.ll &amp;&amp; bison -y -o "src\\thrift\\thrifty.cc" --defines="src\\thrift\\thrifty.hh" src/thrift/thrifty.yy</Command>
200 </PreBuildEvent>
201 </ItemDefinitionGroup>
202 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
203 <ClCompile>
204 <WarningLevel>Level3</WarningLevel>
205 <PrecompiledHeader>
206 </PrecompiledHeader>
207 <Optimization>MaxSpeed</Optimization>
208 <FunctionLevelLinking>true</FunctionLevelLinking>
209 <IntrinsicFunctions>true</IntrinsicFunctions>
210 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
211 <ForcedIncludeFiles>thrift\windows\config.h</ForcedIncludeFiles>
212 <CompileAs>CompileAsCpp</CompileAs>
213 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
214 </ClCompile>
215 <Link>
216 <SubSystem>Console</SubSystem>
217 <GenerateDebugInformation>true</GenerateDebugInformation>
218 <EnableCOMDATFolding>true</EnableCOMDATFolding>
219 <OptimizeReferences>true</OptimizeReferences>
220 </Link>
221 <PreBuildEvent>
222 <Command>flex -o "src\\thrift\\thriftl.cc" src/thrift/thriftl.ll &amp;&amp; bison -y -o "src\\thrift\\thrifty.cc" --defines="src\\thrift\\thrifty.hh" src/thrift/thrifty.yy</Command>
223 </PreBuildEvent>
224 </ItemDefinitionGroup>
225 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
226 <ClCompile>
227 <WarningLevel>Level3</WarningLevel>
228 <PrecompiledHeader>
229 </PrecompiledHeader>
230 <Optimization>MaxSpeed</Optimization>
231 <FunctionLevelLinking>true</FunctionLevelLinking>
232 <IntrinsicFunctions>true</IntrinsicFunctions>
233 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
234 <ForcedIncludeFiles>thrift\windows\config.h</ForcedIncludeFiles>
235 <CompileAs>CompileAsCpp</CompileAs>
236 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
237 </ClCompile>
238 <Link>
239 <SubSystem>Console</SubSystem>
240 <GenerateDebugInformation>true</GenerateDebugInformation>
241 <EnableCOMDATFolding>true</EnableCOMDATFolding>
242 <OptimizeReferences>true</OptimizeReferences>
243 </Link>
244 <PreBuildEvent>
245 <Command>flex -o "src\\thrift\\thriftl.cc" src/thrift/thriftl.ll &amp;&amp; bison -y -o "src\\thrift\\thrifty.cc" --defines="src\\thrift\\thrifty.hh" src/thrift/thrifty.yy</Command>
246 </PreBuildEvent>
247 </ItemDefinitionGroup>
248 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
249 <ImportGroup Label="ExtensionTargets">
250 </ImportGroup>
251 </Project>