﻿<?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>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{0BCFB793-2B25-40E2-B265-75848824AC4C}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>da65</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <UseDebugLibraries>false</UseDebugLibraries>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <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'">
    <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>
      <PreprocessorDefinitions>_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
      <TreatWarningAsError>true</TreatWarningAsError>
    </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>
      <AdditionalIncludeDirectories>common</AdditionalIncludeDirectories>
      <TreatWarningAsError>true</TreatWarningAsError>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>false</GenerateDebugInformation>
      <AdditionalDependencies>$(IntDir)..\..\common\$(Configuration)\common.lib</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="da65\asminc.c" />
    <ClCompile Include="da65\attrtab.c" />
    <ClCompile Include="da65\code.c" />
    <ClCompile Include="da65\comments.c" />
    <ClCompile Include="da65\data.c" />
    <ClCompile Include="da65\error.c" />
    <ClCompile Include="da65\global.c" />
    <ClCompile Include="da65\handler.c" />
    <ClCompile Include="da65\infofile.c" />
    <ClCompile Include="da65\labels.c" />
    <ClCompile Include="da65\main.c" />
    <ClCompile Include="da65\opc4510.c" />
    <ClCompile Include="da65\opc6502.c" />
    <ClCompile Include="da65\opc6502x.c" />
    <ClCompile Include="da65\opc6502dtv.c" />
    <ClCompile Include="da65\opc65816.c" />
    <ClCompile Include="da65\opc65c02.c" />
    <ClCompile Include="da65\opc65sc02.c" />
    <ClCompile Include="da65\opchuc6280.c" />
    <ClCompile Include="da65\opcm740.c" />
    <ClCompile Include="da65\opctable.c" />
    <ClCompile Include="da65\output.c" />
    <ClCompile Include="da65\scanner.c" />
    <ClCompile Include="da65\segment.c" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="da65\asminc.h" />
    <ClInclude Include="da65\attrtab.h" />
    <ClInclude Include="da65\code.h" />
    <ClInclude Include="da65\comments.h" />
    <ClInclude Include="da65\data.h" />
    <ClInclude Include="da65\error.h" />
    <ClInclude Include="da65\global.h" />
    <ClInclude Include="da65\handler.h" />
    <ClInclude Include="da65\infofile.h" />
    <ClInclude Include="da65\labels.h" />
    <ClInclude Include="da65\opc4510.h" />
    <ClInclude Include="da65\opc6502.h" />
    <ClInclude Include="da65\opc6502x.h" />
    <ClInclude Include="da65\opc6502dtv.h" />
    <ClInclude Include="da65\opc65816.h" />
    <ClInclude Include="da65\opc65c02.h" />
    <ClInclude Include="da65\opc65sc02.h" />
    <ClInclude Include="da65\opcdesc.h" />
    <ClInclude Include="da65\opchuc6280.h" />
    <ClInclude Include="da65\opcm740.h" />
    <ClInclude Include="da65\opctable.h" />
    <ClInclude Include="da65\output.h" />
    <ClInclude Include="da65\scanner.h" />
    <ClInclude Include="da65\segment.h" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>