mirror of https://github.com/yasm/yasm.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
269 lines
14 KiB
269 lines
14 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<ItemGroup Label="ProjectConfigurations"> |
|
<ProjectConfiguration Include="Debug|Win32"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Debug|x64"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>x64</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release|Win32"> |
|
<Configuration>Release</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release|x64"> |
|
<Configuration>Release</Configuration> |
|
<Platform>x64</Platform> |
|
</ProjectConfiguration> |
|
</ItemGroup> |
|
<PropertyGroup Label="Globals"> |
|
<ProjectGuid>{29FE7874-1256-4AD6-B889-68E399DC9608}</ProjectGuid> |
|
<RootNamespace>libyasm</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> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
<UseOfMfc>false</UseOfMfc> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
<UseOfMfc>false</UseOfMfc> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
<ConfigurationType>StaticLibrary</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')" /> |
|
<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> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> |
|
<WarningLevel>Level3</WarningLevel> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<CompileAs>Default</CompileAs> |
|
</ClCompile> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
<Lib> |
|
<OutputFile>$(OutDir)libyasm.lib</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
</Lib> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
<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> |
|
</ClCompile> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
<Lib> |
|
<OutputFile>$(OutDir)libyasm.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> |
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> |
|
<WarningLevel>Level3</WarningLevel> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
<CompileAs>Default</CompileAs> |
|
</ClCompile> |
|
<ResourceCompile> |
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<Culture>0x0409</Culture> |
|
</ResourceCompile> |
|
<Lib> |
|
<OutputFile>$(OutDir)libyasm.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)libyasm.lib</OutputFile> |
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
</Lib> |
|
</ItemDefinitionGroup> |
|
<ItemGroup> |
|
<ClCompile Include="..\..\..\libyasm\assocdat.c" /> |
|
<ClCompile Include="..\..\..\libyasm\bc-align.c" /> |
|
<ClCompile Include="..\..\..\libyasm\bc-data.c" /> |
|
<ClCompile Include="..\..\..\libyasm\bc-incbin.c" /> |
|
<ClCompile Include="..\..\..\libyasm\bc-org.c" /> |
|
<ClCompile Include="..\..\..\libyasm\bc-reserve.c" /> |
|
<ClCompile Include="..\..\..\libyasm\bitvect.c" /> |
|
<ClCompile Include="..\..\..\libyasm\bytecode.c" /> |
|
<ClCompile Include="..\..\..\libyasm\errwarn.c" /> |
|
<ClCompile Include="..\..\..\libyasm\expr.c" /> |
|
<ClCompile Include="..\..\..\libyasm\file.c" /> |
|
<ClCompile Include="..\..\..\libyasm\floatnum.c" /> |
|
<ClCompile Include="..\..\..\libyasm\hamt.c" /> |
|
<ClCompile Include="..\..\..\libyasm\insn.c" /> |
|
<ClCompile Include="..\..\..\libyasm\intnum.c" /> |
|
<ClCompile Include="..\..\..\libyasm\inttree.c" /> |
|
<ClCompile Include="..\..\..\libyasm\linemap.c" /> |
|
<ClCompile Include="..\..\..\libyasm\md5.c" /> |
|
<ClCompile Include="..\..\..\libyasm\mergesort.c" /> |
|
<ClCompile Include="..\..\..\module.c" /> |
|
<ClCompile Include="..\..\..\libyasm\phash.c" /> |
|
<ClCompile Include="..\..\..\libyasm\section.c" /> |
|
<ClCompile Include="..\..\..\libyasm\strcasecmp.c" /> |
|
<ClCompile Include="..\..\..\libyasm\strsep.c" /> |
|
<ClCompile Include="..\..\..\libyasm\symrec.c" /> |
|
<ClCompile Include="..\..\..\libyasm\valparam.c" /> |
|
<ClCompile Include="..\..\..\libyasm\value.c" /> |
|
<ClCompile Include="..\..\..\libyasm\xmalloc.c" /> |
|
<ClCompile Include="..\..\..\libyasm\xstrdup.c" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ClInclude Include="..\..\..\libyasm\file.h" /> |
|
<ClInclude Include="..\..\..\libyasm\arch.h" /> |
|
<ClInclude Include="..\..\..\libyasm\assocdat.h" /> |
|
<ClInclude Include="..\..\..\libyasm\bc-int.h" /> |
|
<ClInclude Include="..\..\..\libyasm\bitvect.h" /> |
|
<ClInclude Include="..\..\..\libyasm\bytecode.h" /> |
|
<ClInclude Include="..\..\..\libyasm\compat-queue.h" /> |
|
<ClInclude Include="config.h" /> |
|
<ClInclude Include="..\..\..\libyasm\coretype.h" /> |
|
<ClInclude Include="..\..\..\libyasm\dbgfmt.h" /> |
|
<ClInclude Include="..\..\..\libyasm\errwarn.h" /> |
|
<ClInclude Include="..\..\..\libyasm\expr-int.h" /> |
|
<ClInclude Include="..\..\..\libyasm\expr.h" /> |
|
<ClInclude Include="..\..\..\libyasm\floatnum.h" /> |
|
<ClInclude Include="..\..\..\libyasm\hamt.h" /> |
|
<ClInclude Include="..\..\..\libyasm\insn.h" /> |
|
<ClInclude Include="..\..\..\libyasm\intnum.h" /> |
|
<ClInclude Include="..\..\..\libyasm\inttree.h" /> |
|
<ClInclude Include="..\..\..\libyasm\linemap.h" /> |
|
<ClInclude Include="..\..\..\libyasm\md5.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\util.h" /> |
|
<ClInclude Include="..\..\..\libyasm\valparam.h" /> |
|
<ClInclude Include="..\..\..\libyasm\value.h" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="..\..\..\libyasm\module.in" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\genmodule\genmodule.vcxproj"> |
|
<Project>{f0e8b707-00c5-4ff2-b8ef-7c39817132a0}</Project> |
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project> |