Home | History | Annotate | Download | only in genbidi
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9.00"
      5 	Name="genbidi"
      6 	ProjectGUID="{DB312A49-12A9-4E07-9E96-451DC2D8FF62}"
      7 	TargetFrameworkVersion="131072"
      8 	>
      9 	<Platforms>
     10 		<Platform
     11 			Name="Win32"
     12 		/>
     13 		<Platform
     14 			Name="x64"
     15 		/>
     16 	</Platforms>
     17 	<ToolFiles>
     18 	</ToolFiles>
     19 	<Configurations>
     20 		<Configuration
     21 			Name="Release|Win32"
     22 			OutputDirectory=".\x86\Release"
     23 			IntermediateDirectory=".\x86\Release"
     24 			ConfigurationType="1"
     25 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
     26 			UseOfMFC="0"
     27 			ATLMinimizesCRunTimeLibraryUsage="false"
     28 			CharacterSet="2"
     29 			>
     30 			<Tool
     31 				Name="VCPreBuildEventTool"
     32 			/>
     33 			<Tool
     34 				Name="VCCustomBuildTool"
     35 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
     36 				Outputs="..\..\..\bin\$(TargetFileName)"
     37 			/>
     38 			<Tool
     39 				Name="VCXMLDataGeneratorTool"
     40 			/>
     41 			<Tool
     42 				Name="VCWebServiceProxyGeneratorTool"
     43 			/>
     44 			<Tool
     45 				Name="VCMIDLTool"
     46 				TypeLibraryName=".\x86\Release/genbidi.tlb"
     47 			/>
     48 			<Tool
     49 				Name="VCCLCompilerTool"
     50 				AdditionalIncludeDirectories="..\..\common;..\toolutil"
     51 				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
     52 				StringPooling="true"
     53 				RuntimeLibrary="2"
     54 				EnableFunctionLevelLinking="true"
     55 				DisableLanguageExtensions="true"
     56 				TreatWChar_tAsBuiltInType="true"
     57 				PrecompiledHeaderFile=".\x86\Release/genbidi.pch"
     58 				AssemblerListingLocation=".\x86\Release/"
     59 				ObjectFile=".\x86\Release/"
     60 				ProgramDataBaseFileName=".\x86\Release/"
     61 				WarningLevel="3"
     62 				SuppressStartupBanner="true"
     63 				CompileAs="0"
     64 			/>
     65 			<Tool
     66 				Name="VCManagedResourceCompilerTool"
     67 			/>
     68 			<Tool
     69 				Name="VCResourceCompilerTool"
     70 				PreprocessorDefinitions="NDEBUG"
     71 				Culture="1033"
     72 			/>
     73 			<Tool
     74 				Name="VCPreLinkEventTool"
     75 			/>
     76 			<Tool
     77 				Name="VCLinkerTool"
     78 				OutputFile=".\x86\Release/genbidi.exe"
     79 				LinkIncremental="1"
     80 				SuppressStartupBanner="true"
     81 				ProgramDatabaseFile=".\x86\Release/genbidi.pdb"
     82 				SubSystem="1"
     83 				RandomizedBaseAddress="1"
     84 				DataExecutionPrevention="0"
     85 			/>
     86 			<Tool
     87 				Name="VCALinkTool"
     88 			/>
     89 			<Tool
     90 				Name="VCManifestTool"
     91 			/>
     92 			<Tool
     93 				Name="VCXDCMakeTool"
     94 			/>
     95 			<Tool
     96 				Name="VCBscMakeTool"
     97 			/>
     98 			<Tool
     99 				Name="VCFxCopTool"
    100 			/>
    101 			<Tool
    102 				Name="VCAppVerifierTool"
    103 			/>
    104 			<Tool
    105 				Name="VCPostBuildEventTool"
    106 			/>
    107 		</Configuration>
    108 		<Configuration
    109 			Name="Debug|Win32"
    110 			OutputDirectory=".\x86\Debug"
    111 			IntermediateDirectory=".\x86\Debug"
    112 			ConfigurationType="1"
    113 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    114 			UseOfMFC="0"
    115 			ATLMinimizesCRunTimeLibraryUsage="false"
    116 			CharacterSet="2"
    117 			>
    118 			<Tool
    119 				Name="VCPreBuildEventTool"
    120 			/>
    121 			<Tool
    122 				Name="VCCustomBuildTool"
    123 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
    124 				Outputs="..\..\..\bin\$(TargetFileName)"
    125 			/>
    126 			<Tool
    127 				Name="VCXMLDataGeneratorTool"
    128 			/>
    129 			<Tool
    130 				Name="VCWebServiceProxyGeneratorTool"
    131 			/>
    132 			<Tool
    133 				Name="VCMIDLTool"
    134 				TypeLibraryName=".\x86\Debug/genbidi.tlb"
    135 			/>
    136 			<Tool
    137 				Name="VCCLCompilerTool"
    138 				Optimization="0"
    139 				AdditionalIncludeDirectories="..\..\common;..\toolutil"
    140 				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
    141 				BasicRuntimeChecks="3"
    142 				RuntimeLibrary="3"
    143 				BufferSecurityCheck="true"
    144 				DisableLanguageExtensions="true"
    145 				TreatWChar_tAsBuiltInType="true"
    146 				PrecompiledHeaderFile=".\x86\Debug/genbidi.pch"
    147 				AssemblerListingLocation=".\x86\Debug/"
    148 				ObjectFile=".\x86\Debug/"
    149 				ProgramDataBaseFileName=".\x86\Debug/"
    150 				BrowseInformation="1"
    151 				WarningLevel="3"
    152 				SuppressStartupBanner="true"
    153 				DebugInformationFormat="4"
    154 				CompileAs="0"
    155 			/>
    156 			<Tool
    157 				Name="VCManagedResourceCompilerTool"
    158 			/>
    159 			<Tool
    160 				Name="VCResourceCompilerTool"
    161 				PreprocessorDefinitions="_DEBUG"
    162 				Culture="1033"
    163 			/>
    164 			<Tool
    165 				Name="VCPreLinkEventTool"
    166 			/>
    167 			<Tool
    168 				Name="VCLinkerTool"
    169 				OutputFile=".\x86\Debug/genbidi.exe"
    170 				LinkIncremental="2"
    171 				SuppressStartupBanner="true"
    172 				GenerateDebugInformation="true"
    173 				ProgramDatabaseFile=".\x86\Debug/genbidi.pdb"
    174 				SubSystem="1"
    175 				RandomizedBaseAddress="1"
    176 				DataExecutionPrevention="0"
    177 			/>
    178 			<Tool
    179 				Name="VCALinkTool"
    180 			/>
    181 			<Tool
    182 				Name="VCManifestTool"
    183 				UseFAT32Workaround="true"
    184 			/>
    185 			<Tool
    186 				Name="VCXDCMakeTool"
    187 			/>
    188 			<Tool
    189 				Name="VCBscMakeTool"
    190 			/>
    191 			<Tool
    192 				Name="VCFxCopTool"
    193 			/>
    194 			<Tool
    195 				Name="VCAppVerifierTool"
    196 			/>
    197 			<Tool
    198 				Name="VCPostBuildEventTool"
    199 			/>
    200 		</Configuration>
    201 		<Configuration
    202 			Name="Release|x64"
    203 			OutputDirectory=".\x64\Release"
    204 			IntermediateDirectory=".\x64\Release"
    205 			ConfigurationType="1"
    206 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    207 			UseOfMFC="0"
    208 			ATLMinimizesCRunTimeLibraryUsage="false"
    209 			CharacterSet="2"
    210 			>
    211 			<Tool
    212 				Name="VCPreBuildEventTool"
    213 			/>
    214 			<Tool
    215 				Name="VCCustomBuildTool"
    216 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
    217 				Outputs="..\..\..\bin64\$(TargetFileName)"
    218 			/>
    219 			<Tool
    220 				Name="VCXMLDataGeneratorTool"
    221 			/>
    222 			<Tool
    223 				Name="VCWebServiceProxyGeneratorTool"
    224 			/>
    225 			<Tool
    226 				Name="VCMIDLTool"
    227 				TargetEnvironment="3"
    228 				TypeLibraryName=".\x64\Release/genbidi.tlb"
    229 			/>
    230 			<Tool
    231 				Name="VCCLCompilerTool"
    232 				AdditionalIncludeDirectories="..\..\common;..\toolutil"
    233 				PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
    234 				StringPooling="true"
    235 				RuntimeLibrary="2"
    236 				EnableFunctionLevelLinking="true"
    237 				DisableLanguageExtensions="true"
    238 				TreatWChar_tAsBuiltInType="true"
    239 				PrecompiledHeaderFile=".\x64\Release/genbidi.pch"
    240 				AssemblerListingLocation=".\x64\Release/"
    241 				ObjectFile=".\x64\Release/"
    242 				ProgramDataBaseFileName=".\x64\Release/"
    243 				WarningLevel="3"
    244 				SuppressStartupBanner="true"
    245 				CompileAs="0"
    246 			/>
    247 			<Tool
    248 				Name="VCManagedResourceCompilerTool"
    249 			/>
    250 			<Tool
    251 				Name="VCResourceCompilerTool"
    252 				PreprocessorDefinitions="NDEBUG"
    253 				Culture="1033"
    254 			/>
    255 			<Tool
    256 				Name="VCPreLinkEventTool"
    257 			/>
    258 			<Tool
    259 				Name="VCLinkerTool"
    260 				OutputFile=".\x64\Release/genbidi.exe"
    261 				LinkIncremental="1"
    262 				SuppressStartupBanner="true"
    263 				ProgramDatabaseFile=".\x64\Release/genbidi.pdb"
    264 				SubSystem="1"
    265 				TargetMachine="17"
    266 			/>
    267 			<Tool
    268 				Name="VCALinkTool"
    269 			/>
    270 			<Tool
    271 				Name="VCManifestTool"
    272 			/>
    273 			<Tool
    274 				Name="VCXDCMakeTool"
    275 			/>
    276 			<Tool
    277 				Name="VCBscMakeTool"
    278 			/>
    279 			<Tool
    280 				Name="VCFxCopTool"
    281 			/>
    282 			<Tool
    283 				Name="VCAppVerifierTool"
    284 			/>
    285 			<Tool
    286 				Name="VCWebDeploymentTool"
    287 			/>
    288 			<Tool
    289 				Name="VCPostBuildEventTool"
    290 			/>
    291 		</Configuration>
    292 		<Configuration
    293 			Name="Debug|x64"
    294 			OutputDirectory=".\x64\Debug"
    295 			IntermediateDirectory=".\x64\Debug"
    296 			ConfigurationType="1"
    297 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    298 			UseOfMFC="0"
    299 			ATLMinimizesCRunTimeLibraryUsage="false"
    300 			CharacterSet="2"
    301 			>
    302 			<Tool
    303 				Name="VCPreBuildEventTool"
    304 			/>
    305 			<Tool
    306 				Name="VCCustomBuildTool"
    307 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
    308 				Outputs="..\..\..\bin64\$(TargetFileName)"
    309 			/>
    310 			<Tool
    311 				Name="VCXMLDataGeneratorTool"
    312 			/>
    313 			<Tool
    314 				Name="VCWebServiceProxyGeneratorTool"
    315 			/>
    316 			<Tool
    317 				Name="VCMIDLTool"
    318 				TargetEnvironment="3"
    319 				TypeLibraryName=".\x64\Debug/genbidi.tlb"
    320 			/>
    321 			<Tool
    322 				Name="VCCLCompilerTool"
    323 				Optimization="0"
    324 				AdditionalIncludeDirectories="..\..\common;..\toolutil"
    325 				PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
    326 				BasicRuntimeChecks="3"
    327 				RuntimeLibrary="3"
    328 				BufferSecurityCheck="true"
    329 				DisableLanguageExtensions="true"
    330 				TreatWChar_tAsBuiltInType="true"
    331 				PrecompiledHeaderFile=".\x64\Debug/genbidi.pch"
    332 				AssemblerListingLocation=".\x64\Debug/"
    333 				ObjectFile=".\x64\Debug/"
    334 				ProgramDataBaseFileName=".\x64\Debug/"
    335 				BrowseInformation="1"
    336 				WarningLevel="3"
    337 				SuppressStartupBanner="true"
    338 				DebugInformationFormat="3"
    339 				CompileAs="0"
    340 			/>
    341 			<Tool
    342 				Name="VCManagedResourceCompilerTool"
    343 			/>
    344 			<Tool
    345 				Name="VCResourceCompilerTool"
    346 				PreprocessorDefinitions="_DEBUG"
    347 				Culture="1033"
    348 			/>
    349 			<Tool
    350 				Name="VCPreLinkEventTool"
    351 			/>
    352 			<Tool
    353 				Name="VCLinkerTool"
    354 				OutputFile=".\x64\Debug/genbidi.exe"
    355 				LinkIncremental="2"
    356 				SuppressStartupBanner="true"
    357 				GenerateDebugInformation="true"
    358 				ProgramDatabaseFile=".\x64\Debug/genbidi.pdb"
    359 				SubSystem="1"
    360 				TargetMachine="17"
    361 			/>
    362 			<Tool
    363 				Name="VCALinkTool"
    364 			/>
    365 			<Tool
    366 				Name="VCManifestTool"
    367 				UseFAT32Workaround="true"
    368 			/>
    369 			<Tool
    370 				Name="VCXDCMakeTool"
    371 			/>
    372 			<Tool
    373 				Name="VCBscMakeTool"
    374 			/>
    375 			<Tool
    376 				Name="VCFxCopTool"
    377 			/>
    378 			<Tool
    379 				Name="VCAppVerifierTool"
    380 			/>
    381 			<Tool
    382 				Name="VCWebDeploymentTool"
    383 			/>
    384 			<Tool
    385 				Name="VCPostBuildEventTool"
    386 			/>
    387 		</Configuration>
    388 	</Configurations>
    389 	<References>
    390 	</References>
    391 	<Files>
    392 		<Filter
    393 			Name="Source Files"
    394 			Filter="c;cpp;rc"
    395 			>
    396 			<File
    397 				RelativePath=".\genbidi.c"
    398 				>
    399 			</File>
    400 			<File
    401 				RelativePath=".\store.c"
    402 				>
    403 			</File>
    404 		</Filter>
    405 		<Filter
    406 			Name="Header Files"
    407 			Filter="h"
    408 			>
    409 			<File
    410 				RelativePath=".\genbidi.h"
    411 				>
    412 			</File>
    413 		</Filter>
    414 		<Filter
    415 			Name="Resource Files"
    416 			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
    417 			>
    418 		</Filter>
    419 	</Files>
    420 	<Globals>
    421 	</Globals>
    422 </VisualStudioProject>
    423