1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" ToolsVersion=
"4.0" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label=
"ProjectConfigurations">
4 <ProjectConfiguration Include=
"Debug|Win32">
5 <Configuration>Debug
</Configuration>
6 <Platform>Win32
</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include=
"Release|Win32">
9 <Configuration>Release
</Configuration>
10 <Platform>Win32
</Platform>
11 </ProjectConfiguration>
14 <ClCompile Include=
"..\..\support\util\dbuf.c" />
15 <ClCompile Include=
"..\..\support\util\dbuf_string.c" />
16 <ClCompile Include=
"..\asxxsrc\asdata.c" />
17 <ClCompile Include=
"..\asxxsrc\asdbg.c" />
18 <ClCompile Include=
"..\asxxsrc\asexpr.c" />
19 <ClCompile Include=
"..\asxxsrc\aslex.c" />
20 <ClCompile Include=
"..\asxxsrc\aslist.c" />
21 <ClCompile Include=
"..\asxxsrc\asmain.c" />
22 <ClCompile Include=
"..\asxxsrc\asmcro.c" />
23 <ClCompile Include=
"..\asxxsrc\asout.c" />
24 <ClCompile Include=
"..\asxxsrc\assubr.c" />
25 <ClCompile Include=
"..\asxxsrc\assym.c" />
26 <ClCompile Include=
"..\asxxsrc\sdas.c" />
27 <ClCompile Include=
"..\asxxsrc\strcmpi.c" />
28 <ClCompile Include=
"rabadr.c" />
29 <ClCompile Include=
"rabmch.c" />
30 <ClCompile Include=
"rabpst.c" />
33 <ClInclude Include=
"..\asxxsrc\asxxxx.h" />
34 <ClInclude Include=
"..\..\support\util\dbuf.h" />
35 <ClInclude Include=
"..\..\support\util\dbuf_string.h" />
36 <ClInclude Include=
"..\asxxsrc\sdas.h" />
37 <ClInclude Include=
"..\..\sdcc_vc.h" />
38 <ClInclude Include=
"rab.h" />
40 <PropertyGroup Label=
"Globals">
41 <ProjectGuid>{F47A26F0-
2D57-
4A1F-
86CF-
6E3F82D3E877}
</ProjectGuid>
42 <ProjectName>sdasrab
</ProjectName>
44 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
45 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
46 <ConfigurationType>Application
</ConfigurationType>
47 <UseOfMfc>false
</UseOfMfc>
48 <UseDebugLibraries>true
</UseDebugLibraries>
49 <CharacterSet>MultiByte
</CharacterSet>
51 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
52 <ConfigurationType>Application
</ConfigurationType>
53 <UseOfMfc>false
</UseOfMfc>
54 <UseDebugLibraries>false
</UseDebugLibraries>
55 <WholeProgramOptimization>true
</WholeProgramOptimization>
56 <CharacterSet>MultiByte
</CharacterSet>
58 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
59 <ImportGroup Label=
"ExtensionSettings">
61 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
62 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
64 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
65 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
67 <PropertyGroup Label=
"UserMacros" />
68 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
69 <LinkIncremental>true
</LinkIncremental>
70 <OutDir>..\..\bin_vc\
</OutDir>
72 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
73 <LinkIncremental>true
</LinkIncremental>
74 <OutDir>..\..\bin_vc\
</OutDir>
76 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
78 <WarningLevel>Level3
</WarningLevel>
79 <Optimization>Disabled
</Optimization>
80 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_CONSOLE;INDEXLIB;MLH_MAP;SDK;_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
81 <AdditionalIncludeDirectories>.;../asxxsrc;../../support/util;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
82 <RuntimeLibrary>MultiThreadedDebug
</RuntimeLibrary>
85 <SubSystem>Console
</SubSystem>
86 <GenerateDebugInformation>true
</GenerateDebugInformation>
88 </ItemDefinitionGroup>
89 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
91 <WarningLevel>Level3
</WarningLevel>
92 <Optimization>MaxSpeed
</Optimization>
93 <FunctionLevelLinking>true
</FunctionLevelLinking>
94 <IntrinsicFunctions>true
</IntrinsicFunctions>
95 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_CONSOLE;INDEXLIB;MLH_MAP;SDK;NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
96 <AdditionalIncludeDirectories>.;../asxxsrc;../../support/util;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
97 <RuntimeLibrary>MultiThreaded
</RuntimeLibrary>
100 <SubSystem>Console
</SubSystem>
101 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
102 <OptimizeReferences>true
</OptimizeReferences>
104 </ItemDefinitionGroup>
105 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
106 <ImportGroup Label=
"ExtensionTargets">