Home | History | Annotate | Download | only in genrb
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9.00"
      5 	Name="genrb"
      6 	ProjectGUID="{97521D06-EC47-45D4-8BD0-9E16B3F93B2A}"
      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/genrb.tlb"
     47 			/>
     48 			<Tool
     49 				Name="VCCLCompilerTool"
     50 				AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil;..\..\i18n"
     51 				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
     52 				StringPooling="true"
     53 				RuntimeLibrary="2"
     54 				DisableLanguageExtensions="true"
     55 				TreatWChar_tAsBuiltInType="true"
     56 				PrecompiledHeaderFile=".\x86\Release/genrb.pch"
     57 				AssemblerListingLocation=".\x86\Release/"
     58 				ObjectFile=".\x86\Release/"
     59 				ProgramDataBaseFileName=".\x86\Release/"
     60 				WarningLevel="3"
     61 				SuppressStartupBanner="true"
     62 				CompileAs="0"
     63 			/>
     64 			<Tool
     65 				Name="VCManagedResourceCompilerTool"
     66 			/>
     67 			<Tool
     68 				Name="VCResourceCompilerTool"
     69 				PreprocessorDefinitions="NDEBUG"
     70 				Culture="1033"
     71 			/>
     72 			<Tool
     73 				Name="VCPreLinkEventTool"
     74 			/>
     75 			<Tool
     76 				Name="VCLinkerTool"
     77 				OutputFile=".\x86\Release/genrb.exe"
     78 				LinkIncremental="1"
     79 				SuppressStartupBanner="true"
     80 				ProgramDatabaseFile=".\x86\Release/genrb.pdb"
     81 				SubSystem="1"
     82 				RandomizedBaseAddress="1"
     83 				DataExecutionPrevention="0"
     84 			/>
     85 			<Tool
     86 				Name="VCALinkTool"
     87 			/>
     88 			<Tool
     89 				Name="VCManifestTool"
     90 			/>
     91 			<Tool
     92 				Name="VCXDCMakeTool"
     93 			/>
     94 			<Tool
     95 				Name="VCBscMakeTool"
     96 			/>
     97 			<Tool
     98 				Name="VCFxCopTool"
     99 			/>
    100 			<Tool
    101 				Name="VCAppVerifierTool"
    102 			/>
    103 			<Tool
    104 				Name="VCPostBuildEventTool"
    105 			/>
    106 		</Configuration>
    107 		<Configuration
    108 			Name="Debug|Win32"
    109 			OutputDirectory=".\x86\Debug"
    110 			IntermediateDirectory=".\x86\Debug"
    111 			ConfigurationType="1"
    112 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    113 			UseOfMFC="0"
    114 			ATLMinimizesCRunTimeLibraryUsage="false"
    115 			CharacterSet="2"
    116 			>
    117 			<Tool
    118 				Name="VCPreBuildEventTool"
    119 			/>
    120 			<Tool
    121 				Name="VCCustomBuildTool"
    122 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
    123 				Outputs="..\..\..\bin\$(TargetFileName)"
    124 			/>
    125 			<Tool
    126 				Name="VCXMLDataGeneratorTool"
    127 			/>
    128 			<Tool
    129 				Name="VCWebServiceProxyGeneratorTool"
    130 			/>
    131 			<Tool
    132 				Name="VCMIDLTool"
    133 				TypeLibraryName=".\x86\Debug/genrb.tlb"
    134 			/>
    135 			<Tool
    136 				Name="VCCLCompilerTool"
    137 				Optimization="0"
    138 				AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil;..\..\i18n"
    139 				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
    140 				BasicRuntimeChecks="3"
    141 				RuntimeLibrary="3"
    142 				BufferSecurityCheck="true"
    143 				DisableLanguageExtensions="true"
    144 				TreatWChar_tAsBuiltInType="true"
    145 				PrecompiledHeaderFile=".\x86\Debug/genrb.pch"
    146 				AssemblerListingLocation=".\x86\Debug/"
    147 				ObjectFile=".\x86\Debug/"
    148 				ProgramDataBaseFileName=".\x86\Debug/"
    149 				BrowseInformation="1"
    150 				WarningLevel="3"
    151 				SuppressStartupBanner="true"
    152 				DebugInformationFormat="4"
    153 				CompileAs="0"
    154 			/>
    155 			<Tool
    156 				Name="VCManagedResourceCompilerTool"
    157 			/>
    158 			<Tool
    159 				Name="VCResourceCompilerTool"
    160 				PreprocessorDefinitions="_DEBUG"
    161 				Culture="1033"
    162 			/>
    163 			<Tool
    164 				Name="VCPreLinkEventTool"
    165 			/>
    166 			<Tool
    167 				Name="VCLinkerTool"
    168 				OutputFile=".\x86\Debug/genrb.exe"
    169 				LinkIncremental="2"
    170 				SuppressStartupBanner="true"
    171 				GenerateDebugInformation="true"
    172 				ProgramDatabaseFile=".\x86\Debug/genrb.pdb"
    173 				SubSystem="1"
    174 				RandomizedBaseAddress="1"
    175 				DataExecutionPrevention="0"
    176 			/>
    177 			<Tool
    178 				Name="VCALinkTool"
    179 			/>
    180 			<Tool
    181 				Name="VCManifestTool"
    182 				UseFAT32Workaround="true"
    183 			/>
    184 			<Tool
    185 				Name="VCXDCMakeTool"
    186 			/>
    187 			<Tool
    188 				Name="VCBscMakeTool"
    189 			/>
    190 			<Tool
    191 				Name="VCFxCopTool"
    192 			/>
    193 			<Tool
    194 				Name="VCAppVerifierTool"
    195 			/>
    196 			<Tool
    197 				Name="VCPostBuildEventTool"
    198 			/>
    199 		</Configuration>
    200 		<Configuration
    201 			Name="Release|x64"
    202 			OutputDirectory=".\x64\Release"
    203 			IntermediateDirectory=".\x64\Release"
    204 			ConfigurationType="1"
    205 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    206 			UseOfMFC="0"
    207 			ATLMinimizesCRunTimeLibraryUsage="false"
    208 			CharacterSet="2"
    209 			>
    210 			<Tool
    211 				Name="VCPreBuildEventTool"
    212 			/>
    213 			<Tool
    214 				Name="VCCustomBuildTool"
    215 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
    216 				Outputs="..\..\..\bin64\$(TargetFileName)"
    217 			/>
    218 			<Tool
    219 				Name="VCXMLDataGeneratorTool"
    220 			/>
    221 			<Tool
    222 				Name="VCWebServiceProxyGeneratorTool"
    223 			/>
    224 			<Tool
    225 				Name="VCMIDLTool"
    226 				TargetEnvironment="3"
    227 				TypeLibraryName=".\x64\Release/genrb.tlb"
    228 			/>
    229 			<Tool
    230 				Name="VCCLCompilerTool"
    231 				AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil;..\..\i18n"
    232 				PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
    233 				StringPooling="true"
    234 				RuntimeLibrary="2"
    235 				DisableLanguageExtensions="true"
    236 				TreatWChar_tAsBuiltInType="true"
    237 				PrecompiledHeaderFile=".\x64\Release/genrb.pch"
    238 				AssemblerListingLocation=".\x64\Release/"
    239 				ObjectFile=".\x64\Release/"
    240 				ProgramDataBaseFileName=".\x64\Release/"
    241 				WarningLevel="3"
    242 				SuppressStartupBanner="true"
    243 				CompileAs="0"
    244 			/>
    245 			<Tool
    246 				Name="VCManagedResourceCompilerTool"
    247 			/>
    248 			<Tool
    249 				Name="VCResourceCompilerTool"
    250 				PreprocessorDefinitions="NDEBUG"
    251 				Culture="1033"
    252 			/>
    253 			<Tool
    254 				Name="VCPreLinkEventTool"
    255 			/>
    256 			<Tool
    257 				Name="VCLinkerTool"
    258 				OutputFile=".\x64\Release/genrb.exe"
    259 				LinkIncremental="1"
    260 				SuppressStartupBanner="true"
    261 				ProgramDatabaseFile=".\x64\Release/genrb.pdb"
    262 				SubSystem="1"
    263 				TargetMachine="17"
    264 			/>
    265 			<Tool
    266 				Name="VCALinkTool"
    267 			/>
    268 			<Tool
    269 				Name="VCManifestTool"
    270 			/>
    271 			<Tool
    272 				Name="VCXDCMakeTool"
    273 			/>
    274 			<Tool
    275 				Name="VCBscMakeTool"
    276 			/>
    277 			<Tool
    278 				Name="VCFxCopTool"
    279 			/>
    280 			<Tool
    281 				Name="VCAppVerifierTool"
    282 			/>
    283 			<Tool
    284 				Name="VCWebDeploymentTool"
    285 			/>
    286 			<Tool
    287 				Name="VCPostBuildEventTool"
    288 			/>
    289 		</Configuration>
    290 		<Configuration
    291 			Name="Debug|x64"
    292 			OutputDirectory=".\x64\Debug"
    293 			IntermediateDirectory=".\x64\Debug"
    294 			ConfigurationType="1"
    295 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    296 			UseOfMFC="0"
    297 			ATLMinimizesCRunTimeLibraryUsage="false"
    298 			CharacterSet="2"
    299 			>
    300 			<Tool
    301 				Name="VCPreBuildEventTool"
    302 			/>
    303 			<Tool
    304 				Name="VCCustomBuildTool"
    305 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
    306 				Outputs="..\..\..\bin64\$(TargetFileName)"
    307 			/>
    308 			<Tool
    309 				Name="VCXMLDataGeneratorTool"
    310 			/>
    311 			<Tool
    312 				Name="VCWebServiceProxyGeneratorTool"
    313 			/>
    314 			<Tool
    315 				Name="VCMIDLTool"
    316 				TargetEnvironment="3"
    317 				TypeLibraryName=".\x64\Debug/genrb.tlb"
    318 			/>
    319 			<Tool
    320 				Name="VCCLCompilerTool"
    321 				Optimization="0"
    322 				AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil;..\..\i18n"
    323 				PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
    324 				BasicRuntimeChecks="3"
    325 				RuntimeLibrary="3"
    326 				BufferSecurityCheck="true"
    327 				DisableLanguageExtensions="true"
    328 				TreatWChar_tAsBuiltInType="true"
    329 				PrecompiledHeaderFile=".\x64\Debug/genrb.pch"
    330 				AssemblerListingLocation=".\x64\Debug/"
    331 				ObjectFile=".\x64\Debug/"
    332 				ProgramDataBaseFileName=".\x64\Debug/"
    333 				BrowseInformation="1"
    334 				WarningLevel="3"
    335 				SuppressStartupBanner="true"
    336 				DebugInformationFormat="3"
    337 				CompileAs="0"
    338 			/>
    339 			<Tool
    340 				Name="VCManagedResourceCompilerTool"
    341 			/>
    342 			<Tool
    343 				Name="VCResourceCompilerTool"
    344 				PreprocessorDefinitions="_DEBUG"
    345 				Culture="1033"
    346 			/>
    347 			<Tool
    348 				Name="VCPreLinkEventTool"
    349 			/>
    350 			<Tool
    351 				Name="VCLinkerTool"
    352 				OutputFile=".\x64\Debug/genrb.exe"
    353 				LinkIncremental="2"
    354 				SuppressStartupBanner="true"
    355 				GenerateDebugInformation="true"
    356 				ProgramDatabaseFile=".\x64\Debug/genrb.pdb"
    357 				SubSystem="1"
    358 				TargetMachine="17"
    359 			/>
    360 			<Tool
    361 				Name="VCALinkTool"
    362 			/>
    363 			<Tool
    364 				Name="VCManifestTool"
    365 				UseFAT32Workaround="true"
    366 			/>
    367 			<Tool
    368 				Name="VCXDCMakeTool"
    369 			/>
    370 			<Tool
    371 				Name="VCBscMakeTool"
    372 			/>
    373 			<Tool
    374 				Name="VCFxCopTool"
    375 			/>
    376 			<Tool
    377 				Name="VCAppVerifierTool"
    378 			/>
    379 			<Tool
    380 				Name="VCWebDeploymentTool"
    381 			/>
    382 			<Tool
    383 				Name="VCPostBuildEventTool"
    384 			/>
    385 		</Configuration>
    386 	</Configurations>
    387 	<References>
    388 	</References>
    389 	<Files>
    390 		<Filter
    391 			Name="Source Files"
    392 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
    393 			>
    394 			<File
    395 				RelativePath=".\errmsg.c"
    396 				>
    397 			</File>
    398 			<File
    399 				RelativePath=".\genrb.c"
    400 				>
    401 			</File>
    402 			<File
    403 				RelativePath=".\parse.c"
    404 				>
    405 			</File>
    406 			<File
    407 				RelativePath=".\prscmnts.cpp"
    408 				>
    409 			</File>
    410 			<File
    411 				RelativePath=".\rbutil.c"
    412 				>
    413 			</File>
    414 			<File
    415 				RelativePath=".\read.c"
    416 				>
    417 			</File>
    418 			<File
    419 				RelativePath=".\reslist.c"
    420 				>
    421 			</File>
    422 			<File
    423 				RelativePath=".\rle.c"
    424 				>
    425 			</File>
    426 			<File
    427 				RelativePath=".\ustr.c"
    428 				>
    429 			</File>
    430 			<File
    431 				RelativePath=".\wrtjava.c"
    432 				>
    433 			</File>
    434 			<File
    435 				RelativePath=".\wrtxml.cpp"
    436 				>
    437 			</File>
    438 		</Filter>
    439 		<Filter
    440 			Name="Header Files"
    441 			Filter="h;hpp;hxx;hm;inl"
    442 			>
    443 			<File
    444 				RelativePath=".\errmsg.h"
    445 				>
    446 			</File>
    447 			<File
    448 				RelativePath=".\genrb.h"
    449 				>
    450 			</File>
    451 			<File
    452 				RelativePath=".\parse.h"
    453 				>
    454 			</File>
    455 			<File
    456 				RelativePath=".\prscmnts.h"
    457 				>
    458 			</File>
    459 			<File
    460 				RelativePath=".\rbutil.h"
    461 				>
    462 			</File>
    463 			<File
    464 				RelativePath=".\read.h"
    465 				>
    466 			</File>
    467 			<File
    468 				RelativePath=".\reslist.h"
    469 				>
    470 			</File>
    471 			<File
    472 				RelativePath=".\rle.h"
    473 				>
    474 			</File>
    475 			<File
    476 				RelativePath=".\ustr.h"
    477 				>
    478 			</File>
    479 		</Filter>
    480 		<Filter
    481 			Name="Resource Files"
    482 			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
    483 			>
    484 		</Filter>
    485 	</Files>
    486 	<Globals>
    487 	</Globals>
    488 </VisualStudioProject>
    489