cc65/src/ca65.vcxproj

171 lines
7.0 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>{D28CB737-E6CA-49C4-8CE9-FF05F86DD4EC}</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">
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<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>_CONSOLE;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PreprocessorDefinitions>_CONSOLE;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PreprocessorDefinitions>_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="ca65\anonname.h" />
<ClInclude Include="ca65\asserts.h" />
<ClInclude Include="ca65\condasm.h" />
<ClInclude Include="ca65\dbginfo.h" />
<ClInclude Include="ca65\ea.h" />
<ClInclude Include="ca65\ea65.h" />
<ClInclude Include="ca65\easw16.h" />
<ClInclude Include="ca65\enum.h" />
<ClInclude Include="ca65\error.h" />
<ClInclude Include="ca65\expr.h" />
<ClInclude Include="ca65\feature.h" />
<ClInclude Include="ca65\filetab.h" />
<ClInclude Include="ca65\fragment.h" />
<ClInclude Include="ca65\global.h" />
<ClInclude Include="ca65\incpath.h" />
<ClInclude Include="ca65\instr.h" />
<ClInclude Include="ca65\istack.h" />
<ClInclude Include="ca65\lineinfo.h" />
<ClInclude Include="ca65\listing.h" />
<ClInclude Include="ca65\macro.h" />
<ClInclude Include="ca65\nexttok.h" />
<ClInclude Include="ca65\objcode.h" />
<ClInclude Include="ca65\objfile.h" />
<ClInclude Include="ca65\options.h" />
<ClInclude Include="ca65\pseudo.h" />
<ClInclude Include="ca65\repeat.h" />
<ClInclude Include="ca65\scanner.h" />
<ClInclude Include="ca65\segdef.h" />
<ClInclude Include="ca65\segment.h" />
<ClInclude Include="ca65\sizeof.h" />
<ClInclude Include="ca65\span.h" />
<ClInclude Include="ca65\spool.h" />
<ClInclude Include="ca65\struct.h" />
<ClInclude Include="ca65\studyexpr.h" />
<ClInclude Include="ca65\symbol.h" />
<ClInclude Include="ca65\symentry.h" />
<ClInclude Include="ca65\symtab.h" />
<ClInclude Include="ca65\token.h" />
<ClInclude Include="ca65\toklist.h" />
<ClInclude Include="ca65\ulabel.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="ca65\anonname.c" />
<ClCompile Include="ca65\asserts.c" />
<ClCompile Include="ca65\condasm.c" />
<ClCompile Include="ca65\dbginfo.c" />
<ClCompile Include="ca65\ea65.c" />
<ClCompile Include="ca65\easw16.c" />
<ClCompile Include="ca65\enum.c" />
<ClCompile Include="ca65\error.c" />
<ClCompile Include="ca65\expr.c" />
<ClCompile Include="ca65\feature.c" />
<ClCompile Include="ca65\filetab.c" />
<ClCompile Include="ca65\fragment.c" />
<ClCompile Include="ca65\global.c" />
<ClCompile Include="ca65\incpath.c" />
<ClCompile Include="ca65\instr.c" />
<ClCompile Include="ca65\istack.c" />
<ClCompile Include="ca65\lineinfo.c" />
<ClCompile Include="ca65\listing.c" />
<ClCompile Include="ca65\macro.c" />
<ClCompile Include="ca65\main.c" />
<ClCompile Include="ca65\nexttok.c" />
<ClCompile Include="ca65\objcode.c" />
<ClCompile Include="ca65\objfile.c" />
<ClCompile Include="ca65\options.c" />
<ClCompile Include="ca65\pseudo.c" />
<ClCompile Include="ca65\repeat.c" />
<ClCompile Include="ca65\scanner.c" />
<ClCompile Include="ca65\segdef.c" />
<ClCompile Include="ca65\segment.c" />
<ClCompile Include="ca65\sizeof.c" />
<ClCompile Include="ca65\span.c" />
<ClCompile Include="ca65\spool.c" />
<ClCompile Include="ca65\struct.c" />
<ClCompile Include="ca65\studyexpr.c" />
<ClCompile Include="ca65\symbol.c" />
<ClCompile Include="ca65\symentry.c" />
<ClCompile Include="ca65\symtab.c" />
<ClCompile Include="ca65\token.c" />
<ClCompile Include="ca65\toklist.c" />
<ClCompile Include="ca65\ulabel.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>