struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / sdas / asrab / asrab.vcxproj
blob76d898dabe361c16ae1e19a9640e7f4da42ecc6e
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>
12 </ItemGroup>
13 <ItemGroup>
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" />
31 </ItemGroup>
32 <ItemGroup>
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" />
39 </ItemGroup>
40 <PropertyGroup Label="Globals">
41 <ProjectGuid>{F47A26F0-2D57-4A1F-86CF-6E3F82D3E877}</ProjectGuid>
42 <ProjectName>sdasrab</ProjectName>
43 </PropertyGroup>
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>
50 </PropertyGroup>
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>
57 </PropertyGroup>
58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59 <ImportGroup Label="ExtensionSettings">
60 </ImportGroup>
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" />
63 </ImportGroup>
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" />
66 </ImportGroup>
67 <PropertyGroup Label="UserMacros" />
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
69 <LinkIncremental>true</LinkIncremental>
70 <OutDir>..\..\bin_vc\</OutDir>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73 <LinkIncremental>true</LinkIncremental>
74 <OutDir>..\..\bin_vc\</OutDir>
75 </PropertyGroup>
76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <ClCompile>
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>
83 </ClCompile>
84 <Link>
85 <SubSystem>Console</SubSystem>
86 <GenerateDebugInformation>true</GenerateDebugInformation>
87 </Link>
88 </ItemDefinitionGroup>
89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
90 <ClCompile>
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>
98 </ClCompile>
99 <Link>
100 <SubSystem>Console</SubSystem>
101 <EnableCOMDATFolding>true</EnableCOMDATFolding>
102 <OptimizeReferences>true</OptimizeReferences>
103 </Link>
104 </ItemDefinitionGroup>
105 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
106 <ImportGroup Label="ExtensionTargets">
107 </ImportGroup>
108 </Project>