Home | History | Annotate | Download | only in gensprep
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9.00"
      5 	Name="gensprep"
      6 	ProjectGUID="{631C23CE-6C1D-4875-88F0-85E0A42B36EA}"
      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/gensprep.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/gensprep.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/gensprep.exe"
     79 				LinkIncremental="1"
     80 				SuppressStartupBanner="true"
     81 				ProgramDatabaseFile=".\x86\Release/gensprep.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/gensprep.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/gensprep.pch"
    147 				AssemblerListingLocation=".\x86\Debug/"
    148 				ObjectFile=".\x86\Debug/"
    149 				ProgramDataBaseFileName=".\x86\Debug/"
    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/gensprep.exe"
    169 				LinkIncremental="2"
    170 				SuppressStartupBanner="true"
    171 				GenerateDebugInformation="true"
    172 				ProgramDatabaseFile=".\x86\Debug/gensprep.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/gensprep.tlb"
    228 			/>
    229 			<Tool
    230 				Name="VCCLCompilerTool"
    231 				AdditionalIncludeDirectories="..\..\common;..\toolutil"
    232 				PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
    233 				StringPooling="true"
    234 				RuntimeLibrary="2"
    235 				EnableFunctionLevelLinking="true"
    236 				DisableLanguageExtensions="true"
    237 				TreatWChar_tAsBuiltInType="true"
    238 				PrecompiledHeaderFile=".\x64\Release/gensprep.pch"
    239 				AssemblerListingLocation=".\x64\Release/"
    240 				ObjectFile=".\x64\Release/"
    241 				ProgramDataBaseFileName=".\x64\Release/"
    242 				WarningLevel="3"
    243 				SuppressStartupBanner="true"
    244 				CompileAs="0"
    245 			/>
    246 			<Tool
    247 				Name="VCManagedResourceCompilerTool"
    248 			/>
    249 			<Tool
    250 				Name="VCResourceCompilerTool"
    251 				PreprocessorDefinitions="NDEBUG"
    252 				Culture="1033"
    253 			/>
    254 			<Tool
    255 				Name="VCPreLinkEventTool"
    256 			/>
    257 			<Tool
    258 				Name="VCLinkerTool"
    259 				OutputFile=".\x64\Release/gensprep.exe"
    260 				LinkIncremental="1"
    261 				SuppressStartupBanner="true"
    262 				ProgramDatabaseFile=".\x64\Release/gensprep.pdb"
    263 				SubSystem="1"
    264 				TargetMachine="17"
    265 			/>
    266 			<Tool
    267 				Name="VCALinkTool"
    268 			/>
    269 			<Tool
    270 				Name="VCManifestTool"
    271 			/>
    272 			<Tool
    273 				Name="VCXDCMakeTool"
    274 			/>
    275 			<Tool
    276 				Name="VCBscMakeTool"
    277 			/>
    278 			<Tool
    279 				Name="VCFxCopTool"
    280 			/>
    281 			<Tool
    282 				Name="VCAppVerifierTool"
    283 			/>
    284 			<Tool
    285 				Name="VCWebDeploymentTool"
    286 			/>
    287 			<Tool
    288 				Name="VCPostBuildEventTool"
    289 			/>
    290 		</Configuration>
    291 		<Configuration
    292 			Name="Debug|x64"
    293 			OutputDirectory=".\x64\Debug"
    294 			IntermediateDirectory=".\x64\Debug"
    295 			ConfigurationType="1"
    296 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    297 			UseOfMFC="0"
    298 			ATLMinimizesCRunTimeLibraryUsage="false"
    299 			CharacterSet="2"
    300 			>
    301 			<Tool
    302 				Name="VCPreBuildEventTool"
    303 			/>
    304 			<Tool
    305 				Name="VCCustomBuildTool"
    306 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
    307 				Outputs="..\..\..\bin64\$(TargetFileName)"
    308 			/>
    309 			<Tool
    310 				Name="VCXMLDataGeneratorTool"
    311 			/>
    312 			<Tool
    313 				Name="VCWebServiceProxyGeneratorTool"
    314 			/>
    315 			<Tool
    316 				Name="VCMIDLTool"
    317 				TargetEnvironment="3"
    318 				TypeLibraryName=".\x64\Debug/gensprep.tlb"
    319 			/>
    320 			<Tool
    321 				Name="VCCLCompilerTool"
    322 				Optimization="0"
    323 				AdditionalIncludeDirectories="..\..\common;..\toolutil"
    324 				PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
    325 				BasicRuntimeChecks="3"
    326 				RuntimeLibrary="3"
    327 				BufferSecurityCheck="true"
    328 				DisableLanguageExtensions="true"
    329 				TreatWChar_tAsBuiltInType="true"
    330 				PrecompiledHeaderFile=".\x64\Debug/gensprep.pch"
    331 				AssemblerListingLocation=".\x64\Debug/"
    332 				ObjectFile=".\x64\Debug/"
    333 				ProgramDataBaseFileName=".\x64\Debug/"
    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/gensprep.exe"
    353 				LinkIncremental="2"
    354 				SuppressStartupBanner="true"
    355 				GenerateDebugInformation="true"
    356 				ProgramDatabaseFile=".\x64\Debug/gensprep.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=".\gensprep.c"
    396 				>
    397 			</File>
    398 			<File
    399 				RelativePath=".\store.c"
    400 				>
    401 			</File>
    402 		</Filter>
    403 		<Filter
    404 			Name="Header Files"
    405 			Filter="h;hpp;hxx;hm;inl"
    406 			>
    407 			<File
    408 				RelativePath=".\gensprep.h"
    409 				>
    410 			</File>
    411 		</Filter>
    412 		<Filter
    413 			Name="Resource Files"
    414 			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
    415 			>
    416 		</Filter>
    417 	</Files>
    418 	<Globals>
    419 	</Globals>
    420 </VisualStudioProject>
    421