Fix a bug found by a user
[gh-bc.git] / vs / bc.vcxproj
blob377eb8645a719ce874f870db7c70841540d65c1d
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" 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 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <VCProjectVersion>16.0</VCProjectVersion>
23 <Keyword>Win32Proj</Keyword>
24 <ProjectGuid>{4450d61f-2535-4085-b1b1-f96acd23cc9f}</ProjectGuid>
25 <RootNamespace>bc</RootNamespace>
26 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30 <ConfigurationType>Application</ConfigurationType>
31 <UseDebugLibraries>true</UseDebugLibraries>
32 <PlatformToolset>v142</PlatformToolset>
33 <CharacterSet>Unicode</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseDebugLibraries>false</UseDebugLibraries>
38 <PlatformToolset>v142</PlatformToolset>
39 <WholeProgramOptimization>true</WholeProgramOptimization>
40 <CharacterSet>Unicode</CharacterSet>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseDebugLibraries>true</UseDebugLibraries>
45 <PlatformToolset>v142</PlatformToolset>
46 <CharacterSet>Unicode</CharacterSet>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <UseDebugLibraries>false</UseDebugLibraries>
51 <PlatformToolset>v142</PlatformToolset>
52 <WholeProgramOptimization>true</WholeProgramOptimization>
53 <CharacterSet>Unicode</CharacterSet>
54 </PropertyGroup>
55 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56 <ImportGroup Label="ExtensionSettings">
57 </ImportGroup>
58 <ImportGroup Label="Shared">
59 </ImportGroup>
60 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 </ImportGroup>
63 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 </ImportGroup>
66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 </ImportGroup>
69 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71 </ImportGroup>
72 <PropertyGroup Label="UserMacros" />
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <LinkIncremental>true</LinkIncremental>
75 <CustomBuildBeforeTargets>ClCompile</CustomBuildBeforeTargets>
76 <GenerateManifest>false</GenerateManifest>
77 <OutDir>bin\$(Platform)\$(Configuration)\</OutDir>
78 <IntDir>bin\$(Platform)\$(Configuration)\</IntDir>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81 <LinkIncremental>false</LinkIncremental>
82 <CustomBuildBeforeTargets>ClCompile</CustomBuildBeforeTargets>
83 <GenerateManifest>false</GenerateManifest>
84 <OutDir>bin\$(Platform)\$(Configuration)\</OutDir>
85 <IntDir>bin\$(Platform)\$(Configuration)\</IntDir>
86 </PropertyGroup>
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
88 <LinkIncremental>true</LinkIncremental>
89 <CustomBuildBeforeTargets>ClCompile</CustomBuildBeforeTargets>
90 <GenerateManifest>false</GenerateManifest>
91 <OutDir>bin\$(Platform)\$(Configuration)\</OutDir>
92 <IntDir>bin\$(Platform)\$(Configuration)\</IntDir>
93 </PropertyGroup>
94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
95 <LinkIncremental>false</LinkIncremental>
96 <CustomBuildBeforeTargets>ClCompile</CustomBuildBeforeTargets>
97 <GenerateManifest>false</GenerateManifest>
98 <OutDir>bin\$(Platform)\$(Configuration)\</OutDir>
99 <IntDir>bin\$(Platform)\$(Configuration)\</IntDir>
100 </PropertyGroup>
101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
102 <ClCompile>
103 <AdditionalOptions>/std:c17 /MP $(AdditionalOptions)</AdditionalOptions>
104 <WarningLevel>Level3</WarningLevel>
105 <SDLCheck>true</SDLCheck>
106 <PreprocessorDefinitions>BC_ENABLED=1;DC_ENABLED=1;BC_ENABLE_EXTRA_MATH=1;BC_ENABLE_HISTORY=1;BC_ENABLE_NLS=0;BC_DEBUG_CODE=0;BC_ENABLE_LIBRARY=0;BC_ENABLE_EDITLINE=0;BC_ENABLE_READLINE=0;BUILD_TYPE=N;BC_DEFAULT_BANNER=1;BC_DEFAULT_SIGINT_RESET=0;DC_DEFAULT_SIGINT_RESET=0;BC_DEFAULT_TTY_MODE=1;DC_DEFAULT_TTY_MODE=1;BC_DEFAULT_PROMPT=1;DC_DEFAULT_PROMPT=1;BC_DEFAULT_EXPR_EXIT=1;DC_DEFAULT_EXPR_EXIT=1;BC_DEFAULT_DIGIT_CLAMP=1;DC_DEFAULT_DIGIT_CLAMP=1;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107 <AdditionalIncludeDirectories>..\include</AdditionalIncludeDirectories>
108 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
109 <ConformanceMode>true</ConformanceMode>
110 </ClCompile>
111 <Link>
112 <SubSystem>Console</SubSystem>
113 <GenerateDebugInformation>true</GenerateDebugInformation>
114 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
115 </Link>
116 <PostBuildEvent>
117 <Command>copy /b /y $(OutDir)bc.exe $(OutDir)dc.exe</Command>
118 </PostBuildEvent>
119 <PreBuildEvent />
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122 <ClCompile>
123 <AdditionalOptions>/std:c17 /MP $(AdditionalOptions)</AdditionalOptions>
124 <WarningLevel>Level3</WarningLevel>
125 <FunctionLevelLinking>true</FunctionLevelLinking>
126 <IntrinsicFunctions>true</IntrinsicFunctions>
127 <SDLCheck>true</SDLCheck>
128 <PreprocessorDefinitions>BC_ENABLED=1;DC_ENABLED=1;BC_ENABLE_EXTRA_MATH=1;BC_ENABLE_HISTORY=1;BC_ENABLE_NLS=0;BC_DEBUG_CODE=0;BC_ENABLE_LIBRARY=0;BC_ENABLE_EDITLINE=0;BC_ENABLE_READLINE=0;BUILD_TYPE=N;BC_DEFAULT_BANNER=1;BC_DEFAULT_SIGINT_RESET=0;DC_DEFAULT_SIGINT_RESET=0;BC_DEFAULT_TTY_MODE=1;DC_DEFAULT_TTY_MODE=1;BC_DEFAULT_PROMPT=1;DC_DEFAULT_PROMPT=1;BC_DEFAULT_EXPR_EXIT=1;DC_DEFAULT_EXPR_EXIT=1;BC_DEFAULT_DIGIT_CLAMP=1;DC_DEFAULT_DIGIT_CLAMP=1;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129 <AdditionalIncludeDirectories>..\include</AdditionalIncludeDirectories>
130 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
131 <ConformanceMode>true</ConformanceMode>
132 </ClCompile>
133 <Link>
134 <SubSystem>Console</SubSystem>
135 <EnableCOMDATFolding>true</EnableCOMDATFolding>
136 <OptimizeReferences>true</OptimizeReferences>
137 <GenerateDebugInformation>false</GenerateDebugInformation>
138 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
139 </Link>
140 <PostBuildEvent>
141 <Command>copy /b /y $(OutDir)bc.exe $(OutDir)dc.exe</Command>
142 </PostBuildEvent>
143 <PreBuildEvent />
144 </ItemDefinitionGroup>
145 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
146 <ClCompile>
147 <AdditionalOptions>/std:c17 /MP $(AdditionalOptions)</AdditionalOptions>
148 <WarningLevel>Level3</WarningLevel>
149 <SDLCheck>true</SDLCheck>
150 <PreprocessorDefinitions>BC_ENABLED=1;DC_ENABLED=1;BC_ENABLE_EXTRA_MATH=1;BC_ENABLE_HISTORY=1;BC_ENABLE_NLS=0;BC_DEBUG_CODE=0;BC_ENABLE_LIBRARY=0;BC_ENABLE_EDITLINE=0;BC_ENABLE_READLINE=0;BUILD_TYPE=N;BC_DEFAULT_BANNER=1;BC_DEFAULT_SIGINT_RESET=0;DC_DEFAULT_SIGINT_RESET=0;BC_DEFAULT_TTY_MODE=1;DC_DEFAULT_TTY_MODE=1;BC_DEFAULT_PROMPT=1;DC_DEFAULT_PROMPT=1;BC_DEFAULT_EXPR_EXIT=1;DC_DEFAULT_EXPR_EXIT=1;BC_DEFAULT_DIGIT_CLAMP=1;DC_DEFAULT_DIGIT_CLAMP=1;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151 <AdditionalIncludeDirectories>..\include</AdditionalIncludeDirectories>
152 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
153 <ConformanceMode>true</ConformanceMode>
154 </ClCompile>
155 <Link>
156 <SubSystem>Console</SubSystem>
157 <GenerateDebugInformation>true</GenerateDebugInformation>
158 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
159 </Link>
160 <PostBuildEvent>
161 <Command>copy /b /y $(OutDir)bc.exe $(OutDir)dc.exe</Command>
162 </PostBuildEvent>
163 <PreBuildEvent />
164 </ItemDefinitionGroup>
165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
166 <ClCompile>
167 <AdditionalOptions>/std:c17 /MP $(AdditionalOptions)</AdditionalOptions>
168 <WarningLevel>Level3</WarningLevel>
169 <IntrinsicFunctions>true</IntrinsicFunctions>
170 <SDLCheck>true</SDLCheck>
171 <PreprocessorDefinitions>BC_ENABLED=1;DC_ENABLED=1;BC_ENABLE_EXTRA_MATH=1;BC_ENABLE_HISTORY=1;BC_ENABLE_NLS=0;BC_DEBUG_CODE=0;BC_ENABLE_LIBRARY=0;BC_ENABLE_EDITLINE=0;BC_ENABLE_READLINE=0;BUILD_TYPE=N;BC_DEFAULT_BANNER=1;BC_DEFAULT_SIGINT_RESET=0;DC_DEFAULT_SIGINT_RESET=0;BC_DEFAULT_TTY_MODE=1;DC_DEFAULT_TTY_MODE=1;BC_DEFAULT_PROMPT=1;DC_DEFAULT_PROMPT=1;BC_DEFAULT_EXPR_EXIT=1;DC_DEFAULT_EXPR_EXIT=1;BC_DEFAULT_DIGIT_CLAMP=1;DC_DEFAULT_DIGIT_CLAMP=1;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172 <AdditionalIncludeDirectories>..\include</AdditionalIncludeDirectories>
173 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
174 <FunctionLevelLinking>true</FunctionLevelLinking>
175 <ConformanceMode>true</ConformanceMode>
176 </ClCompile>
177 <Link>
178 <SubSystem>Console</SubSystem>
179 <EnableCOMDATFolding>true</EnableCOMDATFolding>
180 <OptimizeReferences>true</OptimizeReferences>
181 <GenerateDebugInformation>false</GenerateDebugInformation>
182 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
183 </Link>
184 <PostBuildEvent>
185 <Command>copy /b /y $(OutDir)bc.exe $(OutDir)dc.exe</Command>
186 </PostBuildEvent>
187 <PreBuildEvent />
188 </ItemDefinitionGroup>
189 <ItemGroup>
190 <ClInclude Include="..\include\args.h" />
191 <ClInclude Include="..\include\bc.h" />
192 <ClInclude Include="..\include\bcl.h" />
193 <ClInclude Include="..\include\dc.h" />
194 <ClInclude Include="..\include\file.h" />
195 <ClInclude Include="..\include\history.h" />
196 <ClInclude Include="..\include\lang.h" />
197 <ClInclude Include="..\include\lex.h" />
198 <ClInclude Include="..\include\library.h" />
199 <ClInclude Include="..\include\num.h" />
200 <ClInclude Include="..\include\opt.h" />
201 <ClInclude Include="..\include\parse.h" />
202 <ClInclude Include="..\include\program.h" />
203 <ClInclude Include="..\include\rand.h" />
204 <ClInclude Include="..\include\read.h" />
205 <ClInclude Include="..\include\status.h" />
206 <ClInclude Include="..\include\vector.h" />
207 <ClInclude Include="..\include\version.h" />
208 <ClInclude Include="..\include\vm.h" />
209 </ItemGroup>
210 <ItemGroup>
211 <CustomBuild Include="..\gen\strgen.c">
212 <FileType>CppCode</FileType>
213 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cl.exe /I..\include /DBC_ENABLE_LIBRARY=0 /Fo:$(OutDir)strgen.obj /Fe:$(OutDir)strgen.exe %(Identity)</Command>
214 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)strgen.exe</Outputs>
215 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">cl.exe /I..\include /DBC_ENABLE_LIBRARY=0 /Fo:$(OutDir)strgen.obj /Fe:$(OutDir)strgen.exe %(Identity)</Command>
216 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)strgen.exe</Outputs>
217 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">cl.exe /I..\include /DBC_ENABLE_LIBRARY=0 /Fo:$(OutDir)strgen.obj /Fe:$(OutDir)strgen.exe %(Identity)</Command>
218 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)strgen.exe</Outputs>
219 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">cl.exe /I..\include /DBC_ENABLE_LIBRARY=0 /Fo:$(OutDir)strgen.obj /Fe:$(OutDir)strgen.exe %(Identity)</Command>
220 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)strgen.exe</Outputs>
221 </CustomBuild>
222 <ClCompile Include="src2\bc_help.c" />
223 <ClCompile Include="src2\dc_help.c" />
224 <ClCompile Include="src2\lib.c" />
225 <ClCompile Include="src2\lib2.c" />
226 <ClCompile Include="..\src\args.c" />
227 <ClCompile Include="..\src\bc.c" />
228 <ClCompile Include="..\src\bc_lex.c" />
229 <ClCompile Include="..\src\bc_parse.c" />
230 <ClCompile Include="..\src\data.c" />
231 <ClCompile Include="..\src\dc.c" />
232 <ClCompile Include="..\src\dc_lex.c" />
233 <ClCompile Include="..\src\dc_parse.c" />
234 <ClCompile Include="..\src\file.c" />
235 <ClCompile Include="..\src\history.c" />
236 <ClCompile Include="..\src\lang.c" />
237 <ClCompile Include="..\src\lex.c" />
238 <ClCompile Include="..\src\library.c" />
239 <ClCompile Include="..\src\main.c" />
240 <ClCompile Include="..\src\num.c" />
241 <ClCompile Include="..\src\opt.c" />
242 <ClCompile Include="..\src\parse.c" />
243 <ClCompile Include="..\src\program.c" />
244 <ClCompile Include="..\src\rand.c" />
245 <ClCompile Include="..\src\read.c" />
246 <ClCompile Include="..\src\vector.c" />
247 <ClCompile Include="..\src\vm.c" />
248 </ItemGroup>
249 <ItemGroup>
250 <CustomBuild Include="..\gen\lib.bc">
251 <FileType>Document</FileType>
252 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)strgen.exe %(Identity) src2\lib.c 0 bc_lib bc_lib_name BC_ENABLED 1</Command>
253 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">src2\lib.c</Outputs>
254 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)strgen.exe %(Identity) src2\lib.c 0 bc_lib bc_lib_name BC_ENABLED 1</Command>
255 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">src2\lib.c</Outputs>
256 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)strgen.exe %(Identity) src2\lib.c 0 bc_lib bc_lib_name BC_ENABLED 1</Command>
257 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">src2\lib.c</Outputs>
258 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)strgen.exe %(Identity) src2\lib.c 0 bc_lib bc_lib_name BC_ENABLED 1</Command>
259 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">src2\lib.c</Outputs>
260 </CustomBuild>
261 </ItemGroup>
262 <ItemGroup>
263 <CustomBuild Include="..\gen\lib2.bc">
264 <FileType>Document</FileType>
265 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)strgen.exe %(Identity) src2\lib2.c 0 bc_lib2 bc_lib2_name BC_ENABLED 1</Command>
266 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">src2\lib2.c</Outputs>
267 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)strgen.exe %(Identity) src2\lib2.c 0 bc_lib2 bc_lib2_name BC_ENABLED 1</Command>
268 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">src2\lib2.c</Outputs>
269 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)strgen.exe %(Identity) src2\lib2.c 0 bc_lib2 bc_lib2_name BC_ENABLED 1</Command>
270 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">src2\lib2.c</Outputs>
271 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)strgen.exe %(Identity) src2\lib2.c 0 bc_lib2 bc_lib2_name BC_ENABLED 1</Command>
272 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">src2\lib2.c</Outputs>
273 </CustomBuild>
274 </ItemGroup>
275 <ItemGroup>
276 <CustomBuild Include="..\gen\dc_help.txt">
277 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)strgen.exe %(Identity) src2\dc_help.c 0 dc_help "" DC_ENABLED</Command>
278 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">src2\dc_help.c</Outputs>
279 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)strgen.exe %(Identity) src2\dc_help.c 0 dc_help "" DC_ENABLED</Command>
280 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">src2\dc_help.c</Outputs>
281 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)strgen.exe %(Identity) src2\dc_help.c 0 dc_help "" DC_ENABLED</Command>
282 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">src2\dc_help.c</Outputs>
283 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)strgen.exe %(Identity) src2\dc_help.c 0 dc_help "" DC_ENABLED</Command>
284 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">src2\dc_help.c</Outputs>
285 </CustomBuild>
286 </ItemGroup>
287 <ItemGroup>
288 <CustomBuild Include="..\gen\bc_help.txt">
289 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)strgen.exe %(Identity) src2\bc_help.c 0 bc_help "" BC_ENABLED</Command>
290 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">src2\bc_help.c</Outputs>
291 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)strgen.exe %(Identity) src2\bc_help.c 0 bc_help "" BC_ENABLED</Command>
292 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">src2\bc_help.c</Outputs>
293 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)strgen.exe %(Identity) src2\bc_help.c 0 bc_help "" BC_ENABLED</Command>
294 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">src2\bc_help.c</Outputs>
295 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)strgen.exe %(Identity) src2\bc_help.c 0 bc_help "" BC_ENABLED</Command>
296 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">src2\bc_help.c</Outputs>
297 </CustomBuild>
298 </ItemGroup>
299 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
300 <ImportGroup Label="ExtensionTargets">
301 </ImportGroup>
302 </Project>