mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
164 lines
7.3 KiB
XML
164 lines
7.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.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>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{D28CB737-E6CA-49C4-8CE9-FF05F86DD4EC}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>ca65</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<PlatformToolset>v140</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)..\bin\</OutDir>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
|
|
<OutDir>$(SolutionDir)..\bin\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG</PreprocessorDefinitions>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG</PreprocessorDefinitions>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
|
|
</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> |