1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ItemGroup Label="ProjectConfigurations">
\r
4 <ProjectConfiguration Include="Debug|Win32">
\r
5 <Configuration>Debug</Configuration>
\r
6 <Platform>Win32</Platform>
\r
7 </ProjectConfiguration>
\r
8 <ProjectConfiguration Include="Release|Win32">
\r
9 <Configuration>Release</Configuration>
\r
10 <Platform>Win32</Platform>
\r
11 </ProjectConfiguration>
\r
13 <PropertyGroup Label="Globals">
\r
14 <ProjectGuid>{02D1EF3D-F584-4F1E-9B45-6CF0DBF76076}</ProjectGuid>
\r
15 <Keyword>MakeFileProj</Keyword>
\r
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
\r
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
\r
19 <ConfigurationType>Utility</ConfigurationType>
\r
20 <UseOfMfc>false</UseOfMfc>
\r
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
\r
23 <ConfigurationType>Utility</ConfigurationType>
\r
24 <UseOfMfc>false</UseOfMfc>
\r
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
\r
27 <ImportGroup Label="ExtensionSettings">
\r
29 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
\r
30 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
31 <Import Project="..\..\SDCC.props" />
\r
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
\r
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
35 <Import Project="..\..\SDCC.props" />
\r
37 <PropertyGroup Label="UserMacros" />
\r
39 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
\r
40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\</OutDir>
\r
41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\</IntDir>
\r
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir>
\r
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</IntDir>
\r
45 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
\r
47 <TypeLibraryName>./z80a.tlb</TypeLibraryName>
\r
51 </ItemDefinitionGroup>
\r
52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
\r
54 <TypeLibraryName>./z80a.tlb</TypeLibraryName>
\r
58 </ItemDefinitionGroup>
\r
60 <CustomBuild Include="peeph-gbz80.def">
\r
61 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gawk -f ../SDCCpeeph.awk %(FullPath) >peeph-gbz80.rul</Command>
\r
62 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">peeph-gbz80.rul;%(Outputs)</Outputs>
\r
63 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gawk -f ../SDCCpeeph.awk %(FullPath) >peeph-gbz80.rul</Command>
\r
64 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">peeph-gbz80.rul;%(Outputs)</Outputs>
\r
66 <CustomBuild Include="peeph-z80.def">
\r
67 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gawk -f ../SDCCpeeph.awk %(FullPath) >peeph-z80.rul</Command>
\r
68 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">peeph-z80.rul;%(Outputs)</Outputs>
\r
69 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gawk -f ../SDCCpeeph.awk %(FullPath) >peeph-z80.rul</Command>
\r
70 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">peeph-z80.rul;%(Outputs)</Outputs>
\r
72 <CustomBuild Include="peeph.def">
\r
73 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gawk -f ../SDCCpeeph.awk %(FullPath) >peeph.rul</Command>
\r
74 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">peeph.rul;%(Outputs)</Outputs>
\r
75 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gawk -f ../SDCCpeeph.awk %(FullPath) >peeph.rul</Command>
\r
76 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">peeph.rul;%(Outputs)</Outputs>
\r
79 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
80 <ImportGroup Label="ExtensionTargets">
\r