mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
186 lines
8.3 KiB
XML
186 lines
8.3 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="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<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\inttypes.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>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{71DC1F68-BFC4-478C-8655-C8E9C9654D2B}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>common</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
|
|
<OutDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
|
|
<OutDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_LIB;_DEBUG</PreprocessorDefinitions>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib />
|
|
<Lib>
|
|
<OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_LIB;NDEBUG</PreprocessorDefinitions>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
<Lib />
|
|
<Lib>
|
|
<OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |