diff options
Diffstat (limited to 'scripts/conf-w32brg/cipher/cipher.vcproj')
-rw-r--r-- | scripts/conf-w32brg/cipher/cipher.vcproj | 266 |
1 files changed, 266 insertions, 0 deletions
diff --git a/scripts/conf-w32brg/cipher/cipher.vcproj b/scripts/conf-w32brg/cipher/cipher.vcproj new file mode 100644 index 000000000..59441f94c --- /dev/null +++ b/scripts/conf-w32brg/cipher/cipher.vcproj @@ -0,0 +1,266 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="cipher" + ProjectGUID="{C7205553-9416-4527-9865-B764BA8C6ABD}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\;..\..\..\cipher;..\..\..\include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + MinimalRebuild="TRUE" + BasicRuntimeChecks="3" + RuntimeLibrary="5" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="..\bin\cipher.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="4" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\;..\..\..\cipher;..\..\..\include" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + RuntimeLibrary="4" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="TRUE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile="..\bin\cipher.lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + <File + RelativePath="..\aescrypt.c"> + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCLCompilerTool"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCLCompilerTool"/> + </FileConfiguration> + </File> + <File + RelativePath="..\aeskey.c"> + </File> + <File + RelativePath="..\aestab.c"> + </File> + <File + RelativePath="..\..\..\cipher\blowfish.c"> + </File> + <File + RelativePath="..\..\..\cipher\cast5.c"> + </File> + <File + RelativePath="..\..\..\cipher\cipher.c"> + </File> + <File + RelativePath="..\..\..\cipher\des.c"> + </File> + <File + RelativePath="..\..\..\cipher\dsa.c"> + </File> + <File + RelativePath="..\..\..\cipher\dynload.c"> + </File> + <File + RelativePath="..\..\..\cipher\elgamal.c"> + </File> + <File + RelativePath="..\..\..\cipher\g10c.c"> + </File> + <File + RelativePath="..\..\..\cipher\idea-stub.c"> + </File> + <File + RelativePath="..\..\..\cipher\md.c"> + </File> + <File + RelativePath="..\..\..\cipher\md5.c"> + </File> + <File + RelativePath="..\..\..\cipher\primegen.c"> + </File> + <File + RelativePath="..\..\..\cipher\pubkey.c"> + </File> + <File + RelativePath="..\..\..\cipher\random.c"> + </File> + <File + RelativePath="..\rijndael2.c"> + </File> + <File + RelativePath="..\..\..\cipher\rmd160.c"> + </File> + <File + RelativePath="..\..\..\cipher\rndegd.c"> + </File> + <File + RelativePath="..\..\..\cipher\rndlinux.c"> + </File> + <File + RelativePath="..\..\..\cipher\rndunix.c"> + </File> + <File + RelativePath="..\..\..\cipher\rndw32.c"> + </File> + <File + RelativePath="..\..\..\cipher\rsa.c"> + </File> + <File + RelativePath="..\..\..\cipher\sha1.c"> + </File> + <File + RelativePath="..\..\..\cipher\sha256.c"> + </File> + <File + RelativePath="..\..\..\cipher\sha512.c"> + </File> + <File + RelativePath="..\..\..\cipher\smallprime.c"> + </File> + <File + RelativePath="..\..\..\cipher\tiger.c"> + </File> + <File + RelativePath="..\..\..\cipher\twofish.c"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + <File + RelativePath="..\aes.h"> + </File> + <File + RelativePath="..\aesopt.h"> + </File> + <File + RelativePath="..\..\..\cipher\algorithms.h"> + </File> + <File + RelativePath="..\..\..\cipher\bithelp.h"> + </File> + <File + RelativePath="..\..\..\cipher\dsa.h"> + </File> + <File + RelativePath="..\..\..\cipher\elgamal.h"> + </File> + <File + RelativePath="..\..\..\cipher\rand-internal.h"> + </File> + <File + RelativePath="..\..\..\cipher\random.h"> + </File> + <File + RelativePath="..\..\..\cipher\rmd.h"> + </File> + <File + RelativePath="..\..\..\cipher\rsa.h"> + </File> + </Filter> + <Filter + Name="Assembler" + Filter=""> + <File + RelativePath="..\aescrypt.asm"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)\$(OutDir)\$(InputName).obj" "$(InputPath)" +" + Outputs=""$(ProjectDir)\$(OutDir)\$(InputName).obj""/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCustomBuildTool" + CommandLine="nasm -O2 -f win32 -o "$(ProjectDir)\$(OutDir)\$(InputName).obj" "$(InputPath)" +" + Outputs=""$(ProjectDir)\$(OutDir)\$(InputName).obj""/> + </FileConfiguration> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |