﻿<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}</ProjectGuid>
    <RootNamespace>modules</RootNamespace>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>MultiByte</CharacterSet>
    <PlatformToolset>v120</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>MultiByte</CharacterSet>
    <PlatformToolset>v120</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>MultiByte</CharacterSet>
    <PlatformToolset>v120</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>MultiByte</CharacterSet>
    <PlatformToolset>v120</PlatformToolset>
  </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')" />
    <Import Project="..\crt_secure_no_deprecate.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')" />
    <Import Project="..\crt_secure_no_deprecate.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
    <Import Project="..\crt_secure_no_deprecate.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
    <Import Project="..\crt_secure_no_deprecate.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <Optimization>Full</Optimization>
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
      <AdditionalIncludeDirectories>..;../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <PrecompiledHeaderOutputFile>
      </PrecompiledHeaderOutputFile>
      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <CompileAs>Default</CompileAs>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Lib>
      <OutputFile>$(OutDir)modules.lib</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
    </Lib>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <PreBuildEvent>
      <Command>
      </Command>
    </PreBuildEvent>
    <Midl>
      <TargetEnvironment>X64</TargetEnvironment>
    </Midl>
    <ClCompile>
      <Optimization>Full</Optimization>
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
      <AdditionalIncludeDirectories>..;../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <PrecompiledHeaderOutputFile>
      </PrecompiledHeaderOutputFile>
      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <CompileAs>Default</CompileAs>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Lib>
      <OutputFile>$(OutDir)modules.lib</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
    </Lib>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <AdditionalIncludeDirectories>..;../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>_DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <PrecompiledHeaderOutputFile>
      </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>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Lib>
      <OutputFile>$(OutDir)modules.lib</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
    </Lib>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <Midl>
      <TargetEnvironment>X64</TargetEnvironment>
    </Midl>
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <AdditionalIncludeDirectories>..;../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>_DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <PrecompiledHeaderOutputFile>
      </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>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Lib>
      <OutputFile>$(OutDir)modules.lib</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
    </Lib>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\..\..\modules\arch\lc3b\lc3barch.c" />
    <ClCompile Include="..\..\..\modules\arch\lc3b\lc3bbc.c" />
    <ClCompile Include="..\..\..\lc3bid.c" />
    <ClCompile Include="..\..\..\modules\arch\x86\x86arch.c" />
    <ClCompile Include="..\..\..\modules\arch\x86\x86bc.c" />
    <ClCompile Include="..\..\..\modules\objfmts\elf\elf-x86-x32.c" />
    <ClCompile Include="..\..\..\modules\parsers\gas\gas-parse-intel.c" />
    <ClCompile Include="..\..\..\modules\preprocs\gas\gas-eval.c" />
    <ClCompile Include="..\..\..\modules\preprocs\gas\gas-preproc.c" />
    <ClCompile Include="..\..\..\x86cpu.c" />
    <ClCompile Include="..\..\..\modules\arch\x86\x86expr.c" />
    <ClCompile Include="..\..\..\modules\arch\x86\x86id.c" />
    <ClCompile Include="..\..\..\x86regtmod.c" />
    <ClCompile Include="..\..\..\modules\dbgfmts\codeview\cv-dbgfmt.c" />
    <ClCompile Include="..\..\..\modules\dbgfmts\codeview\cv-symline.c" />
    <ClCompile Include="..\..\..\modules\dbgfmts\codeview\cv-type.c" />
    <ClCompile Include="..\..\..\modules\dbgfmts\dwarf2\dwarf2-aranges.c" />
    <ClCompile Include="..\..\..\modules\dbgfmts\dwarf2\dwarf2-dbgfmt.c" />
    <ClCompile Include="..\..\..\modules\dbgfmts\dwarf2\dwarf2-info.c" />
    <ClCompile Include="..\..\..\modules\dbgfmts\dwarf2\dwarf2-line.c" />
    <ClCompile Include="..\..\..\modules\dbgfmts\null\null-dbgfmt.c" />
    <ClCompile Include="..\..\..\modules\dbgfmts\stabs\stabs-dbgfmt.c" />
    <ClCompile Include="..\..\..\modules\objfmts\bin\bin-objfmt.c" />
    <ClCompile Include="..\..\..\modules\objfmts\coff\coff-objfmt.c" />
    <ClCompile Include="..\..\..\modules\objfmts\dbg\dbg-objfmt.c" />
    <ClCompile Include="..\..\..\modules\objfmts\elf\elf-objfmt.c" />
    <ClCompile Include="..\..\..\modules\objfmts\elf\elf-x86-amd64.c" />
    <ClCompile Include="..\..\..\modules\objfmts\elf\elf-x86-x86.c" />
    <ClCompile Include="..\..\..\modules\objfmts\elf\elf.c" />
    <ClCompile Include="..\..\..\modules\objfmts\macho\macho-objfmt.c" />
    <ClCompile Include="..\..\..\modules\objfmts\rdf\rdf-objfmt.c" />
    <ClCompile Include="..\..\..\modules\objfmts\coff\win64-except.c" />
    <ClCompile Include="..\..\..\modules\objfmts\xdf\xdf-objfmt.c" />
    <ClCompile Include="..\..\..\modules\parsers\gas\gas-parse.c" />
    <ClCompile Include="..\..\..\modules\parsers\gas\gas-parser.c" />
    <ClCompile Include="..\..\..\gas-token.c" />
    <ClCompile Include="..\..\..\modules\parsers\nasm\nasm-parse.c" />
    <ClCompile Include="..\..\..\modules\parsers\nasm\nasm-parser.c" />
    <ClCompile Include="..\..\..\nasm-token.c" />
    <ClCompile Include="..\..\..\modules\preprocs\nasm\nasm-eval.c" />
    <ClCompile Include="..\..\..\modules\preprocs\nasm\nasm-pp.c" />
    <ClCompile Include="..\..\..\modules\preprocs\nasm\nasm-preproc.c" />
    <ClCompile Include="..\..\..\modules\preprocs\nasm\nasmlib.c" />
    <ClCompile Include="..\..\..\modules\preprocs\raw\raw-preproc.c" />
    <ClCompile Include="..\..\..\modules\preprocs\cpp\cpp-preproc.c" />
    <ClCompile Include="..\..\..\modules\listfmts\nasm\nasm-listfmt.c" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\..\..\libyasm.h" />
    <ClInclude Include="..\..\..\libyasm\arch.h" />
    <ClInclude Include="..\..\..\libyasm\bitvect.h" />
    <ClInclude Include="..\..\..\libyasm\bytecode.h" />
    <ClInclude Include="..\..\..\libyasm\compat-queue.h" />
    <ClInclude Include="..\..\..\libyasm\coretype.h" />
    <ClInclude Include="..\..\..\libyasm\dbgfmt.h" />
    <ClInclude Include="..\..\..\libyasm\errwarn.h" />
    <ClInclude Include="..\..\..\libyasm\expr.h" />
    <ClInclude Include="..\..\..\libyasm\file.h" />
    <ClInclude Include="..\..\..\libyasm\floatnum.h" />
    <ClInclude Include="..\..\..\libyasm\hamt.h" />
    <ClInclude Include="..\..\..\libyasm\insn.h" />
    <ClInclude Include="..\..\..\libyasm\intnum.h" />
    <ClInclude Include="..\..\..\libyasm\linemap.h" />
    <ClInclude Include="..\..\..\libyasm\listfmt.h" />
    <ClInclude Include="..\..\..\libyasm\md5.h" />
    <ClInclude Include="..\..\..\libyasm\module.h" />
    <ClInclude Include="..\..\..\libyasm\objfmt.h" />
    <ClInclude Include="..\..\..\libyasm\parser.h" />
    <ClInclude Include="..\..\..\libyasm\phash.h" />
    <ClInclude Include="..\..\..\libyasm\preproc.h" />
    <ClInclude Include="..\..\..\libyasm\section.h" />
    <ClInclude Include="..\..\..\libyasm\symrec.h" />
    <ClInclude Include="..\..\..\libyasm\valparam.h" />
    <ClInclude Include="..\..\..\libyasm\value.h" />
    <ClInclude Include="..\..\..\modules\arch\lc3b\lc3barch.h" />
    <ClInclude Include="..\..\..\modules\arch\x86\x86arch.h" />
    <ClInclude Include="..\..\..\modules\dbgfmts\codeview\cv-dbgfmt.h" />
    <ClInclude Include="..\..\..\modules\dbgfmts\dwarf2\dwarf2-dbgfmt.h" />
    <ClInclude Include="..\..\..\modules\objfmts\coff\coff-objfmt.h" />
    <ClInclude Include="..\..\..\modules\objfmts\elf\elf-machine.h" />
    <ClInclude Include="..\..\..\modules\objfmts\elf\elf.h" />
    <ClInclude Include="..\..\..\modules\parsers\gas\gas-parser.h" />
    <ClInclude Include="..\..\..\modules\parsers\nasm\nasm-parser-struct.h" />
    <ClInclude Include="..\..\..\modules\parsers\nasm\nasm-parser.h" />
    <ClInclude Include="..\..\..\modules\preprocs\gas\gas-eval.h" />
    <ClInclude Include="..\..\..\modules\preprocs\nasm\nasm-eval.h" />
    <ClInclude Include="..\..\..\modules\preprocs\nasm\nasm-pp.h" />
    <ClInclude Include="..\..\..\modules\preprocs\nasm\nasm.h" />
    <ClInclude Include="..\..\..\modules\preprocs\nasm\nasmlib.h" />
    <ClInclude Include="..\..\..\util.h" />
    <ClInclude Include="..\config.h" />
    <ClInclude Include="..\libyasm-stdint.h" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\genmacro\genmacro.vcxproj">
      <Project>{225700a5-07b8-434e-ad61-555278bf6733}</Project>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="..\genperf\genperf.vcxproj">
      <Project>{c45a8b59-8b59-4d5d-a8e8-fb090f8dd619}</Project>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="..\libyasm\libyasm.vcxproj">
      <Project>{29fe7874-1256-4ad6-b889-68e399dc9608}</Project>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="..\re2c\re2c.vcxproj">
      <Project>{3c58be13-50a3-4583-984d-d8902b3d7713}</Project>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>