|
|
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: Optimization="2"
65: GlobalOptimizations="FALSE"
66: InlineFunctionExpansion="0"
67: EnableIntrinsicFunctions="FALSE"
68: ImproveFloatingPointConsistency="FALSE"
69: FavorSizeOrSpeed="0"
70: OmitFramePointers="FALSE"
71: AdditionalIncludeDirectories="..\Common"
72: PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
73: RuntimeLibrary="4"
74: BufferSecurityCheck="FALSE"
75: UsePrecompiledHeader="0"
76: AssemblerOutput="2"
77: AssemblerListingLocation="$(IntDir)/"
78: WarningLevel="3"
79: Detect64BitPortabilityProblems="FALSE"
80: DebugInformationFormat="0"/>
81: <Tool
82: Name="VCCustomBuildTool"/>
83: <Tool
84: Name="VCLibrarianTool"
85: OutputFile="$(OutDir)/Crypto.lib"/>
86: <Tool
87: Name="VCMIDLTool"/>
88: <Tool
89: Name="VCPostBuildEventTool"/>
90: <Tool
91: Name="VCPreBuildEventTool"/>
92: <Tool
93: Name="VCPreLinkEventTool"/>
94: <Tool
95: Name="VCResourceCompilerTool"/>
96: <Tool
97: Name="VCWebServiceProxyGeneratorTool"/>
98: <Tool
99: Name="VCXMLDataGeneratorTool"/>
100: <Tool
101: Name="VCManagedWrapperGeneratorTool"/>
102: <Tool
103: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
104: </Configuration>
105: </Configurations>
106: <References>
107: </References>
108: <Files>
109: <Filter
110: Name="Source Files"
111: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
112: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
113: <File
1.1.1.2 ! root 114: RelativePath=".\Aescrypt.c">
! 115: </File>
! 116: <File
! 117: RelativePath=".\Aeskey.c">
! 118: </File>
! 119: <File
! 120: RelativePath=".\Aestab.c">
! 121: </File>
! 122: <File
1.1 root 123: RelativePath=".\Bf_ecb.c">
124: </File>
125: <File
126: RelativePath=".\Bf_enc.c">
127: </File>
128: <File
129: RelativePath=".\Bf_skey.c">
130: </File>
131: <File
132: RelativePath=".\C_ecb.c">
133: </File>
134: <File
135: RelativePath=".\C_enc.c">
136: </File>
137: <File
138: RelativePath=".\C_skey.c">
139: </File>
140: <File
141: RelativePath=".\Des.c">
142: </File>
143: <File
144: RelativePath=".\Des_enc.c">
145: </File>
146: <File
147: RelativePath=".\Ecb3_enc.c">
148: </File>
149: <File
150: RelativePath=".\Idea.c">
151: </File>
152: <File
153: RelativePath=".\Idea_386.c">
154: </File>
155: <File
156: RelativePath=".\Md5.c">
157: </File>
158: <File
159: RelativePath=".\Set_key.c">
160: </File>
161: <File
162: RelativePath=".\Sha.c">
163: </File>
164: <File
165: RelativePath=".\Sha1.c">
166: </File>
167: </Filter>
168: <Filter
169: Name="Header Files"
170: Filter="h;hpp;hxx;hm;inl;inc;xsd"
171: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
172: <File
1.1.1.2 ! root 173: RelativePath=".\Aes.h">
! 174: </File>
! 175: <File
! 176: RelativePath=".\Aesopt.h">
! 177: </File>
! 178: <File
! 179: RelativePath=".\aestab.h">
! 180: </File>
! 181: <File
1.1 root 182: RelativePath=".\Bf_locl.h">
183: </File>
184: <File
185: RelativePath=".\Bf_pi.h">
186: </File>
187: <File
188: RelativePath=".\Blowfish.h">
189: </File>
190: <File
191: RelativePath=".\Cast.h">
192: </File>
193: <File
194: RelativePath=".\Cast_lcl.h">
195: </File>
196: <File
197: RelativePath=".\Cast_s.h">
198: </File>
199: <File
200: RelativePath=".\Des.h">
201: </File>
202: <File
203: RelativePath=".\Des_locl.h">
204: </File>
205: <File
206: RelativePath=".\Idea.h">
207: </File>
208: <File
209: RelativePath=".\Md5.h">
210: </File>
211: <File
212: RelativePath=".\Podd.h">
213: </File>
214: <File
215: RelativePath=".\resource.h">
216: </File>
217: <File
218: RelativePath=".\Set_key.h">
219: </File>
220: <File
221: RelativePath=".\Sha.h">
222: </File>
223: <File
224: RelativePath=".\Sha1.h">
225: </File>
226: <File
227: RelativePath=".\Sk.h">
228: </File>
229: <File
230: RelativePath=".\Spr.h">
231: </File>
232: </Filter>
233: <Filter
234: Name="Resource Files"
235: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
236: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
237: </Filter>
238: </Files>
239: <Globals>
240: </Globals>
241: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.