| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> | 
| Jens Geyer | b5fe1db | 2021-02-11 22:49:49 +0100 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 3 | <ItemGroup Label="ProjectConfigurations"> | 
|  | 4 | <ProjectConfiguration Include="Debug|Win32"> | 
|  | 5 | <Configuration>Debug</Configuration> | 
|  | 6 | <Platform>Win32</Platform> | 
|  | 7 | </ProjectConfiguration> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 8 | <ProjectConfiguration Include="Debug|x64"> | 
|  | 9 | <Configuration>Debug</Configuration> | 
|  | 10 | <Platform>x64</Platform> | 
|  | 11 | </ProjectConfiguration> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 12 | <ProjectConfiguration Include="Release|Win32"> | 
|  | 13 | <Configuration>Release</Configuration> | 
|  | 14 | <Platform>Win32</Platform> | 
|  | 15 | </ProjectConfiguration> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 16 | <ProjectConfiguration Include="Release|x64"> | 
|  | 17 | <Configuration>Release</Configuration> | 
|  | 18 | <Platform>x64</Platform> | 
|  | 19 | </ProjectConfiguration> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 20 | </ItemGroup> | 
|  | 21 | <ItemGroup> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 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" /> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 52 | </ItemGroup> | 
|  | 53 | <ItemGroup> | 
| Jens Geyer | d30a7d1 | 2017-12-02 10:28:25 +0100 | [diff] [blame] | 54 | <ClCompile Include="src\thrift\audit\t_audit.cpp" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 55 | <ClCompile Include="src\thrift\common.cc" /> | 
| James E. King III | 234fb47 | 2019-01-13 23:19:18 -0500 | [diff] [blame] | 56 | <ClCompile Include="src\thrift\generate\t_c_glib_generator.cc" /> | 
| Max-Gerd Retzlaff | 04057ac | 2022-08-23 17:38:34 +0200 | [diff] [blame] | 57 | <ClCompile Include="src\thrift\generate\t_cl_generator.cc" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 58 | <ClCompile Include="src\thrift\generate\t_cpp_generator.cc" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 59 | <ClCompile Include="src\thrift\generate\t_d_generator.cc" /> | 
|  | 60 | <ClCompile Include="src\thrift\generate\t_dart_generator.cc" /> | 
|  | 61 | <ClCompile Include="src\thrift\generate\t_delphi_generator.cc" /> | 
|  | 62 | <ClCompile Include="src\thrift\generate\t_erl_generator.cc" /> | 
|  | 63 | <ClCompile Include="src\thrift\generate\t_generator.cc" /> | 
|  | 64 | <ClCompile Include="src\thrift\generate\t_go_generator.cc" /> | 
|  | 65 | <ClCompile Include="src\thrift\generate\t_gv_generator.cc" /> | 
|  | 66 | <ClCompile Include="src\thrift\generate\t_haxe_generator.cc" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 67 | <ClCompile Include="src\thrift\generate\t_html_generator.cc" /> | 
| Kashirin Alex | 330482b | 2020-09-22 05:38:52 +0200 | [diff] [blame] | 68 | <ClCompile Include="src\thrift\generate\t_markdown_generator.cc" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 69 | <ClCompile Include="src\thrift\generate\t_java_generator.cc" /> | 
| James E. King III | 234fb47 | 2019-01-13 23:19:18 -0500 | [diff] [blame] | 70 | <ClCompile Include="src\thrift\generate\t_javame_generator.cc" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 71 | <ClCompile Include="src\thrift\generate\t_js_generator.cc" /> | 
|  | 72 | <ClCompile Include="src\thrift\generate\t_json_generator.cc" /> | 
| Jiayu Liu | 49b2d6b | 2022-04-06 16:49:09 +0800 | [diff] [blame] | 73 | <ClCompile Include="src\thrift\generate\t_kotlin_generator.cc" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 74 | <ClCompile Include="src\thrift\generate\t_lua_generator.cc" /> | 
| Jens Geyer | aa0c8b3 | 2019-01-28 23:27:45 +0100 | [diff] [blame] | 75 | <ClCompile Include="src\thrift\generate\t_netstd_generator.cc" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 76 | <ClCompile Include="src\thrift\generate\t_ocaml_generator.cc" /> | 
|  | 77 | <ClCompile Include="src\thrift\generate\t_perl_generator.cc" /> | 
|  | 78 | <ClCompile Include="src\thrift\generate\t_php_generator.cc" /> | 
|  | 79 | <ClCompile Include="src\thrift\generate\t_py_generator.cc" /> | 
|  | 80 | <ClCompile Include="src\thrift\generate\t_rb_generator.cc" /> | 
| Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 81 | <ClCompile Include="src\thrift\generate\t_rs_generator.cc" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 82 | <ClCompile Include="src\thrift\generate\t_st_generator.cc" /> | 
|  | 83 | <ClCompile Include="src\thrift\generate\t_swift_generator.cc" /> | 
|  | 84 | <ClCompile Include="src\thrift\generate\t_xml_generator.cc" /> | 
|  | 85 | <ClCompile Include="src\thrift\generate\t_xsd_generator.cc" /> | 
| Jens Geyer | f13d85a | 2024-06-29 00:35:54 +0200 | [diff] [blame] | 86 | <ClCompile Include="src\thrift\generate\go_validator_generator.cc" /> | 
|  | 87 | <ClCompile Include="src\thrift\generate\validator_parser.cc" /> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 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" /> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 93 | </ItemGroup> | 
|  | 94 | <ItemGroup> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 95 | <None Include="src\thrift\thriftl.ll" /> | 
|  | 96 | <None Include="src\thrift\thrifty.yy" /> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 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> | 
| Jens Geyer | f13d85a | 2024-06-29 00:35:54 +0200 | [diff] [blame] | 108 | <PlatformToolset>v143</PlatformToolset> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 109 | </PropertyGroup> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
|  | 111 | <ConfigurationType>Application</ConfigurationType> | 
|  | 112 | <UseDebugLibraries>true</UseDebugLibraries> | 
|  | 113 | <CharacterSet>MultiByte</CharacterSet> | 
| Jens Geyer | f13d85a | 2024-06-29 00:35:54 +0200 | [diff] [blame] | 114 | <PlatformToolset>v143</PlatformToolset> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 115 | </PropertyGroup> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 116 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
|  | 117 | <ConfigurationType>Application</ConfigurationType> | 
|  | 118 | <UseDebugLibraries>false</UseDebugLibraries> | 
|  | 119 | <WholeProgramOptimization>true</WholeProgramOptimization> | 
|  | 120 | <CharacterSet>MultiByte</CharacterSet> | 
| Jens Geyer | f13d85a | 2024-06-29 00:35:54 +0200 | [diff] [blame] | 121 | <PlatformToolset>v143</PlatformToolset> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 122 | </PropertyGroup> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 123 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
|  | 124 | <ConfigurationType>Application</ConfigurationType> | 
|  | 125 | <UseDebugLibraries>false</UseDebugLibraries> | 
|  | 126 | <WholeProgramOptimization>true</WholeProgramOptimization> | 
|  | 127 | <CharacterSet>MultiByte</CharacterSet> | 
| Jens Geyer | f13d85a | 2024-06-29 00:35:54 +0200 | [diff] [blame] | 128 | <PlatformToolset>v143</PlatformToolset> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 129 | </PropertyGroup> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 130 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
|  | 131 | <ImportGroup Label="ExtensionSettings"> | 
|  | 132 | </ImportGroup> | 
|  | 133 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
|  | 134 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|  | 135 | </ImportGroup> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 136 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | 
|  | 137 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|  | 138 | </ImportGroup> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 139 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
|  | 140 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|  | 141 | </ImportGroup> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 142 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 
|  | 143 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|  | 144 | </ImportGroup> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 145 | <PropertyGroup Label="UserMacros" /> | 
|  | 146 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
|  | 147 | <LinkIncremental>true</LinkIncremental> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 148 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 149 | <TargetName>thrift</TargetName> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 150 | <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath> | 
|  | 151 | </PropertyGroup> | 
|  | 152 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
|  | 153 | <LinkIncremental>true</LinkIncremental> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 154 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 155 | <TargetName>thrift</TargetName> | 
|  | 156 | <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 157 | </PropertyGroup> | 
|  | 158 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
|  | 159 | <LinkIncremental>false</LinkIncremental> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 160 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 161 | <TargetName>thrift</TargetName> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 162 | <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath> | 
|  | 163 | </PropertyGroup> | 
|  | 164 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
|  | 165 | <LinkIncremental>false</LinkIncremental> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 166 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 167 | <TargetName>thrift</TargetName> | 
|  | 168 | <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 169 | </PropertyGroup> | 
|  | 170 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
|  | 171 | <ClCompile> | 
|  | 172 | <PrecompiledHeader> | 
|  | 173 | </PrecompiledHeader> | 
|  | 174 | <WarningLevel>Level3</WarningLevel> | 
|  | 175 | <Optimization>Disabled</Optimization> | 
|  | 176 | <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 177 | <ForcedIncludeFiles>thrift\windows\config.h</ForcedIncludeFiles> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 178 | <CompileAs>CompileAsCpp</CompileAs> | 
| Jens Geyer | dca58db | 2020-11-01 18:06:52 +0100 | [diff] [blame] | 179 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 180 | </ClCompile> | 
|  | 181 | <Link> | 
|  | 182 | <SubSystem>Console</SubSystem> | 
|  | 183 | <GenerateDebugInformation>true</GenerateDebugInformation> | 
|  | 184 | </Link> | 
|  | 185 | <PreBuildEvent> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 186 | <Command>flex -o "src\\thrift\\thriftl.cc" src/thrift/thriftl.ll && bison -y -o "src\\thrift\\thrifty.cc" --defines="src\\thrift\\thrifty.hh" src/thrift/thrifty.yy</Command> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 187 | </PreBuildEvent> | 
|  | 188 | </ItemDefinitionGroup> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 189 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
|  | 190 | <ClCompile> | 
|  | 191 | <PrecompiledHeader> | 
|  | 192 | </PrecompiledHeader> | 
|  | 193 | <WarningLevel>Level3</WarningLevel> | 
|  | 194 | <Optimization>Disabled</Optimization> | 
|  | 195 | <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 196 | <ForcedIncludeFiles>thrift\windows\config.h</ForcedIncludeFiles> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 197 | <CompileAs>CompileAsCpp</CompileAs> | 
| Jens Geyer | 6d57026 | 2020-10-01 21:48:07 +0200 | [diff] [blame] | 198 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 199 | </ClCompile> | 
|  | 200 | <Link> | 
|  | 201 | <SubSystem>Console</SubSystem> | 
|  | 202 | <GenerateDebugInformation>true</GenerateDebugInformation> | 
|  | 203 | </Link> | 
|  | 204 | <PreBuildEvent> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 205 | <Command>flex -o "src\\thrift\\thriftl.cc" src/thrift/thriftl.ll && bison -y -o "src\\thrift\\thrifty.cc" --defines="src\\thrift\\thrifty.hh" src/thrift/thrifty.yy</Command> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 206 | </PreBuildEvent> | 
|  | 207 | </ItemDefinitionGroup> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 208 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
|  | 209 | <ClCompile> | 
|  | 210 | <WarningLevel>Level3</WarningLevel> | 
|  | 211 | <PrecompiledHeader> | 
|  | 212 | </PrecompiledHeader> | 
|  | 213 | <Optimization>MaxSpeed</Optimization> | 
|  | 214 | <FunctionLevelLinking>true</FunctionLevelLinking> | 
|  | 215 | <IntrinsicFunctions>true</IntrinsicFunctions> | 
|  | 216 | <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 217 | <ForcedIncludeFiles>thrift\windows\config.h</ForcedIncludeFiles> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 218 | <CompileAs>CompileAsCpp</CompileAs> | 
| Jens Geyer | 6d57026 | 2020-10-01 21:48:07 +0200 | [diff] [blame] | 219 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 220 | </ClCompile> | 
|  | 221 | <Link> | 
|  | 222 | <SubSystem>Console</SubSystem> | 
|  | 223 | <GenerateDebugInformation>true</GenerateDebugInformation> | 
|  | 224 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
|  | 225 | <OptimizeReferences>true</OptimizeReferences> | 
|  | 226 | </Link> | 
|  | 227 | <PreBuildEvent> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 228 | <Command>flex -o "src\\thrift\\thriftl.cc" src/thrift/thriftl.ll && bison -y -o "src\\thrift\\thrifty.cc" --defines="src\\thrift\\thrifty.hh" src/thrift/thrifty.yy</Command> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 229 | </PreBuildEvent> | 
|  | 230 | </ItemDefinitionGroup> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 231 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
|  | 232 | <ClCompile> | 
|  | 233 | <WarningLevel>Level3</WarningLevel> | 
|  | 234 | <PrecompiledHeader> | 
|  | 235 | </PrecompiledHeader> | 
|  | 236 | <Optimization>MaxSpeed</Optimization> | 
|  | 237 | <FunctionLevelLinking>true</FunctionLevelLinking> | 
|  | 238 | <IntrinsicFunctions>true</IntrinsicFunctions> | 
|  | 239 | <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 240 | <ForcedIncludeFiles>thrift\windows\config.h</ForcedIncludeFiles> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 241 | <CompileAs>CompileAsCpp</CompileAs> | 
| Jens Geyer | 6d57026 | 2020-10-01 21:48:07 +0200 | [diff] [blame] | 242 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 243 | </ClCompile> | 
|  | 244 | <Link> | 
|  | 245 | <SubSystem>Console</SubSystem> | 
|  | 246 | <GenerateDebugInformation>true</GenerateDebugInformation> | 
|  | 247 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
|  | 248 | <OptimizeReferences>true</OptimizeReferences> | 
|  | 249 | </Link> | 
|  | 250 | <PreBuildEvent> | 
| Nobuaki Sukegawa | d8c6a84 | 2016-10-02 14:21:55 +0900 | [diff] [blame] | 251 | <Command>flex -o "src\\thrift\\thriftl.cc" src/thrift/thriftl.ll && bison -y -o "src\\thrift\\thrifty.cc" --defines="src\\thrift\\thrifty.hh" src/thrift/thrifty.yy</Command> | 
| Roger Meier | 12d7053 | 2011-12-14 23:35:28 +0000 | [diff] [blame] | 252 | </PreBuildEvent> | 
|  | 253 | </ItemDefinitionGroup> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 254 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
|  | 255 | <ImportGroup Label="ExtensionTargets"> | 
|  | 256 | </ImportGroup> | 
| Jens Geyer | f13d85a | 2024-06-29 00:35:54 +0200 | [diff] [blame] | 257 | </Project> |