|
|
1.1 root 1: <?xml version="1.0" encoding="Windows-1252"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.10"
5: Name="Crypto"
6: ProjectGUID="{993245CF-6B70-47EE-91BB-39F8FC6DC0E7}"
7: Keyword="Win32Proj">
8: <Platforms>
9: <Platform
10: Name="Win32"/>
11: </Platforms>
12: <Configurations>
13: <Configuration
14: Name="Debug|Win32"
15: OutputDirectory="Debug"
16: IntermediateDirectory="Debug"
17: ConfigurationType="4"
18: CharacterSet="2">
19: <Tool
20: Name="VCCLCompilerTool"
21: Optimization="0"
22: AdditionalIncludeDirectories="..\Common"
23: PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24: MinimalRebuild="TRUE"
25: BasicRuntimeChecks="0"
26: RuntimeLibrary="5"
27: BufferSecurityCheck="FALSE"
28: UsePrecompiledHeader="0"
29: WarningLevel="3"
30: Detect64BitPortabilityProblems="FALSE"
31: DebugInformationFormat="3"/>
32: <Tool
33: Name="VCCustomBuildTool"/>
34: <Tool
35: Name="VCLibrarianTool"
36: OutputFile="$(OutDir)/Crypto.lib"/>
37: <Tool
38: Name="VCMIDLTool"/>
39: <Tool
40: Name="VCPostBuildEventTool"/>
41: <Tool
42: Name="VCPreBuildEventTool"/>
43: <Tool
44: Name="VCPreLinkEventTool"/>
45: <Tool
46: Name="VCResourceCompilerTool"/>
47: <Tool
48: Name="VCWebServiceProxyGeneratorTool"/>
49: <Tool
50: Name="VCXMLDataGeneratorTool"/>
51: <Tool
52: Name="VCManagedWrapperGeneratorTool"/>
53: <Tool
54: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
55: </Configuration>
56: <Configuration
57: Name="Release|Win32"
58: OutputDirectory="Release"
59: IntermediateDirectory="Release"
60: ConfigurationType="4"
61: CharacterSet="2">
62: <Tool
63: Name="VCCLCompilerTool"
64: AdditionalIncludeDirectories="..\Common"
65: PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
66: RuntimeLibrary="4"
67: BufferSecurityCheck="FALSE"
68: UsePrecompiledHeader="0"
69: AssemblerOutput="2"
70: AssemblerListingLocation="$(IntDir)/"
71: WarningLevel="3"
72: Detect64BitPortabilityProblems="FALSE"
73: DebugInformationFormat="0"/>
74: <Tool
75: Name="VCCustomBuildTool"/>
76: <Tool
77: Name="VCLibrarianTool"
78: OutputFile="$(OutDir)/Crypto.lib"/>
79: <Tool
80: Name="VCMIDLTool"/>
81: <Tool
82: Name="VCPostBuildEventTool"/>
83: <Tool
84: Name="VCPreBuildEventTool"/>
85: <Tool
86: Name="VCPreLinkEventTool"/>
87: <Tool
88: Name="VCResourceCompilerTool"/>
89: <Tool
90: Name="VCWebServiceProxyGeneratorTool"/>
91: <Tool
92: Name="VCXMLDataGeneratorTool"/>
93: <Tool
94: Name="VCManagedWrapperGeneratorTool"/>
95: <Tool
96: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
97: </Configuration>
98: </Configurations>
99: <References>
100: </References>
101: <Files>
102: <Filter
103: Name="Source Files"
104: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
105: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
106: <File
1.1.1.2 root 107: RelativePath=".\Aescrypt.c">
108: </File>
109: <File
110: RelativePath=".\Aeskey.c">
111: </File>
112: <File
113: RelativePath=".\Aestab.c">
114: </File>
115: <File
1.1 root 116: RelativePath=".\Bf_ecb.c">
117: </File>
118: <File
119: RelativePath=".\Bf_enc.c">
120: </File>
121: <File
122: RelativePath=".\Bf_skey.c">
123: </File>
124: <File
125: RelativePath=".\C_ecb.c">
126: </File>
127: <File
128: RelativePath=".\C_enc.c">
129: </File>
130: <File
131: RelativePath=".\C_skey.c">
132: </File>
133: <File
134: RelativePath=".\Des.c">
135: </File>
136: <File
137: RelativePath=".\Des_enc.c">
138: </File>
139: <File
140: RelativePath=".\Ecb3_enc.c">
141: </File>
142: <File
1.1.1.3 root 143: RelativePath=".\Rmd160.c">
1.1 root 144: </File>
145: <File
146: RelativePath=".\Set_key.c">
147: </File>
148: <File
149: RelativePath=".\Sha1.c">
150: </File>
151: </Filter>
152: <Filter
153: Name="Header Files"
154: Filter="h;hpp;hxx;hm;inl;inc;xsd"
155: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
156: <File
1.1.1.2 root 157: RelativePath=".\Aes.h">
158: </File>
159: <File
160: RelativePath=".\Aesopt.h">
161: </File>
162: <File
163: RelativePath=".\aestab.h">
164: </File>
165: <File
1.1 root 166: RelativePath=".\Bf_locl.h">
167: </File>
168: <File
169: RelativePath=".\Bf_pi.h">
170: </File>
171: <File
172: RelativePath=".\Blowfish.h">
173: </File>
174: <File
175: RelativePath=".\Cast.h">
176: </File>
177: <File
178: RelativePath=".\Cast_lcl.h">
179: </File>
180: <File
181: RelativePath=".\Cast_s.h">
182: </File>
183: <File
184: RelativePath=".\Des.h">
185: </File>
186: <File
187: RelativePath=".\Des_locl.h">
188: </File>
189: <File
190: RelativePath=".\Podd.h">
191: </File>
192: <File
193: RelativePath=".\resource.h">
194: </File>
195: <File
1.1.1.3 root 196: RelativePath=".\Rmd160.h">
1.1 root 197: </File>
198: <File
1.1.1.3 root 199: RelativePath=".\Set_key.h">
1.1 root 200: </File>
201: <File
202: RelativePath=".\Sha1.h">
203: </File>
204: <File
205: RelativePath=".\Sk.h">
206: </File>
207: <File
208: RelativePath=".\Spr.h">
209: </File>
210: </Filter>
211: <Filter
212: Name="Resource Files"
213: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
214: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
215: </Filter>
216: </Files>
217: <Globals>
218: </Globals>
219: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.