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