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