2013-04-10 17:30:36 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-11-24 13:10:58 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-04-10 17:30:36 +00:00
|
|
|
|
<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>{26C749A0-814C-47A2-9D36-AE92AE932FE4}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>ld65</RootNamespace>
|
2018-11-24 13:10:58 +00:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
2013-04-10 17:30:36 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2018-11-24 13:10:58 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2013-04-10 17:30:36 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2018-11-24 13:10:58 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2013-04-10 17:30:36 +00:00
|
|
|
|
</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'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)..\bin\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<OutDir>$(SolutionDir)..\bin\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2014-02-09 00:11:11 +00:00
|
|
|
|
<PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG</PreprocessorDefinitions>
|
2013-04-10 17:30:36 +00:00
|
|
|
|
<AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
|
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2013-04-12 21:24:48 +00:00
|
|
|
|
<AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
|
2013-04-10 17:30:36 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
2014-02-09 00:11:11 +00:00
|
|
|
|
<PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG</PreprocessorDefinitions>
|
2013-04-10 17:30:36 +00:00
|
|
|
|
<AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
|
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
2013-04-12 21:24:48 +00:00
|
|
|
|
<AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
|
2013-04-10 17:30:36 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="ld65\asserts.h" />
|
|
|
|
|
<ClInclude Include="ld65\bin.h" />
|
|
|
|
|
<ClInclude Include="ld65\binfmt.h" />
|
|
|
|
|
<ClInclude Include="ld65\cfgexpr.h" />
|
|
|
|
|
<ClInclude Include="ld65\condes.h" />
|
|
|
|
|
<ClInclude Include="ld65\config.h" />
|
|
|
|
|
<ClInclude Include="ld65\dbgfile.h" />
|
|
|
|
|
<ClInclude Include="ld65\dbgsyms.h" />
|
|
|
|
|
<ClInclude Include="ld65\error.h" />
|
|
|
|
|
<ClInclude Include="ld65\exports.h" />
|
|
|
|
|
<ClInclude Include="ld65\expr.h" />
|
|
|
|
|
<ClInclude Include="ld65\extsyms.h" />
|
|
|
|
|
<ClInclude Include="ld65\fileinfo.h" />
|
|
|
|
|
<ClInclude Include="ld65\fileio.h" />
|
|
|
|
|
<ClInclude Include="ld65\filepath.h" />
|
|
|
|
|
<ClInclude Include="ld65\fragment.h" />
|
|
|
|
|
<ClInclude Include="ld65\global.h" />
|
|
|
|
|
<ClInclude Include="ld65\library.h" />
|
|
|
|
|
<ClInclude Include="ld65\lineinfo.h" />
|
|
|
|
|
<ClInclude Include="ld65\mapfile.h" />
|
|
|
|
|
<ClInclude Include="ld65\memarea.h" />
|
|
|
|
|
<ClInclude Include="ld65\o65.h" />
|
|
|
|
|
<ClInclude Include="ld65\objdata.h" />
|
|
|
|
|
<ClInclude Include="ld65\objfile.h" />
|
|
|
|
|
<ClInclude Include="ld65\scanner.h" />
|
|
|
|
|
<ClInclude Include="ld65\scopes.h" />
|
|
|
|
|
<ClInclude Include="ld65\segments.h" />
|
|
|
|
|
<ClInclude Include="ld65\span.h" />
|
|
|
|
|
<ClInclude Include="ld65\spool.h" />
|
|
|
|
|
<ClInclude Include="ld65\tpool.h" />
|
2018-09-25 02:58:06 +00:00
|
|
|
|
<ClInclude Include="ld65\xex.h" />
|
2013-04-10 17:30:36 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="ld65\asserts.c" />
|
|
|
|
|
<ClCompile Include="ld65\bin.c" />
|
|
|
|
|
<ClCompile Include="ld65\binfmt.c" />
|
|
|
|
|
<ClCompile Include="ld65\cfgexpr.c" />
|
|
|
|
|
<ClCompile Include="ld65\condes.c" />
|
|
|
|
|
<ClCompile Include="ld65\config.c" />
|
|
|
|
|
<ClCompile Include="ld65\dbgfile.c" />
|
|
|
|
|
<ClCompile Include="ld65\dbgsyms.c" />
|
|
|
|
|
<ClCompile Include="ld65\error.c" />
|
|
|
|
|
<ClCompile Include="ld65\exports.c" />
|
|
|
|
|
<ClCompile Include="ld65\expr.c" />
|
|
|
|
|
<ClCompile Include="ld65\extsyms.c" />
|
|
|
|
|
<ClCompile Include="ld65\fileinfo.c" />
|
|
|
|
|
<ClCompile Include="ld65\fileio.c" />
|
|
|
|
|
<ClCompile Include="ld65\filepath.c" />
|
|
|
|
|
<ClCompile Include="ld65\fragment.c" />
|
|
|
|
|
<ClCompile Include="ld65\global.c" />
|
|
|
|
|
<ClCompile Include="ld65\library.c" />
|
|
|
|
|
<ClCompile Include="ld65\lineinfo.c" />
|
|
|
|
|
<ClCompile Include="ld65\main.c" />
|
|
|
|
|
<ClCompile Include="ld65\mapfile.c" />
|
|
|
|
|
<ClCompile Include="ld65\memarea.c" />
|
|
|
|
|
<ClCompile Include="ld65\o65.c" />
|
|
|
|
|
<ClCompile Include="ld65\objdata.c" />
|
|
|
|
|
<ClCompile Include="ld65\objfile.c" />
|
|
|
|
|
<ClCompile Include="ld65\scanner.c" />
|
|
|
|
|
<ClCompile Include="ld65\scopes.c" />
|
|
|
|
|
<ClCompile Include="ld65\segments.c" />
|
|
|
|
|
<ClCompile Include="ld65\span.c" />
|
|
|
|
|
<ClCompile Include="ld65\spool.c" />
|
|
|
|
|
<ClCompile Include="ld65\tpool.c" />
|
2018-09-25 02:58:06 +00:00
|
|
|
|
<ClCompile Include="ld65\xex.c" />
|
2013-04-10 17:30:36 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2018-09-25 02:58:06 +00:00
|
|
|
|
</Project>
|