1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="telnetd" 6 ProjectGUID="{3B4D6C18-202E-41C8-B1E8-0FC5CD940819}" 7 RootNamespace="telnetd" 8 TargetFrameworkVersion="196613" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 17 <Configurations> 18 <Configuration 19 Name="Debug|Win32" 20 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 21 IntermediateDirectory="$(ConfigurationName)" 22 ConfigurationType="1" 23 CharacterSet="2" 24 > 25 <Tool 26 Name="VCPreBuildEventTool" 27 /> 28 <Tool 29 Name="VCCustomBuildTool" 30 /> 31 <Tool 32 Name="VCXMLDataGeneratorTool" 33 /> 34 <Tool 35 Name="VCWebServiceProxyGeneratorTool" 36 /> 37 <Tool 38 Name="VCMIDLTool" 39 /> 40 <Tool 41 Name="VCCLCompilerTool" 42 Optimization="0" 43 MinimalRebuild="true" 44 ExceptionHandling="0" 45 BasicRuntimeChecks="3" 46 WarningLevel="3" 47 DebugInformationFormat="4" 48 CallingConvention="2" 49 CompileAs="1" 50 /> 51 <Tool 52 Name="VCManagedResourceCompilerTool" 53 /> 54 <Tool 55 Name="VCResourceCompilerTool" 56 /> 57 <Tool 58 Name="VCPreLinkEventTool" 59 /> 60 <Tool 61 Name="VCLinkerTool" 62 AdditionalDependencies="msvcrt.lib advapi32.lib ws2_32.lib" 63 IgnoreAllDefaultLibraries="true" 64 GenerateDebugInformation="true" 65 TargetMachine="1" 66 /> 67 <Tool 68 Name="VCALinkTool" 69 /> 70 <Tool 71 Name="VCManifestTool" 72 /> 73 <Tool 74 Name="VCXDCMakeTool" 75 /> 76 <Tool 77 Name="VCBscMakeTool" 78 /> 79 <Tool 80 Name="VCFxCopTool" 81 /> 82 <Tool 83 Name="VCAppVerifierTool" 84 /> 85 <Tool 86 Name="VCPostBuildEventTool" 87 /> 88 </Configuration> 89 <Configuration 90 Name="Release|Win32" 91 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 92 IntermediateDirectory="$(ConfigurationName)" 93 ConfigurationType="1" 94 CharacterSet="2" 95 WholeProgramOptimization="1" 96 > 97 <Tool 98 Name="VCPreBuildEventTool" 99 /> 100 <Tool 101 Name="VCCustomBuildTool" 102 /> 103 <Tool 104 Name="VCXMLDataGeneratorTool" 105 /> 106 <Tool 107 Name="VCWebServiceProxyGeneratorTool" 108 /> 109 <Tool 110 Name="VCMIDLTool" 111 /> 112 <Tool 113 Name="VCCLCompilerTool" 114 Optimization="2" 115 EnableIntrinsicFunctions="true" 116 RuntimeLibrary="2" 117 EnableFunctionLevelLinking="true" 118 WarningLevel="3" 119 DebugInformationFormat="3" 120 /> 121 <Tool 122 Name="VCManagedResourceCompilerTool" 123 /> 124 <Tool 125 Name="VCResourceCompilerTool" 126 /> 127 <Tool 128 Name="VCPreLinkEventTool" 129 /> 130 <Tool 131 Name="VCLinkerTool" 132 GenerateDebugInformation="true" 133 OptimizeReferences="2" 134 EnableCOMDATFolding="2" 135 TargetMachine="1" 136 /> 137 <Tool 138 Name="VCALinkTool" 139 /> 140 <Tool 141 Name="VCManifestTool" 142 /> 143 <Tool 144 Name="VCXDCMakeTool" 145 /> 146 <Tool 147 Name="VCBscMakeTool" 148 /> 149 <Tool 150 Name="VCFxCopTool" 151 /> 152 <Tool 153 Name="VCAppVerifierTool" 154 /> 155 <Tool 156 Name="VCPostBuildEventTool" 157 /> 158 </Configuration> 159 </Configurations> 160 <References> 161 </References> 162 <Files> 163 <Filter 164 Name="Source Files" 165 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 166 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 167 > 168 <File 169 RelativePath=".\serviceentry.c" 170 > 171 </File> 172 <File 173 RelativePath=".\telnetd.c" 174 > 175 </File> 176 </Filter> 177 <Filter 178 Name="Header Files" 179 Filter="h;hpp;hxx;hm;inl;inc;xsd" 180 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 181 > 182 <File 183 RelativePath=".\telnetd.h" 184 > 185 </File> 186 </Filter> 187 <Filter 188 Name="Resource Files" 189 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 190 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 191 > 192 </Filter> 193 </Files> 194 <Globals> 195 </Globals> 196</VisualStudioProject> 197