mirror of
https://github.com/freitz85/AppleIISd.git
synced 2024-11-16 02:10:04 +00:00
101 lines
4.8 KiB
XML
101 lines
4.8 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>
|
|
<ItemGroup>
|
|
<None Include="..\README.md" />
|
|
<None Include="AppleIISd.bin.map" />
|
|
<None Include="makefile" />
|
|
<None Include="Makefile.options" />
|
|
<None Include="obj\AppleIISd.lst" />
|
|
<None Include="src\AppleIISd.cfg" />
|
|
<None Include="src\AppleIISd.inc" />
|
|
<None Include="src\AppleIISd.s" />
|
|
<None Include="src\Helper.s" />
|
|
<None Include="src\ProDOS.s" />
|
|
<None Include="src\Smartport.s" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{9EA7EC3D-1771-420F-932F-231A35ED1200}</ProjectGuid>
|
|
<Keyword>MakeFileProj</Keyword>
|
|
<ProjectName>AppleIISd</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<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'">
|
|
<NMakeOutput>
|
|
</NMakeOutput>
|
|
<NMakePreprocessorDefinitions>__APPLE2__;__APPLE2ENH__;__fastcall__=__fastcall;_MSC_VER=0;__attribute__</NMakePreprocessorDefinitions>
|
|
<ExecutablePath>$(PATH);C:\cc65\bin</ExecutablePath>
|
|
<IncludePath>C:\cc65\include</IncludePath>
|
|
<LibraryPath>C:\cc65\lib</LibraryPath>
|
|
<LibraryWPath />
|
|
<ExcludePath />
|
|
<NMakeBuildCommandLine>$(MAKE_HOME)\make OPTIONS=mapfile,listing</NMakeBuildCommandLine>
|
|
<SourcePath>$(ProjectDir)\src</SourcePath>
|
|
<NMakeReBuildCommandLine>$(MAKE_HOME)\make clean
|
|
$(MAKE_HOME)\make OPTIONS=mapfile,listing</NMakeReBuildCommandLine>
|
|
<OutDir>$(SolutionDir)\</OutDir>
|
|
<NMakeCleanCommandLine>$(MAKE_HOME)\make clean</NMakeCleanCommandLine>
|
|
<ReferencePath />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<NMakeOutput>
|
|
</NMakeOutput>
|
|
<NMakePreprocessorDefinitions>
|
|
</NMakePreprocessorDefinitions>
|
|
<NMakeBuildCommandLine>del /S /Q "$(ProjectDir)makefile.options
|
|
$(MAKE_HOME)\make -C "$(ProjectDir)\" PROGRAM="$(ProjectDir)$(Configuration)\$(ProjectName)"
|
|
rmdir /S /Q "$(ProjectDir)obj\Win32"
|
|
rmdir /S /Q "$(SolutionDir)Release"</NMakeBuildCommandLine>
|
|
<NMakeReBuildCommandLine>del /S /Q "$(ProjectDir)makefile.options
|
|
$(MAKE_HOME)\make clean -C "$(ProjectDir)\" PROGRAM="$(ProjectDir)$(Configuration)\$(ProjectName)"
|
|
$(MAKE_HOME)\make -C "$(ProjectDir)\" PROGRAM="$(ProjectDir)$(Configuration)\$(ProjectName)"
|
|
rmdir /S /Q "$(ProjectDir)obj\Win32"
|
|
rmdir /S /Q "$(SolutionDir)Release"
|
|
</NMakeReBuildCommandLine>
|
|
<NMakeCleanCommandLine>del /S /Q "$(ProjectDir)makefile.options
|
|
$(MAKE_HOME)\make clean -C "$(ProjectDir)\" PROGRAM="$(ProjectDir)$(Configuration)\$(ProjectName)"
|
|
rmdir /S /Q "$(ProjectDir)obj\Win32"
|
|
rmdir /S /Q "$(SolutionDir)Release"</NMakeCleanCommandLine>
|
|
<ExecutablePath>$(PATH);C:\cc65\bin</ExecutablePath>
|
|
<IncludePath>$(VC_IncludePath);C:\cc65\include</IncludePath>
|
|
<ReferencePath />
|
|
<LibraryPath>C:\cc65\lib</LibraryPath>
|
|
<ExcludePath />
|
|
<LibraryWPath />
|
|
<OutDir>$(SolutionDir)$\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |