1<?xml version="1.0" encoding="UTF-8"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8,00" 5 Name="rdesktop-core" 6 ProjectGUID="{8620E9B2-9AF0-4F69-A5AF-C195D5F86372}" 7 Keyword="Win32Proj" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 16 <Configurations> 17 <Configuration 18 Name="Debug|Win32" 19 OutputDirectory="Debug" 20 IntermediateDirectory="Debug" 21 ConfigurationType="4" 22 > 23 <Tool 24 Name="VCPreBuildEventTool" 25 /> 26 <Tool 27 Name="VCCustomBuildTool" 28 /> 29 <Tool 30 Name="VCXMLDataGeneratorTool" 31 /> 32 <Tool 33 Name="VCWebServiceProxyGeneratorTool" 34 /> 35 <Tool 36 Name="VCMIDLTool" 37 /> 38 <Tool 39 Name="VCCLCompilerTool" 40 Optimization="0" 41 AdditionalIncludeDirectories=""C:\Documents and Settings\All Users\Documenti\openssl-0.9.8b\inc32"" 42 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;" 43 MinimalRebuild="true" 44 BasicRuntimeChecks="3" 45 RuntimeLibrary="3" 46 UsePrecompiledHeader="0" 47 WarningLevel="3" 48 Detect64BitPortabilityProblems="true" 49 DebugInformationFormat="4" 50 /> 51 <Tool 52 Name="VCManagedResourceCompilerTool" 53 /> 54 <Tool 55 Name="VCResourceCompilerTool" 56 /> 57 <Tool 58 Name="VCPreLinkEventTool" 59 /> 60 <Tool 61 Name="VCLibrarianTool" 62 /> 63 <Tool 64 Name="VCALinkTool" 65 /> 66 <Tool 67 Name="VCXDCMakeTool" 68 /> 69 <Tool 70 Name="VCBscMakeTool" 71 /> 72 <Tool 73 Name="VCFxCopTool" 74 /> 75 <Tool 76 Name="VCPostBuildEventTool" 77 /> 78 </Configuration> 79 <Configuration 80 Name="Release|Win32" 81 OutputDirectory="Release" 82 IntermediateDirectory="Release" 83 ConfigurationType="4" 84 > 85 <Tool 86 Name="VCPreBuildEventTool" 87 /> 88 <Tool 89 Name="VCCustomBuildTool" 90 /> 91 <Tool 92 Name="VCXMLDataGeneratorTool" 93 /> 94 <Tool 95 Name="VCWebServiceProxyGeneratorTool" 96 /> 97 <Tool 98 Name="VCMIDLTool" 99 /> 100 <Tool 101 Name="VCCLCompilerTool" 102 AdditionalIncludeDirectories=""C:\Documents and Settings\All Users\Documenti\openssl-0.9.8b\inc32"" 103 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 104 RuntimeLibrary="2" 105 UsePrecompiledHeader="0" 106 WarningLevel="3" 107 Detect64BitPortabilityProblems="true" 108 DebugInformationFormat="3" 109 /> 110 <Tool 111 Name="VCManagedResourceCompilerTool" 112 /> 113 <Tool 114 Name="VCResourceCompilerTool" 115 /> 116 <Tool 117 Name="VCPreLinkEventTool" 118 /> 119 <Tool 120 Name="VCLibrarianTool" 121 /> 122 <Tool 123 Name="VCALinkTool" 124 /> 125 <Tool 126 Name="VCXDCMakeTool" 127 /> 128 <Tool 129 Name="VCBscMakeTool" 130 /> 131 <Tool 132 Name="VCFxCopTool" 133 /> 134 <Tool 135 Name="VCPostBuildEventTool" 136 /> 137 </Configuration> 138 </Configurations> 139 <References> 140 </References> 141 <Files> 142 <Filter 143 Name="Header Files" 144 Filter="h;hpp;hxx;hm;inl;inc;xsd" 145 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 146 > 147 <File 148 RelativePath=".\constants.h" 149 > 150 </File> 151 <File 152 RelativePath=".\disk.h" 153 > 154 </File> 155 <File 156 RelativePath=".\orders.h" 157 > 158 </File> 159 <File 160 RelativePath=".\parse.h" 161 > 162 </File> 163 <File 164 RelativePath=".\proto.h" 165 > 166 </File> 167 <File 168 RelativePath=".\rdesktop.h" 169 > 170 </File> 171 <File 172 RelativePath=".\scancodes.h" 173 > 174 </File> 175 <File 176 RelativePath=".\seamless.h" 177 > 178 </File> 179 <File 180 RelativePath=".\types.h" 181 > 182 </File> 183 <File 184 RelativePath=".\xproto.h" 185 > 186 </File> 187 </Filter> 188 <Filter 189 Name="Resource Files" 190 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 191 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 192 > 193 </Filter> 194 <Filter 195 Name="Source Files" 196 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 197 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 198 > 199 <File 200 RelativePath=".\bitmap.c" 201 > 202 </File> 203 <File 204 RelativePath=".\cache.c" 205 > 206 </File> 207 <File 208 RelativePath=".\iso.c" 209 > 210 </File> 211 <File 212 RelativePath=".\licence.c" 213 > 214 </File> 215 <File 216 RelativePath=".\mcs.c" 217 > 218 </File> 219 <File 220 RelativePath=".\mppc.c" 221 > 222 </File> 223 <File 224 RelativePath=".\orders.c" 225 > 226 </File> 227 <File 228 RelativePath=".\pstcache.c" 229 > 230 </File> 231 <File 232 RelativePath=".\rdp.c" 233 > 234 </File> 235 <File 236 RelativePath=".\rdp5.c" 237 > 238 </File> 239 <File 240 RelativePath=".\secure.c" 241 > 242 </File> 243 <File 244 RelativePath=".\tcp.c" 245 > 246 </File> 247 </Filter> 248 </Files> 249 <Globals> 250 </Globals> 251</VisualStudioProject> 252