| <?xml version="1.0" encoding="utf-8"?> | 
 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
 |   <ItemGroup Label="ProjectConfigurations"> | 
 |     <ProjectConfiguration Include="Debug|Win32"> | 
 |       <Configuration>Debug</Configuration> | 
 |       <Platform>Win32</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Debug|x64"> | 
 |       <Configuration>Debug</Configuration> | 
 |       <Platform>x64</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Release|Win32"> | 
 |       <Configuration>Release</Configuration> | 
 |       <Platform>Win32</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Release|x64"> | 
 |       <Configuration>Release</Configuration> | 
 |       <Platform>x64</Platform> | 
 |     </ProjectConfiguration> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <ClInclude Include="src\generate\t_generator.h" /> | 
 |     <ClInclude Include="src\generate\t_generator_registry.h" /> | 
 |     <ClInclude Include="src\generate\t_oop_generator.h" /> | 
 |     <ClInclude Include="src\globals.h" /> | 
 |     <ClInclude Include="src\main.h" /> | 
 |     <ClInclude Include="src\md5.h" /> | 
 |     <ClInclude Include="src\parse\t_base_type.h" /> | 
 |     <ClInclude Include="src\parse\t_const.h" /> | 
 |     <ClInclude Include="src\parse\t_const_value.h" /> | 
 |     <ClInclude Include="src\parse\t_container.h" /> | 
 |     <ClInclude Include="src\parse\t_doc.h" /> | 
 |     <ClInclude Include="src\parse\t_enum.h" /> | 
 |     <ClInclude Include="src\parse\t_enum_value.h" /> | 
 |     <ClInclude Include="src\parse\t_field.h" /> | 
 |     <ClInclude Include="src\parse\t_function.h" /> | 
 |     <ClInclude Include="src\parse\t_list.h" /> | 
 |     <ClInclude Include="src\parse\t_map.h" /> | 
 |     <ClInclude Include="src\parse\t_program.h" /> | 
 |     <ClInclude Include="src\parse\t_scope.h" /> | 
 |     <ClInclude Include="src\parse\t_service.h" /> | 
 |     <ClInclude Include="src\parse\t_set.h" /> | 
 |     <ClInclude Include="src\parse\t_struct.h" /> | 
 |     <ClInclude Include="src\parse\t_type.h" /> | 
 |     <ClInclude Include="src\parse\t_typedef.h" /> | 
 |     <ClInclude Include="src\platform.h" /> | 
 |     <ClInclude Include="src\thrifty.h" /> | 
 |     <ClInclude Include="src\windows\config.h" /> | 
 |     <ClInclude Include="src\windows\version.h" /> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <ClCompile Include="src\generate\t_as3_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_cocoa_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_cpp_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_csharp_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_c_glib_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_erl_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_go_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_hs_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_html_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_javame_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_java_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_js_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_ocaml_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_perl_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_php_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_py_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_rb_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_st_generator.cc" /> | 
 |     <ClCompile Include="src\generate\t_xsd_generator.cc" /> | 
 |     <ClCompile Include="src\main.cc" /> | 
 |     <ClCompile Include="src\md5.c" /> | 
 |     <ClCompile Include="src\parse\parse.cc" /> | 
 |     <ClCompile Include="src\thriftl.cc" /> | 
 |     <ClCompile Include="src\thrifty.cc" /> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <None Include="README_WINDOWS" /> | 
 |     <None Include="src\thriftl.ll" /> | 
 |     <None Include="src\thrifty.yy" /> | 
 |   </ItemGroup> | 
 |   <PropertyGroup Label="Globals"> | 
 |     <ProjectGuid>{89975A1A-F799-4556-98B8-64E30AB39A90}</ProjectGuid> | 
 |     <Keyword>Win32Proj</Keyword> | 
 |     <RootNamespace>compiler</RootNamespace> | 
 |   </PropertyGroup> | 
 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
 |     <ConfigurationType>Application</ConfigurationType> | 
 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
 |     <ConfigurationType>Application</ConfigurationType> | 
 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
 |     <ConfigurationType>Application</ConfigurationType> | 
 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
 |     <ConfigurationType>Application</ConfigurationType> | 
 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
 |   <ImportGroup Label="ExtensionSettings"> | 
 |   </ImportGroup> | 
 |   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <PropertyGroup Label="UserMacros" /> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 |     <LinkIncremental>true</LinkIncremental> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath> | 
 |     <TargetName>thrift</TargetName> | 
 |     <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
 |     <LinkIncremental>true</LinkIncremental> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath> | 
 |     <TargetName>thrift</TargetName> | 
 |     <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 |     <LinkIncremental>false</LinkIncremental> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath> | 
 |     <TargetName>thrift</TargetName> | 
 |     <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
 |     <LinkIncremental>false</LinkIncremental> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath> | 
 |     <TargetName>thrift</TargetName> | 
 |     <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath> | 
 |   </PropertyGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 |     <ClCompile> | 
 |       <PrecompiledHeader> | 
 |       </PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <Optimization>Disabled</Optimization> | 
 |       <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <ForcedIncludeFiles>config.h</ForcedIncludeFiles> | 
 |       <CompileAs>CompileAsCpp</CompileAs> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Console</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |     </Link> | 
 |     <PreBuildEvent> | 
 |       <Command>flex -o "src/thriftl.cc" src/thriftl.ll | 
 | bison -y -o "src/thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command> | 
 |     </PreBuildEvent> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
 |     <ClCompile> | 
 |       <PrecompiledHeader> | 
 |       </PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <Optimization>Disabled</Optimization> | 
 |       <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <ForcedIncludeFiles>config.h</ForcedIncludeFiles> | 
 |       <CompileAs>CompileAsCpp</CompileAs> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Console</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |     </Link> | 
 |     <PreBuildEvent> | 
 |       <Command>flex -o "src/thriftl.cc" src/thriftl.ll | 
 | bison -y -o "src/thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command> | 
 |     </PreBuildEvent> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 |     <ClCompile> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <PrecompiledHeader> | 
 |       </PrecompiledHeader> | 
 |       <Optimization>MaxSpeed</Optimization> | 
 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 |       <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <ForcedIncludeFiles>config.h</ForcedIncludeFiles> | 
 |       <CompileAs>CompileAsCpp</CompileAs> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Console</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 |       <OptimizeReferences>true</OptimizeReferences> | 
 |     </Link> | 
 |     <PreBuildEvent> | 
 |       <Command>flex -o "src/thriftl.cc" src/thriftl.ll | 
 | bison -y -o "src/thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command> | 
 |     </PreBuildEvent> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
 |     <ClCompile> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <PrecompiledHeader> | 
 |       </PrecompiledHeader> | 
 |       <Optimization>MaxSpeed</Optimization> | 
 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 |       <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <ForcedIncludeFiles>config.h</ForcedIncludeFiles> | 
 |       <CompileAs>CompileAsCpp</CompileAs> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Console</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 |       <OptimizeReferences>true</OptimizeReferences> | 
 |     </Link> | 
 |     <PreBuildEvent> | 
 |       <Command>flex -o "src/thriftl.cc" src/thriftl.ll | 
 | bison -y -o "src/thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command> | 
 |     </PreBuildEvent> | 
 |   </ItemDefinitionGroup> | 
 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
 |   <ImportGroup Label="ExtensionTargets"> | 
 |   </ImportGroup> | 
 | </Project> |