Home | History | Annotate | Download | only in srtp
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="srtp"
      6 	ProjectGUID="{EEF031CB-FED8-451E-A471-91EC8D4F6750}"
      7 	RootNamespace="srtp"
      8 	Keyword="Win32Proj"
      9 	>
     10 	<Platforms>
     11 		<Platform
     12 			Name="Win32"
     13 		/>
     14 	</Platforms>
     15 	<ToolFiles>
     16 	</ToolFiles>
     17 	<Configurations>
     18 		<Configuration
     19 			Name="Debug|Win32"
     20 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
     21 			IntermediateDirectory="$(ConfigurationName)"
     22 			ConfigurationType="4"
     23 			CharacterSet="1"
     24 			>
     25 			<Tool
     26 				Name="VCPreBuildEventTool"
     27 				Description="Creating config.h from config.hw"
     28 				CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
     29 			/>
     30 			<Tool
     31 				Name="VCCustomBuildTool"
     32 				Description=""
     33 				CommandLine=""
     34 				Outputs=""
     35 			/>
     36 			<Tool
     37 				Name="VCXMLDataGeneratorTool"
     38 			/>
     39 			<Tool
     40 				Name="VCWebServiceProxyGeneratorTool"
     41 			/>
     42 			<Tool
     43 				Name="VCMIDLTool"
     44 			/>
     45 			<Tool
     46 				Name="VCCLCompilerTool"
     47 				Optimization="0"
     48 				AdditionalIncludeDirectories="crypto/include;include"
     49 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
     50 				MinimalRebuild="true"
     51 				BasicRuntimeChecks="3"
     52 				RuntimeLibrary="1"
     53 				StructMemberAlignment="0"
     54 				UsePrecompiledHeader="0"
     55 				WarningLevel="3"
     56 				Detect64BitPortabilityProblems="true"
     57 				DebugInformationFormat="4"
     58 			/>
     59 			<Tool
     60 				Name="VCManagedResourceCompilerTool"
     61 			/>
     62 			<Tool
     63 				Name="VCResourceCompilerTool"
     64 			/>
     65 			<Tool
     66 				Name="VCPreLinkEventTool"
     67 			/>
     68 			<Tool
     69 				Name="VCLibrarianTool"
     70 			/>
     71 			<Tool
     72 				Name="VCALinkTool"
     73 			/>
     74 			<Tool
     75 				Name="VCXDCMakeTool"
     76 			/>
     77 			<Tool
     78 				Name="VCBscMakeTool"
     79 			/>
     80 			<Tool
     81 				Name="VCFxCopTool"
     82 			/>
     83 			<Tool
     84 				Name="VCPostBuildEventTool"
     85 			/>
     86 		</Configuration>
     87 		<Configuration
     88 			Name="Release|Win32"
     89 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
     90 			IntermediateDirectory="$(ConfigurationName)"
     91 			ConfigurationType="4"
     92 			CharacterSet="1"
     93 			WholeProgramOptimization="1"
     94 			>
     95 			<Tool
     96 				Name="VCPreBuildEventTool"
     97 				Description="Creating config.h from config.hw"
     98 				CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
     99 			/>
    100 			<Tool
    101 				Name="VCCustomBuildTool"
    102 				Description=""
    103 				CommandLine=""
    104 				Outputs=""
    105 			/>
    106 			<Tool
    107 				Name="VCXMLDataGeneratorTool"
    108 			/>
    109 			<Tool
    110 				Name="VCWebServiceProxyGeneratorTool"
    111 			/>
    112 			<Tool
    113 				Name="VCMIDLTool"
    114 			/>
    115 			<Tool
    116 				Name="VCCLCompilerTool"
    117 				AdditionalIncludeDirectories="crypto/include;include"
    118 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
    119 				RuntimeLibrary="0"
    120 				StructMemberAlignment="0"
    121 				UsePrecompiledHeader="0"
    122 				WarningLevel="3"
    123 				Detect64BitPortabilityProblems="true"
    124 				DebugInformationFormat="3"
    125 			/>
    126 			<Tool
    127 				Name="VCManagedResourceCompilerTool"
    128 			/>
    129 			<Tool
    130 				Name="VCResourceCompilerTool"
    131 			/>
    132 			<Tool
    133 				Name="VCPreLinkEventTool"
    134 			/>
    135 			<Tool
    136 				Name="VCLibrarianTool"
    137 			/>
    138 			<Tool
    139 				Name="VCALinkTool"
    140 			/>
    141 			<Tool
    142 				Name="VCXDCMakeTool"
    143 			/>
    144 			<Tool
    145 				Name="VCBscMakeTool"
    146 			/>
    147 			<Tool
    148 				Name="VCFxCopTool"
    149 			/>
    150 			<Tool
    151 				Name="VCPostBuildEventTool"
    152 			/>
    153 		</Configuration>
    154 		<Configuration
    155 			Name="Debug Dll|Win32"
    156 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    157 			IntermediateDirectory="$(ConfigurationName)"
    158 			ConfigurationType="2"
    159 			CharacterSet="1"
    160 			>
    161 			<Tool
    162 				Name="VCPreBuildEventTool"
    163 				Description="Creating config.h from config.hw"
    164 				CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
    165 			/>
    166 			<Tool
    167 				Name="VCCustomBuildTool"
    168 				Description=""
    169 				CommandLine=""
    170 				Outputs=""
    171 			/>
    172 			<Tool
    173 				Name="VCXMLDataGeneratorTool"
    174 			/>
    175 			<Tool
    176 				Name="VCWebServiceProxyGeneratorTool"
    177 			/>
    178 			<Tool
    179 				Name="VCMIDLTool"
    180 			/>
    181 			<Tool
    182 				Name="VCCLCompilerTool"
    183 				Optimization="0"
    184 				EnableIntrinsicFunctions="true"
    185 				AdditionalIncludeDirectories="crypto/include;include"
    186 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
    187 				MinimalRebuild="true"
    188 				BasicRuntimeChecks="3"
    189 				RuntimeLibrary="3"
    190 				StructMemberAlignment="0"
    191 				UsePrecompiledHeader="0"
    192 				WarningLevel="3"
    193 				Detect64BitPortabilityProblems="true"
    194 				DebugInformationFormat="4"
    195 			/>
    196 			<Tool
    197 				Name="VCManagedResourceCompilerTool"
    198 			/>
    199 			<Tool
    200 				Name="VCResourceCompilerTool"
    201 			/>
    202 			<Tool
    203 				Name="VCPreLinkEventTool"
    204 			/>
    205 			<Tool
    206 				Name="VCLinkerTool"
    207 				AdditionalDependencies="Ws2_32.lib"
    208 				ModuleDefinitionFile="srtp.def"
    209 				OptimizeReferences="1"
    210 				EnableCOMDATFolding="1"
    211 				OptimizeForWindows98="1"
    212 				LinkTimeCodeGeneration="0"
    213 			/>
    214 			<Tool
    215 				Name="VCALinkTool"
    216 			/>
    217 			<Tool
    218 				Name="VCManifestTool"
    219 			/>
    220 			<Tool
    221 				Name="VCXDCMakeTool"
    222 			/>
    223 			<Tool
    224 				Name="VCBscMakeTool"
    225 			/>
    226 			<Tool
    227 				Name="VCFxCopTool"
    228 			/>
    229 			<Tool
    230 				Name="VCAppVerifierTool"
    231 			/>
    232 			<Tool
    233 				Name="VCWebDeploymentTool"
    234 			/>
    235 			<Tool
    236 				Name="VCPostBuildEventTool"
    237 			/>
    238 		</Configuration>
    239 		<Configuration
    240 			Name="Release Dll|Win32"
    241 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    242 			IntermediateDirectory="$(ConfigurationName)"
    243 			ConfigurationType="2"
    244 			CharacterSet="1"
    245 			WholeProgramOptimization="1"
    246 			>
    247 			<Tool
    248 				Name="VCPreBuildEventTool"
    249 				Description="Creating config.h from config.hw"
    250 				CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
    251 			/>
    252 			<Tool
    253 				Name="VCCustomBuildTool"
    254 				Description=""
    255 				CommandLine=""
    256 				Outputs=""
    257 			/>
    258 			<Tool
    259 				Name="VCXMLDataGeneratorTool"
    260 			/>
    261 			<Tool
    262 				Name="VCWebServiceProxyGeneratorTool"
    263 			/>
    264 			<Tool
    265 				Name="VCMIDLTool"
    266 			/>
    267 			<Tool
    268 				Name="VCCLCompilerTool"
    269 				AdditionalIncludeDirectories="crypto/include;include"
    270 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
    271 				RuntimeLibrary="2"
    272 				StructMemberAlignment="0"
    273 				UsePrecompiledHeader="0"
    274 				WarningLevel="3"
    275 				Detect64BitPortabilityProblems="true"
    276 				DebugInformationFormat="3"
    277 			/>
    278 			<Tool
    279 				Name="VCManagedResourceCompilerTool"
    280 			/>
    281 			<Tool
    282 				Name="VCResourceCompilerTool"
    283 			/>
    284 			<Tool
    285 				Name="VCPreLinkEventTool"
    286 			/>
    287 			<Tool
    288 				Name="VCLinkerTool"
    289 				AdditionalDependencies="Ws2_32.lib"
    290 				ModuleDefinitionFile="srtp.def"
    291 			/>
    292 			<Tool
    293 				Name="VCALinkTool"
    294 			/>
    295 			<Tool
    296 				Name="VCManifestTool"
    297 			/>
    298 			<Tool
    299 				Name="VCXDCMakeTool"
    300 			/>
    301 			<Tool
    302 				Name="VCBscMakeTool"
    303 			/>
    304 			<Tool
    305 				Name="VCFxCopTool"
    306 			/>
    307 			<Tool
    308 				Name="VCAppVerifierTool"
    309 			/>
    310 			<Tool
    311 				Name="VCWebDeploymentTool"
    312 			/>
    313 			<Tool
    314 				Name="VCPostBuildEventTool"
    315 			/>
    316 		</Configuration>
    317 	</Configurations>
    318 	<References>
    319 	</References>
    320 	<Files>
    321 		<Filter
    322 			Name="Source Files"
    323 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    324 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    325 			>
    326 			<File
    327 				RelativePath=".\srtp\ekt.c"
    328 				>
    329 			</File>
    330 			<File
    331 				RelativePath=".\srtp\srtp.c"
    332 				>
    333 			</File>
    334 			<Filter
    335 				Name="Kernel"
    336 				>
    337 				<File
    338 					RelativePath=".\crypto\kernel\alloc.c"
    339 					>
    340 				</File>
    341 				<File
    342 					RelativePath=".\crypto\kernel\crypto_kernel.c"
    343 					>
    344 				</File>
    345 				<File
    346 					RelativePath=".\crypto\rng\ctr_prng.c"
    347 					>
    348 				</File>
    349 				<File
    350 					RelativePath=".\crypto\kernel\err.c"
    351 					>
    352 				</File>
    353 				<File
    354 					RelativePath=".\crypto\kernel\key.c"
    355 					>
    356 				</File>
    357 				<File
    358 					RelativePath=".\crypto\rng\prng.c"
    359 					>
    360 				</File>
    361 				<File
    362 					RelativePath=".\crypto\rng\rand_source.c"
    363 					>
    364 				</File>
    365 			</Filter>
    366 			<Filter
    367 				Name="Ciphers"
    368 				>
    369 				<File
    370 					RelativePath=".\crypto\cipher\aes.c"
    371 					>
    372 					<FileConfiguration
    373 						Name="Debug Dll|Win32"
    374 						>
    375 						<Tool
    376 							Name="VCCLCompilerTool"
    377 							InlineFunctionExpansion="0"
    378 							EnableIntrinsicFunctions="false"
    379 							EnableFunctionLevelLinking="false"
    380 						/>
    381 					</FileConfiguration>
    382 				</File>
    383 				<File
    384 					RelativePath=".\crypto\cipher\aes_cbc.c"
    385 					>
    386 				</File>
    387 				<File
    388 					RelativePath=".\crypto\cipher\aes_icm.c"
    389 					>
    390 				</File>
    391 				<File
    392 					RelativePath=".\crypto\cipher\cipher.c"
    393 					>
    394 				</File>
    395 				<File
    396 					RelativePath=".\crypto\cipher\null_cipher.c"
    397 					>
    398 				</File>
    399 			</Filter>
    400 			<Filter
    401 				Name="Hashes"
    402 				>
    403 				<File
    404 					RelativePath=".\crypto\hash\auth.c"
    405 					>
    406 				</File>
    407 				<File
    408 					RelativePath=".\crypto\hash\hmac.c"
    409 					>
    410 				</File>
    411 				<File
    412 					RelativePath=".\crypto\hash\null_auth.c"
    413 					>
    414 				</File>
    415 				<File
    416 					RelativePath=".\crypto\hash\sha1.c"
    417 					>
    418 				</File>
    419 			</Filter>
    420 			<Filter
    421 				Name="Replay"
    422 				>
    423 				<File
    424 					RelativePath=".\crypto\replay\rdb.c"
    425 					>
    426 				</File>
    427 				<File
    428 					RelativePath=".\crypto\replay\rdbx.c"
    429 					>
    430 				</File>
    431 				<File
    432 					RelativePath=".\crypto\replay\ut_sim.c"
    433 					>
    434 				</File>
    435 			</Filter>
    436 			<Filter
    437 				Name="Math"
    438 				>
    439 				<File
    440 					RelativePath=".\crypto\math\datatypes.c"
    441 					>
    442 				</File>
    443 				<File
    444 					RelativePath=".\crypto\math\stat.c"
    445 					>
    446 				</File>
    447 			</Filter>
    448 		</Filter>
    449 		<Filter
    450 			Name="Header Files"
    451 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    452 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    453 			>
    454 			<File
    455 				RelativePath=".\crypto\include\aes.h"
    456 				>
    457 			</File>
    458 			<File
    459 				RelativePath=".\crypto\include\aes_cbc.h"
    460 				>
    461 			</File>
    462 			<File
    463 				RelativePath=".\crypto\include\aes_icm.h"
    464 				>
    465 			</File>
    466 			<File
    467 				RelativePath=".\crypto\include\alloc.h"
    468 				>
    469 			</File>
    470 			<File
    471 				RelativePath=".\crypto\include\auth.h"
    472 				>
    473 			</File>
    474 			<File
    475 				RelativePath=".\crypto\include\cipher.h"
    476 				>
    477 			</File>
    478 			<File
    479 				RelativePath=".\crypto\include\config.h"
    480 				>
    481 			</File>
    482 			<File
    483 				RelativePath=".\crypto\include\crypto.h"
    484 				>
    485 			</File>
    486 			<File
    487 				RelativePath=".\crypto\include\crypto_kernel.h"
    488 				>
    489 			</File>
    490 			<File
    491 				RelativePath=".\crypto\include\crypto_types.h"
    492 				>
    493 			</File>
    494 			<File
    495 				RelativePath=".\crypto\include\cryptoalg.h"
    496 				>
    497 			</File>
    498 			<File
    499 				RelativePath=".\crypto\include\datatypes.h"
    500 				>
    501 			</File>
    502 			<File
    503 				RelativePath=".\include\ekt.h"
    504 				>
    505 			</File>
    506 			<File
    507 				RelativePath=".\crypto\include\err.h"
    508 				>
    509 			</File>
    510 			<File
    511 				RelativePath=".\crypto\include\gf2_8.h"
    512 				>
    513 			</File>
    514 			<File
    515 				RelativePath=".\crypto\include\hmac.h"
    516 				>
    517 			</File>
    518 			<File
    519 				RelativePath=".\crypto\include\integers.h"
    520 				>
    521 			</File>
    522 			<File
    523 				RelativePath=".\crypto\include\key.h"
    524 				>
    525 			</File>
    526 			<File
    527 				RelativePath=".\crypto\include\null_auth.h"
    528 				>
    529 			</File>
    530 			<File
    531 				RelativePath=".\crypto\include\null_cipher.h"
    532 				>
    533 			</File>
    534 			<File
    535 				RelativePath=".\crypto\include\prng.h"
    536 				>
    537 			</File>
    538 			<File
    539 				RelativePath=".\crypto\include\rand_source.h"
    540 				>
    541 			</File>
    542 			<File
    543 				RelativePath=".\crypto\include\rdb.h"
    544 				>
    545 			</File>
    546 			<File
    547 				RelativePath=".\crypto\include\rdbx.h"
    548 				>
    549 			</File>
    550 			<File
    551 				RelativePath=".\crypto\include\sha1.h"
    552 				>
    553 			</File>
    554 			<File
    555 				RelativePath=".\include\srtp.h"
    556 				>
    557 			</File>
    558 			<File
    559 				RelativePath=".\include\srtp_priv.h"
    560 				>
    561 			</File>
    562 			<File
    563 				RelativePath=".\crypto\include\stat.h"
    564 				>
    565 			</File>
    566 			<File
    567 				RelativePath=".\include\ut_sim.h"
    568 				>
    569 			</File>
    570 		</Filter>
    571 		<Filter
    572 			Name="Resource Files"
    573 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    574 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    575 			>
    576 		</Filter>
    577 		<File
    578 			RelativePath=".\config.hw"
    579 			>
    580 		</File>
    581 		<File
    582 			RelativePath=".\srtp.def"
    583 			>
    584 		</File>
    585 	</Files>
    586 	<Globals>
    587 	</Globals>
    588 </VisualStudioProject>
    589