Tomato 1.26
[tomato.git] / release / src / router / matrixssl / examples / httpsClient.vcproj
blobc903857b35d5e4b601ead5e122b66617c0265327
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="httpsClient"
6 ProjectGUID="{FEB5FEAA-EF6D-42E6-847B-AB015B9A2E68}"
7 Keyword="Win32Proj"
8 TargetFrameworkVersion="131072"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="Debug"
21 IntermediateDirectory="Debug"
22 ConfigurationType="1"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;_WIN32_WINNT=0x0500"
44 ExceptionHandling="0"
45 RuntimeLibrary="3"
46 WarningLevel="3"
47 Detect64BitPortabilityProblems="false"
48 DebugInformationFormat="4"
49 CompileAs="1"
51 <Tool
52 Name="VCManagedResourceCompilerTool"
54 <Tool
55 Name="VCResourceCompilerTool"
57 <Tool
58 Name="VCPreLinkEventTool"
60 <Tool
61 Name="VCLinkerTool"
62 AdditionalDependencies="ws2_32.lib libmatrixssl.lib"
63 AdditionalLibraryDirectories="..\src\$(OutDir)"
64 GenerateDebugInformation="true"
65 RandomizedBaseAddress="1"
66 DataExecutionPrevention="0"
68 <Tool
69 Name="VCALinkTool"
71 <Tool
72 Name="VCManifestTool"
74 <Tool
75 Name="VCXDCMakeTool"
77 <Tool
78 Name="VCBscMakeTool"
80 <Tool
81 Name="VCFxCopTool"
83 <Tool
84 Name="VCAppVerifierTool"
86 <Tool
87 Name="VCPostBuildEventTool"
88 CommandLine="copy ..\src\$(OutDir)\libmatrixssl.dll .\$(OutDir)&#x0D;&#x0A;copy CAcertSrv.pem $(OutDir)&#x0D;&#x0A;"
90 </Configuration>
91 <Configuration
92 Name="Release|Win32"
93 OutputDirectory="Release"
94 IntermediateDirectory="Release"
95 ConfigurationType="1"
96 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
98 <Tool
99 Name="VCPreBuildEventTool"
101 <Tool
102 Name="VCCustomBuildTool"
104 <Tool
105 Name="VCXMLDataGeneratorTool"
107 <Tool
108 Name="VCWebServiceProxyGeneratorTool"
110 <Tool
111 Name="VCMIDLTool"
113 <Tool
114 Name="VCCLCompilerTool"
115 Optimization="3"
116 FavorSizeOrSpeed="2"
117 PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0500"
118 ExceptionHandling="0"
119 RuntimeLibrary="2"
120 CompileAs="1"
122 <Tool
123 Name="VCManagedResourceCompilerTool"
125 <Tool
126 Name="VCResourceCompilerTool"
128 <Tool
129 Name="VCPreLinkEventTool"
131 <Tool
132 Name="VCLinkerTool"
133 AdditionalDependencies="ws2_32.lib libmatrixssl.lib"
134 AdditionalLibraryDirectories="..\src\$(OutDir)"
135 GenerateDebugInformation="false"
136 RandomizedBaseAddress="1"
137 DataExecutionPrevention="0"
139 <Tool
140 Name="VCALinkTool"
142 <Tool
143 Name="VCManifestTool"
145 <Tool
146 Name="VCXDCMakeTool"
148 <Tool
149 Name="VCBscMakeTool"
151 <Tool
152 Name="VCFxCopTool"
154 <Tool
155 Name="VCAppVerifierTool"
157 <Tool
158 Name="VCPostBuildEventTool"
159 CommandLine="copy ..\src\$(OutDir)\libmatrixssl.dll .\$(OutDir)&#x0D;&#x0A;copy certCln.pem $(OutDir)&#x0D;&#x0A;copy CAcertSrv.pem $(OutDir)&#x0D;&#x0A;copy privkeyCln.pem $(OutDir)&#x0D;&#x0A;"
161 </Configuration>
162 </Configurations>
163 <References>
164 </References>
165 <Files>
166 <File
167 RelativePath="httpsClient.c"
169 </File>
170 <File
171 RelativePath="sslSocket.c"
173 </File>
174 <File
175 RelativePath="sslSocket.h"
177 </File>
178 </Files>
179 <Globals>
180 </Globals>
181 </VisualStudioProject>