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