struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / sdas / asgb / asgb.vcxproj
blobb0a121e7df5a12503c4d7f6c95466d41a8ecf440
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 <PropertyGroup Label="Globals">
14 <ProjectGuid>{37192EEF-C964-4598-A8BD-4395DF7EF5BF}</ProjectGuid>
15 <ProjectName>sdasgb</ProjectName>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <UseOfMfc>false</UseOfMfc>
21 <CharacterSet>MultiByte</CharacterSet>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24 <ConfigurationType>Application</ConfigurationType>
25 <UseOfMfc>false</UseOfMfc>
26 <CharacterSet>MultiByte</CharacterSet>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29 <ImportGroup Label="ExtensionSettings">
30 </ImportGroup>
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 <Import Project="..\..\SDCC.props" />
34 </ImportGroup>
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="..\..\SDCC.props" />
38 </ImportGroup>
39 <PropertyGroup Label="UserMacros" />
40 <PropertyGroup>
41 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\bin_vc\</OutDir>
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
45 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\bin_vc\</OutDir>
46 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
47 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental>
48 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)</TargetName>
49 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)</TargetName>
50 </PropertyGroup>
51 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52 <Midl>
53 <TypeLibraryName>.\Debug/asgb.tlb</TypeLibraryName>
54 <HeaderFileName>
55 </HeaderFileName>
56 </Midl>
57 <ClCompile>
58 <Optimization>Disabled</Optimization>
59 <AdditionalIncludeDirectories>.;../asxxsrc;../../support/util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
60 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_CONSOLE;INDEXLIB;MLH_MAP;SDK;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61 <MinimalRebuild>true</MinimalRebuild>
62 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
63 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
64 <PrecompiledHeaderOutputFile>.\Debug/asgb.pch</PrecompiledHeaderOutputFile>
65 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
66 <ObjectFileName>.\Debug/</ObjectFileName>
67 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
68 <BrowseInformation>true</BrowseInformation>
69 <WarningLevel>Level3</WarningLevel>
70 <SuppressStartupBanner>true</SuppressStartupBanner>
71 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
72 </ClCompile>
73 <ResourceCompile>
74 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75 <Culture>0x0409</Culture>
76 </ResourceCompile>
77 <Link>
78 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
79 <OutputFile>..\..\bin_vc\$(TargetFileName)</OutputFile>
80 <SuppressStartupBanner>true</SuppressStartupBanner>
81 <GenerateDebugInformation>true</GenerateDebugInformation>
82 <ProgramDatabaseFile>.\Debug/sdasgb.pdb</ProgramDatabaseFile>
83 <SubSystem>Console</SubSystem>
84 <RandomizedBaseAddress>false</RandomizedBaseAddress>
85 <DataExecutionPrevention>
86 </DataExecutionPrevention>
87 <TargetMachine>MachineX86</TargetMachine>
88 </Link>
89 <Bscmake>
90 <SuppressStartupBanner>true</SuppressStartupBanner>
91 <OutputFile>.\Debug/asgb.bsc</OutputFile>
92 </Bscmake>
93 </ItemDefinitionGroup>
94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
95 <Midl>
96 <TypeLibraryName>.\Release/asgb.tlb</TypeLibraryName>
97 <HeaderFileName>
98 </HeaderFileName>
99 </Midl>
100 <ClCompile>
101 <Optimization>MaxSpeed</Optimization>
102 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
103 <AdditionalIncludeDirectories>.;../asxxsrc;../../support/util;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
104 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_CONSOLE;INDEXLIB;MLH_MAP;SDK;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 <StringPooling>true</StringPooling>
106 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
107 <FunctionLevelLinking>true</FunctionLevelLinking>
108 <PrecompiledHeaderOutputFile>.\Release/asgb.pch</PrecompiledHeaderOutputFile>
109 <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
110 <ObjectFileName>.\Release/</ObjectFileName>
111 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
112 <WarningLevel>Level3</WarningLevel>
113 <SuppressStartupBanner>true</SuppressStartupBanner>
114 </ClCompile>
115 <ResourceCompile>
116 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117 <Culture>0x0409</Culture>
118 </ResourceCompile>
119 <Link>
120 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
121 <OutputFile>..\..\bin_vc\$(TargetFileName)</OutputFile>
122 <SuppressStartupBanner>true</SuppressStartupBanner>
123 <ProgramDatabaseFile>.\Release/sdasgb.pdb</ProgramDatabaseFile>
124 <SubSystem>Console</SubSystem>
125 <RandomizedBaseAddress>false</RandomizedBaseAddress>
126 <DataExecutionPrevention>
127 </DataExecutionPrevention>
128 <TargetMachine>MachineX86</TargetMachine>
129 </Link>
130 <Bscmake>
131 <SuppressStartupBanner>true</SuppressStartupBanner>
132 <OutputFile>.\Release/asgb.bsc</OutputFile>
133 </Bscmake>
134 </ItemDefinitionGroup>
135 <ItemGroup>
136 <ClCompile Include="..\asxxsrc\asdata.c" />
137 <ClCompile Include="..\asxxsrc\asdbg.c" />
138 <ClCompile Include="..\asxxsrc\asexpr.c" />
139 <ClCompile Include="..\asxxsrc\aslex.c" />
140 <ClCompile Include="..\asxxsrc\aslist.c" />
141 <ClCompile Include="..\asxxsrc\asmain.c" />
142 <ClCompile Include="..\asxxsrc\asmcro.c" />
143 <ClCompile Include="..\asxxsrc\asout.c" />
144 <ClCompile Include="..\asxxsrc\assubr.c" />
145 <ClCompile Include="..\asxxsrc\assym.c" />
146 <ClCompile Include="..\..\support\util\dbuf.c" />
147 <ClCompile Include="..\..\support\util\dbuf_string.c" />
148 <ClCompile Include="gbadr.c" />
149 <ClCompile Include="gbmch.c" />
150 <ClCompile Include="gbpst.c" />
151 <ClCompile Include="..\asxxsrc\sdas.c" />
152 <ClCompile Include="..\asxxsrc\strcmpi.c" />
153 </ItemGroup>
154 <ItemGroup>
155 <ClInclude Include="..\asxxsrc\asxxxx.h" />
156 <ClInclude Include="..\..\support\util\dbuf.h" />
157 <ClInclude Include="..\..\support\util\dbuf_string.h" />
158 <ClInclude Include="gb.h" />
159 <ClInclude Include="..\asxxsrc\sdas.h" />
160 <ClInclude Include="..\..\sdcc_vc.h" />
161 </ItemGroup>
162 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
163 <ImportGroup Label="ExtensionTargets">
164 </ImportGroup>
165 </Project>