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