svn cleanup
[anytun.git] / Sockets / Project.net / Test / Test.vcproj
blobfa24b0e18e8e55a42332bed39b697da17ca966fa
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="Test"
6 ProjectGUID="{D73A0C4B-7554-4A86-A452-5A12675925A0}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="..\bin\d"
16 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="C:\OpenSSL\include;..\Include"
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_OPENSSL"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="1"
27 RuntimeTypeInfo="TRUE"
28 UsePrecompiledHeader="0"
29 WarningLevel="3"
30 Detect64BitPortabilityProblems="TRUE"
31 DebugInformationFormat="4"/>
32 <Tool
33 Name="VCCustomBuildTool"/>
34 <Tool
35 Name="VCLinkerTool"
36 AdditionalDependencies="Sockets.lib libeay32mt.lib ssleay32mt.lib"
37 OutputFile="$(OutDir)/Test.exe"
38 LinkIncremental="2"
39 AdditionalLibraryDirectories="C:\OpenSSL\lib\VC\static;..\lib\D"
40 GenerateDebugInformation="TRUE"
41 ProgramDatabaseFile="$(OutDir)/Test.pdb"
42 SubSystem="1"
43 TargetMachine="1"/>
44 <Tool
45 Name="VCMIDLTool"/>
46 <Tool
47 Name="VCPostBuildEventTool"/>
48 <Tool
49 Name="VCPreBuildEventTool"/>
50 <Tool
51 Name="VCPreLinkEventTool"/>
52 <Tool
53 Name="VCResourceCompilerTool"/>
54 <Tool
55 Name="VCWebServiceProxyGeneratorTool"/>
56 <Tool
57 Name="VCXMLDataGeneratorTool"/>
58 <Tool
59 Name="VCWebDeploymentTool"/>
60 <Tool
61 Name="VCManagedWrapperGeneratorTool"/>
62 <Tool
63 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64 </Configuration>
65 <Configuration
66 Name="Release|Win32"
67 OutputDirectory="..\bin\R"
68 IntermediateDirectory="Release"
69 ConfigurationType="1"
70 CharacterSet="2">
71 <Tool
72 Name="VCCLCompilerTool"
73 AdditionalIncludeDirectories="C:\OpenSSL\include;..\Include"
74 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_OPENSSL"
75 RuntimeLibrary="0"
76 RuntimeTypeInfo="TRUE"
77 UsePrecompiledHeader="0"
78 WarningLevel="3"
79 Detect64BitPortabilityProblems="TRUE"
80 DebugInformationFormat="3"/>
81 <Tool
82 Name="VCCustomBuildTool"/>
83 <Tool
84 Name="VCLinkerTool"
85 AdditionalDependencies="Sockets.lib libeay32mt.lib ssleay32mt.lib"
86 OutputFile="$(OutDir)/Test.exe"
87 LinkIncremental="1"
88 AdditionalLibraryDirectories="C:\OpenSSL\lib\VC\static;..\lib\R"
89 GenerateDebugInformation="TRUE"
90 SubSystem="1"
91 OptimizeReferences="2"
92 EnableCOMDATFolding="2"
93 TargetMachine="1"/>
94 <Tool
95 Name="VCMIDLTool"/>
96 <Tool
97 Name="VCPostBuildEventTool"/>
98 <Tool
99 Name="VCPreBuildEventTool"/>
100 <Tool
101 Name="VCPreLinkEventTool"/>
102 <Tool
103 Name="VCResourceCompilerTool"/>
104 <Tool
105 Name="VCWebServiceProxyGeneratorTool"/>
106 <Tool
107 Name="VCXMLDataGeneratorTool"/>
108 <Tool
109 Name="VCWebDeploymentTool"/>
110 <Tool
111 Name="VCManagedWrapperGeneratorTool"/>
112 <Tool
113 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
114 </Configuration>
115 </Configurations>
116 <References>
117 </References>
118 <Files>
119 <Filter
120 Name="Source Files"
121 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
122 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
123 <File
124 RelativePath="..\..\tests\sockets_test.cpp">
125 </File>
126 </Filter>
127 <Filter
128 Name="Header Files"
129 Filter="h;hpp;hxx;hm;inl;inc;xsd"
130 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
131 </Filter>
132 <Filter
133 Name="Resource Files"
134 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
135 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
136 </Filter>
137 </Files>
138 <Globals>
139 </Globals>
140 </VisualStudioProject>