improved and completely automatic vc2010 projectfile updater
[libfirm] / win32 / vc2010 / firm.vcxproj
index e572ae4..5503fad 100644 (file)
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <ItemGroup Label="ProjectConfigurations">\r
-    <ProjectConfiguration Include="Debug|Win32">\r
-      <Configuration>Debug</Configuration>\r
-      <Platform>Win32</Platform>\r
-    </ProjectConfiguration>\r
-    <ProjectConfiguration Include="Release|Win32">\r
-      <Configuration>Release</Configuration>\r
-      <Platform>Win32</Platform>\r
-    </ProjectConfiguration>\r
-  </ItemGroup>\r
-  <PropertyGroup Label="Globals">\r
-    <ProjectGuid>{7375BFCA-376F-4CB1-BBE6-7C88374BDBD9}</ProjectGuid>\r
-    <RootNamespace>firm</RootNamespace>\r
-  </PropertyGroup>\r
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
-    <ConfigurationType>DynamicLibrary</ConfigurationType>\r
-    <UseOfMfc>false</UseOfMfc>\r
-    <CharacterSet>MultiByte</CharacterSet>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
-    <ConfigurationType>DynamicLibrary</ConfigurationType>\r
-    <UseOfMfc>false</UseOfMfc>\r
-    <CharacterSet>MultiByte</CharacterSet>\r
-  </PropertyGroup>\r
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
-  <ImportGroup Label="ExtensionSettings">\r
-  </ImportGroup>\r
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
-    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
-    <Import Project="firm_config.props" />\r
-  </ImportGroup>\r
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
-    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
-    <Import Project="firm_config.props" />\r
-  </ImportGroup>\r
-  <PropertyGroup Label="UserMacros" />\r
-  <PropertyGroup>\r
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>\r
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>\r
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">bui..\..\win32\$(Configuration)\</OutDir>\r
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">bui..\..\win32\$(Configuration)\</IntDir>\r
-  </PropertyGroup>\r
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
-    <ClCompile>\r
-      <AdditionalOptions>/WL %(AdditionalOptions)</AdditionalOptions>\r
-      <Optimization>MaxSpeed</Optimization>\r
-      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>\r
-      <AdditionalIncludeDirectories>$(FirmRoot)/ir;$(FirmRoot)/ir/obstack;$(FirmRoot)/win32;$(FirmRoot)/ir/adt;$(FirmRoot)/ir/ana;$(FirmRoot)/ir/common;$(FirmRoot)/ir/debug;$(FirmRoot)/ir/ident;$(FirmRoot)/ir/ir;$(FirmRoot)/ir/opt;$(FirmRoot)/ir/stat;$(FirmRoot)/ir/tr;$(FirmRoot)/ir/tv;$(FirmRoot)/ir/arch;$(FirmRoot)/ir/lower;$(FirmRoot)/ir/be;$(FirmRoot)/ir/libcore;$(FirmRoot)/include/libfirm;$(FirmRoot)/include/libfirm/adt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
-      <PreprocessorDefinitions>NDEBUG;WIN32;_LIB;FIRM_BUILD;FIRM_DLL;_CRT_SECURE_NO_DEPRECATE;inline=_inline;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <StringPooling>true</StringPooling>\r
-      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
-      <FunctionLevelLinking>true</FunctionLevelLinking>\r
-      <PrecompiledHeaderOutputFile>.\Release/firm.pch</PrecompiledHeaderOutputFile>\r
-      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>\r
-      <ObjectFileName>$(IntDir)</ObjectFileName>\r
-      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>\r
-      <WarningLevel>Level3</WarningLevel>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
-      <CompileAs>Default</CompileAs>\r
-    </ClCompile>\r
-    <ResourceCompile>\r
-      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <Culture>0x0407</Culture>\r
-    </ResourceCompile>\r
-    <Lib>\r
-      <OutputFile>..\..\ipd\lib\firm.lib</OutputFile>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-    </Lib>\r
-    <Bscmake>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <OutputFile>.\Release/firm.bsc</OutputFile>\r
-               </Bscmake>\r
-    <Link>\r
-      <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
-    </Link>\r
-  </ItemDefinitionGroup>\r
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
-    <ClCompile>\r
-      <AdditionalOptions>/WL %(AdditionalOptions)</AdditionalOptions>\r
-      <Optimization>Disabled</Optimization>\r
-      <AdditionalIncludeDirectories>$(FirmRoot)/ir;$(FirmRoot)/ir/obstack;$(FirmRoot)/win32;$(FirmRoot)/ir/adt;$(FirmRoot)/ir/ana;$(FirmRoot)/ir/common;$(FirmRoot)/ir/debug;$(FirmRoot)/ir/ident;$(FirmRoot)/ir/ir;$(FirmRoot)/ir/opt;$(FirmRoot)/ir/stat;$(FirmRoot)/ir/tr;$(FirmRoot)/ir/tv;$(FirmRoot)/ir/arch;$(FirmRoot)/ir/lower;$(FirmRoot)/ir/be;$(FirmRoot)/ir/libcore;$(FirmRoot)/include/libfirm;$(FirmRoot)/include/libfirm/adt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
-      <PreprocessorDefinitions>NO_DEBUG;WIN32;_LIB;FIRM_BUILD;FIRM_DLL;_CRT_SECURE_NO_DEPRECATE;inline=_inline;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <MinimalRebuild>true</MinimalRebuild>\r
-      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
-      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
-      <PrecompiledHeaderOutputFile>.\Debug/firm.pch</PrecompiledHeaderOutputFile>\r
-      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>\r
-      <ObjectFileName>$(IntDir)</ObjectFileName>\r
-      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>\r
-      <WarningLevel>Level3</WarningLevel>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
-      <CompileAs>Default</CompileAs>\r
-    </ClCompile>\r
-    <ResourceCompile>\r
-      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <Culture>0x0407</Culture>\r
-    </ResourceCompile>\r
-    <Lib>\r
-      <OutputFile>..\..\ipd\lib\firm_g.lib</OutputFile>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-    </Lib>\r
-    <Bscmake>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <OutputFile>.\Debug/firm.bsc</OutputFile>\r
-    </Bscmake>\r
-    <Link>\r
-      <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
-    </Link>\r
-  </ItemDefinitionGroup>\r
-  <ItemGroup>\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\array.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\bipartite.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\cpset.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\eset.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\gaussjordan.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\gaussseidel.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\hashset.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\hungarian.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\iterator.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\pdeq.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\plist.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\pmap.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\pqueue.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\pset.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\pset_new.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\set.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\adt\xmalloc.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\adt\array_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\adt\bitfiddle.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\adt\bitset.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\adt\compiler.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\adt\util.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\adt\raw_bitset.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\absgraph.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\analyze_irg_args.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\callgraph.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\cdep.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\cgana.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\dfs.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\execfreq.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\execution_frequency.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\field_temperature.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\height.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\interval_analysis.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irbackedge.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\ircfscc.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irconsconfirm.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irdom.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irextbb2.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irextbb.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irlivechk.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irloop.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irmemory.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irouts.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irscc.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irsimpletype.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\irtypeinfo.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\rta.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\structure.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\trouts.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ana\vrp.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ana\absgraph.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ana\dfs.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ana\dfs_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ana\irbackedge_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ana\irdom_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ana\irextbb_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ana\irlivechk.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ana\irloop_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ana\irmemory_t.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beabi.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bearch.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beblocksched.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bechordal.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bechordal_common.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bechordal_draw.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bechordal_main.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\becopyheur2.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\becopyheur4.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\becopyheur.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\becopyilp1.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\becopyilp2.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\becopyilp.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\becopyopt.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\becopypbqp.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\becopystat.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bedbgout.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bedomfront.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bedump_minir.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beemitter_binary.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beemitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beflags.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\begnuas.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beifg.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beifg_clique.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beifg_list.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beifg_pointer.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beifg_std.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beilpsched.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beinfo.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beinsn.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beirg.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beirgmod.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\belistsched.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\belive.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beloopana.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\belower.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bemachine.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bemain.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bemodule.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\benode.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bepbqpcoloring.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bepeephole.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beprefalloc.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bepressurestat.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bera.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\besched.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beschedmris.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beschednormal.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beschedrand.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beschedregpress.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beschedrss.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beschedtrace.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beschedtrivial.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bespillbelady2.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bespillbelady3.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bespillbelady.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bespill.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bespilldaemel.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bespillslots.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bespillutil.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bessaconstr.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bessadestr.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bestabs.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bestat.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\bestate.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\betranshlp.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beuses.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beutil.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\beverify.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beabi.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bearch.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beblocksched.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bechordal_common.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bechordal_draw.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bechordal.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bechordal_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\becopyilp_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\becopyopt.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\becopyopt_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\becopypbqp.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\becopystat.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\be_dbgout.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\be_dbgout_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bedomfront.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bedump_minir.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beemitter_binary.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beemitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beflags.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\begnuas.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beifg.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beifg_impl.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beifg_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beilpsched.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beinfo.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beinsn_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beintlive_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beirg.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beirgmod.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\belistsched.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\belive.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\belive_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beloopana.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\belower.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bemachine.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bemodule.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bemodule_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\benode.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bepbqpcoloring.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bepeephole.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bepressurestat.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bera.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\besched.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beschedmris.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beschedrss.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bespill.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bespillslots.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bespillutil.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bessaconstr.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bessadestr.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bestate.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bestatevent.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\bestat.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\be_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\betranshlp.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\be_types.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beuses.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beutil.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\beverify.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\common\debug.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\common\error.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\common\firm.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\common\firm_common.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\common\irtools.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\common\timing.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\common\debug.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\common\error.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\common\irtools.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\debug\dbginfo.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\debug\debugger.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\debug\seqnumbers.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\debug\dbginfo_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\debug\debugger.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ident\ident.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ident\mangle.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ident\ident_t.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\instrument.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irarch.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irargs.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\ircgcons.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\ircons.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irdump.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irdumptxt.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\iredges.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irflag.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irgmod.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irgopt.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irgraph.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irgwalk_blk.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irgwalk.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irhooks.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irio.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irlinkednodemap.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irlinkednodeset.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irmode.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irnode.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irnodemap.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irnodeset.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irop.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\iropt.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irpass.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irphase.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irprintf.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irprofile.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irprog.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irssacons.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\irvrfy.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\pseudo_irg.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\ir\valueset.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\gen_irnode.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\instrument.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irargs_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irbitset.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\ircons_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irdump_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\iredgeset.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\iredges_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irflag_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irgraph_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irlinkednodemap.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irlinkednodeset.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irmode_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irnodemap.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irnodeset.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irnode_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irop_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\iropt_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irpass_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irphase.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irphase_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irprintf_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irprofile.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irprog_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irtypes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\irvrfy_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\ir\valueset.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_appendable.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_config_lexer.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_config_parser.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_opts.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_opts_enum.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_printf.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_appendable.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_common_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_config.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_config_parser.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_defines.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_opts_enum.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_opts.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_opts_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_parser_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_printf.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\lower\lower_calls.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\lower\lower_copyb.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\lower\lower_dw.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\lower\lower_hl.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\lower\lower_intrinsics.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\lower\lower_mode_b.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\lower\lower_mux.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\lower\lower_switch.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\obstack\obstack.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\obstack\obstack_printf.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\boolopt.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\cfopt.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\code_placement.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\combo.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\convopt.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\critical_edges.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\dead_code_elimination.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\escape_ana.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\fp-vrp.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\funccall.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\garbage_collect.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\gvn_pre.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\ifconv.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\ircgopt.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\jumpthreading.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\ldstopt.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\loop.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\opt_blocks.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\opt_confirms.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\opt_frame.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\opt_inline.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\opt_ldst.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\opt_osr.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\opt_polymorphy.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\parallelize_mem.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\proc_cloning.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\reassoc.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\return.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\scalar_replace.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\tailrec.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\opt\tropt.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\opt\iropt_dbg.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\opt\opt_confirms.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\opt\opt_init.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\opt\opt_polymorphy.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\opt\reassoc_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\opt\scalar_replace.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\const_stat.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\dags.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\distrib.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\firmstat.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\pattern.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\pattern_dmp.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\stat_dmp.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\statev.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\stat_liveness.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\stat\stat_timing.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\stat\counter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\stat\dags.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\stat\firmstat_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\stat\pattern_dmp.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\stat\pattern.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\stat\stat_dmp.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\stat\statev.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\stat\stat_timing.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tr\compound_path.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tr\entity.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tr\tpop.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tr\tr_inheritance.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tr\trvrfy.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tr\type.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tr\type_finalization.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tr\typewalk.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\tr\compound_path_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\tr\entity_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\tr\tpop_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\tr\type_t.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tv\fltcalc.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tv\strcalc.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\tv\tv.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\tv\fltcalc.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\tv\strcalc.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\tv\tv_t.h" />\r
-    <ClCompile Include="$(FirmRoot)\win32\math.c" />\r
-    <ClInclude Include="$(FirmRoot)\win32\config.h" />\r
-    <ClInclude Include="$(FirmRoot)\win32\ieee754.h" />\r
-    <ClInclude Include="$(FirmRoot)\win32\inttypes.h" />\r
-    <ClInclude Include="$(FirmRoot)\win32\stdbool.h" />\r
-    <ClInclude Include="$(FirmRoot)\win32\stdint.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\analyze_irg_args.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\be.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\begin.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\callgraph.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\cdep.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\cgana.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\compound_path.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\dbginfo.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\end.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\execfreq.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\execution_frequency.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\field_temperature.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\firm_common.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\firm.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\firmstat.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\firm_types.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\height.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\ident.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\interval_analysis.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irarch.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\ircgcons.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\ircgopt.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irconsconfirm.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\ircons.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irdom.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irdump.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\iredgekinds.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\iredges.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irextbb.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irflag.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irgmod.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irgopt.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irgraph.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irgwalk.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irhooks.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irio.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irloop.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irmemory.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irmode.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irnode.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irop.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\iropt.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\iroptimize.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irouts.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irpass.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irprintf.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irprog.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irsimpletype.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irtypeinfo.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\irvrfy.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\lowering.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\pseudo_irg.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\rta.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\seqnumbers.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\structure.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\timing.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\trouts.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\tv.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\typerep.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\vrp.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\array.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\bipartite.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\cpset.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\eset.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\fourcc.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\gaussjordan.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\gaussseidel.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\hashptr.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\hashset.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\hungarian.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\iterator.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\list.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\obstack.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\obst.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pdeq.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\plist.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pmap.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pqueue.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pset.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pset_new.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\set.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\unionfind.h" />\r
-    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\xmalloc.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\bearch_ia32.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\gen_ia32_machine.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_address_mode.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_architecture.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_common_transform.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_finish.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_fpu.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_intrinsics.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_map_regs.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_new_nodes.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_optimize.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_transform.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_util.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_x87.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\bearch_ia32_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\gen_ia32_machine.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\gen_ia32_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_address_mode.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_architecture.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_common_transform.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_dbg_stat.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_finish.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_fpu.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_map_regs.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_nodes_attr.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_optimize.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_transform.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_util.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_x87.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_map_regs.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_new_nodes.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_optimize.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_transform.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\arm\bearch_arm.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\arm\gen_arm_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\arm\gen_arm_machine.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_map_regs.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_nodes_attr.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_optimize.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_transform.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\bearch_arm.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\bearch_arm_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\gen_arm_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\gen_arm_machine.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\gen_arm_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\mips\bearch_mips.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\mips\gen_mips_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\mips\gen_mips_machine.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\mips\gen_mips_regalloc_if.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\mips\mips_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\mips\mips_map_regs.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\mips\mips_new_nodes.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\mips\mips_scheduler.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\mips\mips_transform.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\bearch_mips.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\bearch_mips_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\gen_mips_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\gen_mips_machine.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\gen_mips_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\gen_mips_regalloc_if.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\mips_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\mips_map_regs.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\mips_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\mips_nodes_attr.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\mips_scheduler.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\mips_transform.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\mips\mips_util.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ppc32\bearch_ppc32.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ppc32\gen_ppc32_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ppc32\gen_ppc32_machine.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ppc32\gen_ppc32_regalloc_if.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ppc32\ppc32_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ppc32\ppc32_map_regs.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ppc32\ppc32_new_nodes.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ppc32\ppc32_transform.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\ppc32\ppc32_transform_conv.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\bearch_ppc32.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\bearch_ppc32_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\gen_ppc32_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\gen_ppc32_machine.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\gen_ppc32_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\gen_ppc32_regalloc_if.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\ppc32_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\ppc32_map_regs.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\ppc32_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\ppc32_nodes_attr.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\ppc32_transform_conv.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\ppc32\ppc32_transform.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\amd64\amd64_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\amd64\amd64_new_nodes.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\amd64\amd64_transform.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\amd64\bearch_amd64.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\amd64\gen_amd64_machine.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\amd64\amd64_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\amd64\amd64_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\amd64\amd64_nodes_attr.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\amd64\amd64_transform.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\amd64\bearch_amd64_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\amd64\gen_amd64_machine.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\amd64\gen_amd64_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\sparc\bearch_sparc.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\sparc\gen_sparc_machine.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\sparc\sparc_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\sparc\sparc_map_regs.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\sparc\sparc_new_nodes.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\sparc\sparc_transform.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\bearch_sparc.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\bearch_sparc_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\gen_sparc_machine.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\gen_sparc_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_map_regs.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_nodes_attr.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_transform.h" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\bearch_TEMPLATE.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_emitter.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_new_nodes.c" />\r
-    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_transform.c" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\bearch_TEMPLATE_t.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_emitter.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_new_nodes.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_nodes_attr.h" />\r
-    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_transform.h" />\r
-    <None Include="$(FirmRoot)\scripts\gen_init.py" />\r
-    <None Include="$(FirmRoot)\scripts\gen_ir.py" />\r
-    <None Include="$(FirmRoot)\scripts\spec_util.py" />\r
-    <None Include="$(FirmRoot)\scripts\statev_sql.py" />\r
-    <None Include="$(FirmRoot)\ir\be\scripts\generate_emitter_new.pl" />\r
-    <None Include="$(FirmRoot)\ir\be\scripts\generate_emitter.pl" />\r
-    <None Include="$(FirmRoot)\ir\be\scripts\generate_machine.pl" />\r
-    <None Include="$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl" />\r
-    <None Include="$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl" />\r
-    <None Include="$(FirmRoot)\ir\ir\irflag_t.def" />\r
-    <CustomBuild Include="$(FirmRoot)\ir\be\ia32\ia32_spec.pl">\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\ia32\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\ia32\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\ia32\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\ia32\r
-      </Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.c;$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.h;$(FirmRoot)\ir\be\ia32\gen_ia32_new_nodes.c.inl;$(FirmRoot)\ir\be\ia32\gen_ia32_new_nodes.h;$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.c;$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.h;$(FirmRoot)\ir\be\ia32\gen_ia32_machine.c;$(FirmRoot)\ir\be\ia32\gen_ia32_machine.h;%(Outputs)</Outputs>\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\ia32\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\ia32\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\ia32\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\ia32\r
-      </Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.c;$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.h;$(FirmRoot)\ir\be\ia32\gen_ia32_new_nodes.c.inl;$(FirmRoot)\ir\be\ia32\gen_ia32_new_nodes.h;$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.c;$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.h;$(FirmRoot)\ir\be\ia32\gen_ia32_machine.c;$(FirmRoot)\ir\be\ia32\gen_ia32_machine.h;%(Outputs)</Outputs>\r
-    </CustomBuild>\r
-    <CustomBuild Include="$(FirmRoot)\ir\be\arm\arm_spec.pl">\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\arm\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\arm\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\arm\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\arm\r
-      </Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\arm\gen_arm_emitter.c;$(FirmRoot)\ir\be\arm\gen_arm_emitter.h;$(FirmRoot)\ir\be\arm\gen_arm_new_nodes.c.inl;$(FirmRoot)\ir\be\arm\gen_arm_new_nodes.h;$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.c;$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.h;$(FirmRoot)\ir\be\arm\gen_arm_machine.c;$(FirmRoot)\ir\be\arm\gen_arm_machine.h;%(Outputs)</Outputs>\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\arm\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\arm\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\arm\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\arm\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\arm\gen_arm_emitter.c;$(FirmRoot)\ir\be\arm\gen_arm_emitter.h;$(FirmRoot)\ir\be\arm\gen_arm_new_nodes.c.inl;$(FirmRoot)\ir\be\arm\gen_arm_new_nodes.h;$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.c;$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.h;$(FirmRoot)\ir\be\arm\gen_arm_machine.c;$(FirmRoot)\ir\be\arm\gen_arm_machine.h;%(Outputs)</Outputs>\r
-    </CustomBuild>\r
-    <CustomBuild Include="$(FirmRoot)\ir\be\ppc32\ppc32_spec.pl">\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\ppc32\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\ppc32\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\ppc32\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\ppc32\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\ppc32\gen_ppc32_emitter.c;$(FirmRoot)\ir\be\ppc32\gen_ppc32_emitter.h;$(FirmRoot)\ir\be\ppc32\gen_ppc32_new_nodes.c.inl;$(FirmRoot)\ir\be\ppc32\gen_ppc32_new_nodes.h;$(FirmRoot)\ir\be\ppc32\gen_ppc32_regalloc_if.c;$(FirmRoot)\ir\be\ppc32\gen_ppc32_regalloc_if.h;$(FirmRoot)\ir\be\ppc32\gen_ppc32_machine.c;$(FirmRoot)\ir\be\ppc32\gen_ppc32_machine.h;%(Outputs)</Outputs>\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\ppc32\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\ppc32\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\ppc32\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\ppc32\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\ppc32\gen_ppc32_emitter.c;$(FirmRoot)\ir\be\ppc32\gen_ppc32_emitter.h;$(FirmRoot)\ir\be\ppc32\gen_ppc32_new_nodes.c.inl;$(FirmRoot)\ir\be\ppc32\gen_ppc32_new_nodes.h;$(FirmRoot)\ir\be\ppc32\gen_ppc32_regalloc_if.c;$(FirmRoot)\ir\be\ppc32\gen_ppc32_regalloc_if.h;$(FirmRoot)\ir\be\ppc32\gen_ppc32_machine.c;$(FirmRoot)\ir\be\ppc32\gen_ppc32_machine.h;%(Outputs)</Outputs>\r
-    </CustomBuild>\r
-    <CustomBuild Include="$(FirmRoot)\ir\be\mips\mips_spec.pl">\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\mips\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\mips\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\mips\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\mips\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\mips\gen_mips_emitter.c;$(FirmRoot)\ir\be\mips\gen_mips_emitter.h;$(FirmRoot)\ir\be\mips\gen_mips_new_nodes.c.inl;$(FirmRoot)\ir\be\mips\gen_mips_new_nodes.h;$(FirmRoot)\ir\be\mips\gen_mips_regalloc_if.c;$(FirmRoot)\ir\be\mips\gen_mips_regalloc_if.h;$(FirmRoot)\ir\be\mips\gen_mips_machine.c;$(FirmRoot)\ir\be\mips\gen_mips_machine.h;%(Outputs)</Outputs>\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\mips\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\mips\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\mips\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\mips\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\mips\gen_mips_emitter.c;$(FirmRoot)\ir\be\mips\gen_mips_emitter.h;$(FirmRoot)\ir\be\mips\gen_mips_new_nodes.c.inl;$(FirmRoot)\ir\be\mips\gen_mips_new_nodes.h;$(FirmRoot)\ir\be\mips\gen_mips_regalloc_if.c;$(FirmRoot)\ir\be\mips\gen_mips_regalloc_if.h;$(FirmRoot)\ir\be\mips\gen_mips_machine.c;$(FirmRoot)\ir\be\mips\gen_mips_machine.h;%(Outputs)</Outputs>\r
-    </CustomBuild>\r
-    <CustomBuild Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_spec.pl">\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.h;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_new_nodes.c.inl;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_new_nodes.h;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.h;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.h;%(Outputs)</Outputs>\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.h;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_new_nodes.c.inl;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_new_nodes.h;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.h;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.h;%(Outputs)</Outputs>\r
-               </CustomBuild>\r
-    <CustomBuild Include="$(FirmRoot)\ir\be\sparc\sparc_spec.pl">\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\sparc\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\sparc\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\sparc\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\sparc\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.c;$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.h;$(FirmRoot)\ir\be\sparc\gen_sparc_new_nodes.c.inl;$(FirmRoot)\ir\be\sparc\gen_sparc_new_nodes.h;$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.c;$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.h;$(FirmRoot)\ir\be\sparc\gen_sparc_machine.c;$(FirmRoot)\ir\be\sparc\gen_sparc_machine.h;%(Outputs)</Outputs>\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\sparc\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\sparc\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\sparc\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\sparc\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.c;$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.h;$(FirmRoot)\ir\be\sparc\gen_sparc_new_nodes.c.inl;$(FirmRoot)\ir\be\sparc\gen_sparc_new_nodes.h;$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.c;$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.h;$(FirmRoot)\ir\be\sparc\gen_sparc_machine.c;$(FirmRoot)\ir\be\sparc\gen_sparc_machine.h;%(Outputs)</Outputs>\r
-               </CustomBuild>\r
-    <CustomBuild Include="$(FirmRoot)\ir\be\amd64\amd64_spec.pl">\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\amd64\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\amd64\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\amd64\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\amd64\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.c;$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.h;$(FirmRoot)\ir\be\amd64\gen_amd64_new_nodes.c.inl;$(FirmRoot)\ir\be\amd64\gen_amd64_new_nodes.h;$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.c;$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.h;$(FirmRoot)\ir\be\amd64\gen_amd64_machine.c;$(FirmRoot)\ir\be\amd64\gen_amd64_machine.h;%(Outputs)</Outputs>\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Translate Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\amd64\r
-                               $(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\amd64\r
-                               $(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\amd64\r
-                               $(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\amd64\r
-</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.c;$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.h;$(FirmRoot)\ir\be\amd64\gen_amd64_new_nodes.c.inl;$(FirmRoot)\ir\be\amd64\gen_amd64_new_nodes.h;$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.c;$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.h;$(FirmRoot)\ir\be\amd64\gen_amd64_machine.c;$(FirmRoot)\ir\be\amd64\gen_amd64_machine.h;%(Outputs)</Outputs>\r
-    </CustomBuild>\r
-\r
-    <CustomBuild Include="$(FirmRoot)\scripts\gen_ir_io.py">\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating I/O code: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">python %(FullPath) ..\scrip..\..\ir_spec.py ..\..\ir\ir</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\scrip..\..\ir_spec.py;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\ir\ir\gen_irio_import.inl;..\..\ir\ir\gen_irio_export.inl;..\..\ir\ir\gen_irio_lex.inl;%(Outputs)</Outputs>\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating I/O code: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">python %(FullPath) ..\scrip..\..\ir_spec.py ..\..\ir\ir</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\scrip..\..\ir_spec.py;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\ir\ir\gen_irio_import.inl;..\..\ir\ir\gen_irio_export.inl;..\..\ir\ir\gen_irio_lex.inl;%(Outputs)</Outputs>\r
-    </CustomBuild>\r
-    <CustomBuild Include="$(FirmRoot)\scripts\ir_spec.py">\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Translate IR-Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">python ..\..\scripts\gen_ir.py %(FullPath) ..\..\ir\ir</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\scripts\gen_ir.py;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(FirmRoot)\ir\ir\gen_ir_cons.c.inl;$(FirmRoot)\ir\ir\gen_irnode.h;$(FirmRoot)\ir\ir\gen_irnode.c.inl;$(FirmRoot)\ir\ir\gen_irop.c.inl;%(Outputs)</Outputs>\r
-      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Translate IR-Spec: %(FullPath)</Message>\r
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">python ..\..\scripts\gen_ir.py %(FullPath) ..\..\ir\ir</Command>\r
-      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\scripts\gen_ir.py;%(AdditionalInputs)</AdditionalInputs>\r
-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\ir\ir\gen_ir_cons.c.inl;%(Outputs)</Outputs>\r
-    </CustomBuild>\r
-  </ItemGroup>\r
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
-  <ImportGroup Label="ExtensionTargets">\r
-  </ImportGroup>\r
-</Project>\r
+<?xml version="1.0"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|Win32">
+      <Configuration>Debug</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|Win32">
+      <Configuration>Release</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <ProjectGuid>{7375BFCA-376F-4CB1-BBE6-7C88374BDBD9}</ProjectGuid>
+    <RootNamespace>firm</RootNamespace>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseOfMfc>false</UseOfMfc>
+    <CharacterSet>MultiByte</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseOfMfc>false</UseOfMfc>
+    <CharacterSet>MultiByte</CharacterSet>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
+  <ImportGroup Label="ExtensionSettings">
+  </ImportGroup>
+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/>
+    <Import Project="firm_config.props"/>
+  </ImportGroup>
+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/>
+    <Import Project="firm_config.props"/>
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros"/>
+  <PropertyGroup>
+    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
+    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>
+    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
+    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">bui..\..\win32\$(Configuration)\</OutDir>
+    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">bui..\..\win32\$(Configuration)\</IntDir>
+  </PropertyGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <AdditionalOptions>/WL %(AdditionalOptions)</AdditionalOptions>
+      <Optimization>MaxSpeed</Optimization>
+      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
+      <AdditionalIncludeDirectories>$(FirmRoot)/ir;$(FirmRoot)/ir/obstack;$(FirmRoot)/win32;$(FirmRoot)/ir/adt;$(FirmRoot)/ir/ana;$(FirmRoot)/ir/common;$(FirmRoot)/ir/debug;$(FirmRoot)/ir/ident;$(FirmRoot)/ir/ir;$(FirmRoot)/ir/opt;$(FirmRoot)/ir/stat;$(FirmRoot)/ir/tr;$(FirmRoot)/ir/tv;$(FirmRoot)/ir/arch;$(FirmRoot)/ir/lower;$(FirmRoot)/ir/be;$(FirmRoot)/ir/libcore;$(FirmRoot)/include/libfirm;$(FirmRoot)/include/libfirm/adt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <PreprocessorDefinitions>NDEBUG;WIN32;_LIB;FIRM_BUILD;FIRM_DLL;_CRT_SECURE_NO_DEPRECATE;inline=_inline;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <StringPooling>true</StringPooling>
+      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <PrecompiledHeaderOutputFile>.\Release/firm.pch</PrecompiledHeaderOutputFile>
+      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
+      <ObjectFileName>$(IntDir)</ObjectFileName>
+      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
+      <WarningLevel>Level3</WarningLevel>
+      <SuppressStartupBanner>true</SuppressStartupBanner>
+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+      <CompileAs>Default</CompileAs>
+    </ClCompile>
+    <ResourceCompile>
+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <Culture>0x0407</Culture>
+    </ResourceCompile>
+    <Lib>
+      <OutputFile>..\..\ipd\lib\firm.lib</OutputFile>
+      <SuppressStartupBanner>true</SuppressStartupBanner>
+    </Lib>
+    <Bscmake>
+      <SuppressStartupBanner>true</SuppressStartupBanner>
+      <OutputFile>.\Release/firm.bsc</OutputFile>
+    </Bscmake>
+    <Link>
+      <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <ClCompile>
+      <AdditionalOptions>/WL %(AdditionalOptions)</AdditionalOptions>
+      <Optimization>Disabled</Optimization>
+      <AdditionalIncludeDirectories>$(FirmRoot)/ir;$(FirmRoot)/ir/obstack;$(FirmRoot)/win32;$(FirmRoot)/ir/adt;$(FirmRoot)/ir/ana;$(FirmRoot)/ir/common;$(FirmRoot)/ir/debug;$(FirmRoot)/ir/ident;$(FirmRoot)/ir/ir;$(FirmRoot)/ir/opt;$(FirmRoot)/ir/stat;$(FirmRoot)/ir/tr;$(FirmRoot)/ir/tv;$(FirmRoot)/ir/arch;$(FirmRoot)/ir/lower;$(FirmRoot)/ir/be;$(FirmRoot)/ir/libcore;$(FirmRoot)/include/libfirm;$(FirmRoot)/include/libfirm/adt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <PreprocessorDefinitions>NO_DEBUG;WIN32;_LIB;FIRM_BUILD;FIRM_DLL;_CRT_SECURE_NO_DEPRECATE;inline=_inline;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <MinimalRebuild>true</MinimalRebuild>
+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+      <PrecompiledHeaderOutputFile>.\Debug/firm.pch</PrecompiledHeaderOutputFile>
+      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
+      <ObjectFileName>$(IntDir)</ObjectFileName>
+      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
+      <WarningLevel>Level3</WarningLevel>
+      <SuppressStartupBanner>true</SuppressStartupBanner>
+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+      <CompileAs>Default</CompileAs>
+      <MultiProcessorCompilation>true</MultiProcessorCompilation>
+    </ClCompile>
+    <ResourceCompile>
+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <Culture>0x0407</Culture>
+    </ResourceCompile>
+    <Lib>
+      <OutputFile>..\..\ipd\lib\firm_g.lib</OutputFile>
+      <SuppressStartupBanner>true</SuppressStartupBanner>
+    </Lib>
+    <Bscmake>
+      <SuppressStartupBanner>true</SuppressStartupBanner>
+      <OutputFile>.\Debug/firm.bsc</OutputFile>
+    </Bscmake>
+    <Link>
+      <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+    <ClCompile Include="$(FirmRoot)\ir\adt\array.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\bipartite.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\cpset.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\eset.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\gaussjordan.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\gaussseidel.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\hashset.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\hungarian.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\iterator.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\pdeq.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\plist.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\pmap.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\pqueue.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\pset.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\pset_new.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\set.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\adt\xmalloc.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\adt\array_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\adt\bitfiddle.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\adt\bitset.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\adt\compiler.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\adt\util.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\adt\raw_bitset.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\absgraph.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\analyze_irg_args.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\callgraph.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\cdep.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\cgana.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\dfs.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\execfreq.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\execution_frequency.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irbackedge.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\ircfscc.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\heights.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\interval_analysis.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irouts.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irscc.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irconsconfirm.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irdom.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irextbb.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irextbb2.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irlivechk.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irloop.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irmemory.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\rta.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\vrp.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\irtypeinfo.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\structure.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ana\trouts.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\ana\absgraph.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ana\dfs.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ana\dfs_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ana\irbackedge_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ana\irdom_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ana\irextbb_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ana\irlivechk.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ana\irloop_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ana\irmemory_t.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beabi.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bearch.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beabihelper.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beblocksched.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bechordal.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bechordal_draw.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\becopyheur.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\becopyopt.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bechordal_common.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bechordal_main.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\becopyilp.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beinfo.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\becopyheur2.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bedump_minir.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bemodule.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beloopana.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\becopystat.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bedbgout.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bedomfront.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bepeephole.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beemitter.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beflags.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beemitter_binary.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\begnuas.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beifg.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beschednormal.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\becopyheur4.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beschedmris.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\belistsched.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bestabs.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\becopyilp2.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beirgmod.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\belive.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beinsn.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beirg.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\benode.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\belower.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bemain.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beprefalloc.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beschedrss.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bemachine.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bespillslots.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\besched.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beschedrand.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bepbqpcoloring.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bessaconstr.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beschedtrace.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bera.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bespillutil.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bespill.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bespillbelady.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bespillbelady2.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beutil.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bestate.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bessadestr.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beschedregpress.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beschedtrivial.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beuses.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bestack.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\betranshlp.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bespilldaemel.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\bestat.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\beverify.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\be_dbgout.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\be_dbgout_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\be_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\be_types.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beabi.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beblocksched.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bearch.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bechordal.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bechordal_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bechordal_common.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bechordal_draw.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\becopyilp_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\becopyopt.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\becopyopt_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\becopystat.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bedomfront.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bedump_minir.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beemitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beemitter_binary.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beflags.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\begnuas.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beifg.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beirg.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beinfo.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beinsn_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beintlive_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beirgmod.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\belistsched.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\besched.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\belive.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\belive_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beloopana.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\belower.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bemachine.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\benode.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bemodule.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bemodule_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bepbqpcoloring.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bepeephole.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bera.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beutil.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bespill.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beschedmris.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beschedrss.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bespillutil.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bessaconstr.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bestat.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bespillslots.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\betranshlp.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beverify.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bestate.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beuses.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\beabihelper.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bessadestr.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bestack.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\bestatevent.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\common\debug.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\common\error.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\common\firm.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\common\firm_common.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\common\irtools.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\common\timing.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\common\debug.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\common\error.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\common\irtools.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\debug\dbginfo.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\debug\debugger.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\debug\seqnumbers.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\debug\dbginfo_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\debug\debugger.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\ident\ident.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ident\mangle.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\ident\ident_t.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\instrument.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irarch.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irargs.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\ircons.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irdump.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irdumptxt.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\iredges.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irflag.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irgmod.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irgopt.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irgraph.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irgwalk.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irgwalk_blk.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irhooks.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irio.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irlinkednodemap.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irlinkednodeset.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irmode.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irnode.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irnodemap.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irnodeset.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irop.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\iropt.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irpass.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irphase.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irprintf.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irprofile.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irprog.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irssacons.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\irverify.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\ir\valueset.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\instrument.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irargs_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irbitset.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\gen_irnode.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\ircons_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irdump_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\iredges_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\iredgeset.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irflag_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irgraph_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irlinkednodemap.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irlinkednodeset.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irmode_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irnode_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irnodemap.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irnodeset.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irop_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\iropt_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irpass_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irphase.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irphase_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irprintf_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irprofile.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irprog_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irtypes.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\valueset.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\irverify_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\ir\gen_projnumbers.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_appendable.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_config_lexer.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_config_parser.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_opts.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_opts_enum.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\libcore\lc_printf.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_appendable.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_common_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_config.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_config_parser.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_defines.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_opts.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_opts_enum.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_opts_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_parser_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\libcore\lc_printf.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\lower\lower_calls.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\lower\lower_copyb.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\lower\lower_hl.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\lower\lower_intrinsics.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\lower\lower_mode_b.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\lower\lower_mux.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\lower\lower_switch.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\lower\lower_dw.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\obstack\obstack.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\obstack\obstack_printf.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\boolopt.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\cfopt.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\code_placement.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\combo.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\convopt.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\critical_edges.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\dead_code_elimination.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\escape_ana.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\fp-vrp.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\funccall.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\garbage_collect.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\gvn_pre.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\ifconv.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\ircgopt.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\jumpthreading.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\ldstopt.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\loop.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\opt_blocks.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\opt_confirms.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\opt_frame.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\opt_inline.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\opt_ldst.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\opt_osr.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\opt_polymorphy.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\parallelize_mem.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\proc_cloning.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\reassoc.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\return.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\scalar_replace.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\tailrec.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\opt\tropt.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\opt\iropt_dbg.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\opt\opt_confirms.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\opt\opt_init.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\opt\opt_polymorphy.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\opt\reassoc_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\opt\scalar_replace.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\const_stat.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\dags.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\distrib.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\firmstat.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\pattern.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\pattern_dmp.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\stat_dmp.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\stat_liveness.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\stat_timing.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\stat\statev.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\stat\counter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\stat\dags.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\stat\firmstat_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\stat\pattern.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\stat\pattern_dmp.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\stat\stat_dmp.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\stat\stat_timing.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\stat\statev.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\tr\compound_path.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\tr\entity.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\tr\tpop.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\tr\tr_inheritance.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\tr\trverify.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\tr\type.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\tr\type_finalization.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\tr\typewalk.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\tr\compound_path_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\tr\entity_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\tr\tpop_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\tr\type_t.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\tv\fltcalc.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\tv\strcalc.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\tv\tv.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\tv\fltcalc.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\tv\strcalc.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\tv\tv_t.h"/>
+    <ClCompile Include="$(FirmRoot)\win32\math.c"/>
+    <ClInclude Include="$(FirmRoot)\win32\config.h"/>
+    <ClInclude Include="$(FirmRoot)\win32\ieee754.h"/>
+    <ClInclude Include="$(FirmRoot)\win32\inttypes.h"/>
+    <ClInclude Include="$(FirmRoot)\win32\stdbool.h"/>
+    <ClInclude Include="$(FirmRoot)\win32\stdint.h"/>
+    <ClInclude Include="$(FirmRoot)\win32\resource.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\analyze_irg_args.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\be.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\callgraph.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\cdep.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\cgana.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\compound_path.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\dbginfo.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\execfreq.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\execution_frequency.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\field_temperature.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\firm.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\firm_common.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\firm_types.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\firmstat.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\opcodes.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\ident.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\interval_analysis.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irarch.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\ircons.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\ircgopt.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irdump.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irconsconfirm.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irdom.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irgraph.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\iredgekinds.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\iredges.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irextbb.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irflag.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irgmod.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irgopt.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irgwalk.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irloop.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irhooks.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irio.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irmemory.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irnode.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irmode.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irop.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irouts.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\iropt.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\iroptimize.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irprog.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irpass.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irprintf.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\timing.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\nodeops.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irtypeinfo.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\irverify.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\lowering.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\typerep.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\rta.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\seqnumbers.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\structure.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\trouts.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\tv.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\begin.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\vrp.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\end.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\heights.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\array.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\bipartite.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\cpset.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\eset.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\gaussjordan.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\fourcc.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\gaussseidel.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\hashptr.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\hungarian.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\hashset.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\iterator.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\list.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\obstack.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pdeq.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\obst.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\plist.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pmap.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pqueue.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pset.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\pset_new.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\set.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\unionfind.h"/>
+    <ClInclude Include="$(FirmRoot)\include\libfirm\adt\xmalloc.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\bearch_ia32.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_address_mode.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_architecture.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_common_transform.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_emitter.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_finish.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_fpu.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_intrinsics.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_map_regs.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_new_nodes.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_optimize.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_transform.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_util.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\ia32_x87.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\gen_ia32_machine.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\bearch_ia32_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_address_mode.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_architecture.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_common_transform.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_dbg_stat.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_finish.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_fpu.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_map_regs.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_new_nodes.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_nodes_attr.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_optimize.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_transform.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_util.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\ia32_x87.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\gen_ia32_machine.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\ia32\gen_ia32_new_nodes.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_cconv.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_emitter.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_new_nodes.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_map_regs.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_optimize.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\arm_transform.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\gen_arm_machine.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\gen_arm_emitter.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\arm\bearch_arm.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_map_regs.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_new_nodes.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_nodes_attr.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_optimize.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_cconv.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\arm_transform.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\bearch_arm_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\gen_arm_machine.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\gen_arm_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\arm\gen_arm_new_nodes.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\amd64\amd64_emitter.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\amd64\amd64_new_nodes.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\amd64\amd64_transform.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\amd64\bearch_amd64.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\amd64\gen_amd64_machine.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\amd64\amd64_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\amd64\amd64_new_nodes.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\amd64\amd64_nodes_attr.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\amd64\amd64_transform.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\amd64\bearch_amd64_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\amd64\gen_amd64_machine.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\amd64\gen_amd64_new_nodes.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\sparc\bearch_sparc.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\sparc\sparc_cconv.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\sparc\sparc_emitter.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\sparc\sparc_new_nodes.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\sparc\gen_sparc_machine.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\sparc\sparc_transform.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\bearch_sparc_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_cconv.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_new_nodes.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_nodes_attr.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\gen_sparc_machine.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\sparc_transform.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\sparc\gen_sparc_new_nodes.h"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_emitter.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_new_nodes.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_transform.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\bearch_TEMPLATE.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.c"/>
+    <ClCompile Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.c"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_new_nodes.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_nodes_attr.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_transform.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\bearch_TEMPLATE_t.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.h"/>
+    <ClInclude Include="$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_new_nodes.h"/>
+    <CustomBuild Include="$(FirmRoot)\ir\be\ia32\ia32_spec.pl">
+      <Message>Translate Spec: %(FullPath)</Message>
+      <Command>$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\ia32
+$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\ia32
+$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\ia32
+$(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\ia32
+</Command>
+      <AdditionalInputs>$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;$(AdditonalInputs)</AdditionalInputs>
+      <Outputs>$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.c;$(FirmRoot)\ir\be\ia32\gen_ia32_emitter.h;$(FirmRoot)\ir\be\ia32\gen_ia32_new_nodes.c;$(FirmRoot)\ir\be\ia32\gen_ia32_new_nodes.h;$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.c;$(FirmRoot)\ir\be\ia32\gen_ia32_regalloc_if.h;$(FirmRoot)\ir\be\ia32\gen_ia32_machine.c;$(FirmRoot)\ir\be\ia32\gen_ia32_machine.h;$(Outputs)</Outputs>
+    </CustomBuild>
+    <CustomBuild Include="$(FirmRoot)\ir\be\arm\arm_spec.pl">
+      <Message>Translate Spec: %(FullPath)</Message>
+      <Command>$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\arm
+$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\arm
+$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\arm
+$(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\arm
+</Command>
+      <AdditionalInputs>$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;$(AdditonalInputs)</AdditionalInputs>
+      <Outputs>$(FirmRoot)\ir\be\arm\gen_arm_emitter.c;$(FirmRoot)\ir\be\arm\gen_arm_emitter.h;$(FirmRoot)\ir\be\arm\gen_arm_new_nodes.c;$(FirmRoot)\ir\be\arm\gen_arm_new_nodes.h;$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.c;$(FirmRoot)\ir\be\arm\gen_arm_regalloc_if.h;$(FirmRoot)\ir\be\arm\gen_arm_machine.c;$(FirmRoot)\ir\be\arm\gen_arm_machine.h;$(Outputs)</Outputs>
+    </CustomBuild>
+    <CustomBuild Include="$(FirmRoot)\ir\be\amd64\amd64_spec.pl">
+      <Message>Translate Spec: %(FullPath)</Message>
+      <Command>$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\amd64
+$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\amd64
+$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\amd64
+$(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\amd64
+</Command>
+      <AdditionalInputs>$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;$(AdditonalInputs)</AdditionalInputs>
+      <Outputs>$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.c;$(FirmRoot)\ir\be\amd64\gen_amd64_emitter.h;$(FirmRoot)\ir\be\amd64\gen_amd64_new_nodes.c;$(FirmRoot)\ir\be\amd64\gen_amd64_new_nodes.h;$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.c;$(FirmRoot)\ir\be\amd64\gen_amd64_regalloc_if.h;$(FirmRoot)\ir\be\amd64\gen_amd64_machine.c;$(FirmRoot)\ir\be\amd64\gen_amd64_machine.h;$(Outputs)</Outputs>
+    </CustomBuild>
+    <CustomBuild Include="$(FirmRoot)\ir\be\sparc\sparc_spec.pl">
+      <Message>Translate Spec: %(FullPath)</Message>
+      <Command>$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\sparc
+$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\sparc
+$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\sparc
+$(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\sparc
+</Command>
+      <AdditionalInputs>$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;$(AdditonalInputs)</AdditionalInputs>
+      <Outputs>$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.c;$(FirmRoot)\ir\be\sparc\gen_sparc_emitter.h;$(FirmRoot)\ir\be\sparc\gen_sparc_new_nodes.c;$(FirmRoot)\ir\be\sparc\gen_sparc_new_nodes.h;$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.c;$(FirmRoot)\ir\be\sparc\gen_sparc_regalloc_if.h;$(FirmRoot)\ir\be\sparc\gen_sparc_machine.c;$(FirmRoot)\ir\be\sparc\gen_sparc_machine.h;$(Outputs)</Outputs>
+    </CustomBuild>
+    <CustomBuild Include="$(FirmRoot)\ir\be\TEMPLATE\TEMPLATE_spec.pl">
+      <Message>Translate Spec: %(FullPath)</Message>
+      <Command>$(FirmRoot)\ir\be\scripts\generate_emitter.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE
+$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE
+$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE
+$(FirmRoot)\ir\be\scripts\generate_machine.pl %(FullPath) $(FirmRoot)\ir\be\TEMPLATE
+</Command>
+      <AdditionalInputs>$(FirmRoot)\ir\be\scripts\generate_emitter.pl;$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl;$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl;$(FirmRoot)\ir\be\scripts\generate_machine.pl;$(AdditonalInputs)</AdditionalInputs>
+      <Outputs>$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_emitter.h;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_new_nodes.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_new_nodes.h;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_regalloc_if.h;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.c;$(FirmRoot)\ir\be\TEMPLATE\gen_TEMPLATE_machine.h;$(Outputs)</Outputs>
+    </CustomBuild>
+    <CustomBuild Include="$(FirmRoot)\scripts\gen_ir_io.py">
+      <Message>Generating I/O code: %(FullPath)</Message>
+      <Command>python %(FullPath) $(FirmRoot)\scripts\ir_spec.py $(FirmRoot)\ir\ir</Command>
+      <AdditionalInputs>$(FirmRoot)\scripts\ir_spec.py;%(AdditionalInputs)</AdditionalInputs>
+      <Outputs>$(FirmRoot)\ir\ir\gen_irio_import.inl;$(FirmRoot)\ir\ir\gen_irio_export.inl;$(FirmRoot)\ir\ir\gen_irio_lex.inl;%(Outputs)</Outputs>
+    </CustomBuild>
+    <CustomBuild Include="$(FirmRoot)\scripts\gen_ir.py">
+      <Message>Translate IR-Spec: %(FullPath)</Message>
+      <Command>python %(FullPath) $(FirmRoot) $(FirmRoot)\ir\ir</Command>
+      <AdditionalInputs>$(FirmRoot)\scripts\gen_ir.py;%(AdditionalInputs)</AdditionalInputs>
+      <Outputs>$(FirmRoot)\ir\ir\gen_ir_cons.c.inl;$(FirmRoot)\ir\ir\gen_irnode.h;$(FirmRoot)\ir\ir\gen_irnode.c.inl;$(FirmRoot)\ir\ir\gen_irop.c.inl;%(Outputs)</Outputs>
+    </CustomBuild>
+    <None Include="$(FirmRoot)\ir\ir\irflag_t.def"/>
+    <None Include="$(FirmRoot)\ir\libcore\lc_printf_arg_types.def"/>
+    <None Include="$(FirmRoot)\scripts\gen_init.py"/>
+    <None Include="$(FirmRoot)\scripts\ir_spec.py"/>
+    <None Include="$(FirmRoot)\scripts\spec_util.py"/>
+    <None Include="$(FirmRoot)\scripts\statev_sql.py"/>
+    <None Include="$(FirmRoot)\ir\be\scripts\generate_emitter.pl"/>
+    <None Include="$(FirmRoot)\ir\be\scripts\generate_emitter_new.pl"/>
+    <None Include="$(FirmRoot)\ir\be\scripts\generate_machine.pl"/>
+    <None Include="$(FirmRoot)\ir\be\scripts\generate_new_opcodes.pl"/>
+    <None Include="$(FirmRoot)\ir\be\scripts\generate_regalloc_if.pl"/>
+  </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\firmdll.rc"/>
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>