cc65/src/common.vcxproj

174 lines
7.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.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>{71DC1F68-BFC4-478C-8655-C8E9C9654D2B}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="cc65.props" />
</ImportGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PreprocessorDefinitions>_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PreprocessorDefinitions>_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PreprocessorDefinitions>_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="common\abend.h" />
<ClInclude Include="common\addrsize.h" />
<ClInclude Include="common\alignment.h" />
<ClInclude Include="common\assertion.h" />
<ClInclude Include="common\attrib.h" />
<ClInclude Include="common\bitops.h" />
<ClInclude Include="common\cddefs.h" />
<ClInclude Include="common\chartype.h" />
<ClInclude Include="common\check.h" />
<ClInclude Include="common\cmdline.h" />
<ClInclude Include="common\coll.h" />
<ClInclude Include="common\cpu.h" />
<ClInclude Include="common\debugflag.h" />
<ClInclude Include="common\exprdefs.h" />
<ClInclude Include="common\fileid.h" />
<ClInclude Include="common\filepos.h" />
<ClInclude Include="common\filestat.h" />
<ClInclude Include="common\filetime.h" />
<ClInclude Include="common\filetype.h" />
<ClInclude Include="common\fname.h" />
<ClInclude Include="common\fp.h" />
<ClInclude Include="common\fragdefs.h" />
<ClInclude Include="common\gentype.h" />
<ClInclude Include="common\hashfunc.h" />
<ClInclude Include="common\hashtab.h" />
<ClInclude Include="common\hlldbgsym.h" />
<ClInclude Include="common\inline.h" />
<ClInclude Include="common\intptrstack.h" />
<ClInclude Include="common\intstack.h" />
<ClInclude Include="common\libdefs.h" />
<ClInclude Include="common\lidefs.h" />
<ClInclude Include="common\matchpat.h" />
<ClInclude Include="common\mmodel.h" />
<ClInclude Include="common\objdefs.h" />
<ClInclude Include="common\optdefs.h" />
<ClInclude Include="common\print.h" />
<ClInclude Include="common\scopedefs.h" />
<ClInclude Include="common\searchpath.h" />
<ClInclude Include="common\segdefs.h" />
<ClInclude Include="common\segnames.h" />
<ClInclude Include="common\shift.h" />
<ClInclude Include="common\strbuf.h" />
<ClInclude Include="common\strpool.h" />
<ClInclude Include="common\strstack.h" />
<ClInclude Include="common\strutil.h" />
<ClInclude Include="common\symdefs.h" />
<ClInclude Include="common\target.h" />
<ClInclude Include="common\tgttrans.h" />
<ClInclude Include="common\va_copy.h" />
<ClInclude Include="common\version.h" />
<ClInclude Include="common\xmalloc.h" />
<ClInclude Include="common\xsprintf.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="common\abend.c" />
<ClCompile Include="common\addrsize.c" />
<ClCompile Include="common\alignment.c" />
<ClCompile Include="common\assertion.c" />
<ClCompile Include="common\bitops.c" />
<ClCompile Include="common\chartype.c" />
<ClCompile Include="common\check.c" />
<ClCompile Include="common\cmdline.c" />
<ClCompile Include="common\coll.c" />
<ClCompile Include="common\cpu.c" />
<ClCompile Include="common\debugflag.c" />
<ClCompile Include="common\exprdefs.c" />
<ClCompile Include="common\fileid.c" />
<ClCompile Include="common\filepos.c" />
<ClCompile Include="common\filestat.c" />
<ClCompile Include="common\filetime.c" />
<ClCompile Include="common\filetype.c" />
<ClCompile Include="common\fname.c" />
<ClCompile Include="common\fp.c" />
<ClCompile Include="common\gentype.c" />
<ClCompile Include="common\hashfunc.c" />
<ClCompile Include="common\hashtab.c" />
<ClCompile Include="common\intptrstack.c" />
<ClCompile Include="common\intstack.c" />
<ClCompile Include="common\matchpat.c" />
<ClCompile Include="common\mmodel.c" />
<ClCompile Include="common\print.c" />
<ClCompile Include="common\searchpath.c" />
<ClCompile Include="common\segnames.c" />
<ClCompile Include="common\shift.c" />
<ClCompile Include="common\strbuf.c" />
<ClCompile Include="common\strpool.c" />
<ClCompile Include="common\strstack.c" />
<ClCompile Include="common\strutil.c" />
<ClCompile Include="common\target.c" />
<ClCompile Include="common\tgttrans.c" />
<ClCompile Include="common\version.c" />
<ClCompile Include="common\xmalloc.c" />
<ClCompile Include="common\xsprintf.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>