Annotation of embedaddon/miniupnpc/msvc/miniupnpc.vcproj, revision 1.1
1.1 ! misho 1: <?xml version="1.0" encoding="Windows-1252"?>
! 2: <VisualStudioProject
! 3: ProjectType="Visual C++"
! 4: Version="9,00"
! 5: Name="miniupnpc"
! 6: ProjectGUID="{D28CE435-CB33-4BAE-8A52-C6EF915956F5}"
! 7: RootNamespace="miniupnpc"
! 8: Keyword="Win32Proj"
! 9: TargetFrameworkVersion="196613"
! 10: >
! 11: <Platforms>
! 12: <Platform
! 13: Name="Win32"
! 14: />
! 15: </Platforms>
! 16: <ToolFiles>
! 17: </ToolFiles>
! 18: <Configurations>
! 19: <Configuration
! 20: Name="Debug|Win32"
! 21: OutputDirectory="$(SolutionDir)$(ConfigurationName)"
! 22: IntermediateDirectory="$(ConfigurationName)"
! 23: ConfigurationType="4"
! 24: CharacterSet="1"
! 25: >
! 26: <Tool
! 27: Name="VCPreBuildEventTool"
! 28: />
! 29: <Tool
! 30: Name="VCCustomBuildTool"
! 31: />
! 32: <Tool
! 33: Name="VCXMLDataGeneratorTool"
! 34: />
! 35: <Tool
! 36: Name="VCWebServiceProxyGeneratorTool"
! 37: />
! 38: <Tool
! 39: Name="VCMIDLTool"
! 40: />
! 41: <Tool
! 42: Name="VCCLCompilerTool"
! 43: Optimization="0"
! 44: PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;STATICLIB;DEBUG"
! 45: MinimalRebuild="true"
! 46: BasicRuntimeChecks="3"
! 47: RuntimeLibrary="3"
! 48: UsePrecompiledHeader="0"
! 49: WarningLevel="3"
! 50: DebugInformationFormat="4"
! 51: />
! 52: <Tool
! 53: Name="VCManagedResourceCompilerTool"
! 54: />
! 55: <Tool
! 56: Name="VCResourceCompilerTool"
! 57: />
! 58: <Tool
! 59: Name="VCPreLinkEventTool"
! 60: />
! 61: <Tool
! 62: Name="VCLibrarianTool"
! 63: />
! 64: <Tool
! 65: Name="VCALinkTool"
! 66: />
! 67: <Tool
! 68: Name="VCXDCMakeTool"
! 69: />
! 70: <Tool
! 71: Name="VCBscMakeTool"
! 72: />
! 73: <Tool
! 74: Name="VCFxCopTool"
! 75: />
! 76: <Tool
! 77: Name="VCPostBuildEventTool"
! 78: />
! 79: </Configuration>
! 80: <Configuration
! 81: Name="Release|Win32"
! 82: OutputDirectory="$(SolutionDir)$(ConfigurationName)"
! 83: IntermediateDirectory="$(ConfigurationName)"
! 84: ConfigurationType="4"
! 85: CharacterSet="1"
! 86: WholeProgramOptimization="1"
! 87: >
! 88: <Tool
! 89: Name="VCPreBuildEventTool"
! 90: />
! 91: <Tool
! 92: Name="VCCustomBuildTool"
! 93: />
! 94: <Tool
! 95: Name="VCXMLDataGeneratorTool"
! 96: />
! 97: <Tool
! 98: Name="VCWebServiceProxyGeneratorTool"
! 99: />
! 100: <Tool
! 101: Name="VCMIDLTool"
! 102: />
! 103: <Tool
! 104: Name="VCCLCompilerTool"
! 105: Optimization="2"
! 106: EnableIntrinsicFunctions="true"
! 107: PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;WIN32;STATICLIB"
! 108: RuntimeLibrary="2"
! 109: EnableFunctionLevelLinking="true"
! 110: UsePrecompiledHeader="0"
! 111: WarningLevel="3"
! 112: DebugInformationFormat="3"
! 113: />
! 114: <Tool
! 115: Name="VCManagedResourceCompilerTool"
! 116: />
! 117: <Tool
! 118: Name="VCResourceCompilerTool"
! 119: />
! 120: <Tool
! 121: Name="VCPreLinkEventTool"
! 122: />
! 123: <Tool
! 124: Name="VCLibrarianTool"
! 125: />
! 126: <Tool
! 127: Name="VCALinkTool"
! 128: />
! 129: <Tool
! 130: Name="VCXDCMakeTool"
! 131: />
! 132: <Tool
! 133: Name="VCBscMakeTool"
! 134: />
! 135: <Tool
! 136: Name="VCFxCopTool"
! 137: />
! 138: <Tool
! 139: Name="VCPostBuildEventTool"
! 140: />
! 141: </Configuration>
! 142: </Configurations>
! 143: <References>
! 144: </References>
! 145: <Files>
! 146: <Filter
! 147: Name="Fichiers sources"
! 148: Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
! 149: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
! 150: >
! 151: <File
! 152: RelativePath="..\connecthostport.c"
! 153: >
! 154: </File>
! 155: <File
! 156: RelativePath="..\igd_desc_parse.c"
! 157: >
! 158: </File>
! 159: <File
! 160: RelativePath="..\minisoap.c"
! 161: >
! 162: </File>
! 163: <File
! 164: RelativePath="..\miniupnpc.c"
! 165: >
! 166: </File>
! 167: <File
! 168: RelativePath="..\miniwget.c"
! 169: >
! 170: </File>
! 171: <File
! 172: RelativePath="..\minixml.c"
! 173: >
! 174: </File>
! 175: <File
! 176: RelativePath="..\portlistingparse.c"
! 177: >
! 178: </File>
! 179: <File
! 180: RelativePath="..\receivedata.c"
! 181: >
! 182: </File>
! 183: <File
! 184: RelativePath="..\upnpcommands.c"
! 185: >
! 186: </File>
! 187: <File
! 188: RelativePath="..\upnperrors.c"
! 189: >
! 190: </File>
! 191: <File
! 192: RelativePath="..\upnpreplyparse.c"
! 193: >
! 194: </File>
! 195: </Filter>
! 196: <Filter
! 197: Name="Fichiers d'en-tête"
! 198: Filter="h;hpp;hxx;hm;inl;inc;xsd"
! 199: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
! 200: >
! 201: <File
! 202: RelativePath="..\bsdqueue.h"
! 203: >
! 204: </File>
! 205: <File
! 206: RelativePath="..\connecthostport.h"
! 207: >
! 208: </File>
! 209: <File
! 210: RelativePath="..\declspec.h"
! 211: >
! 212: </File>
! 213: <File
! 214: RelativePath="..\igd_desc_parse.h"
! 215: >
! 216: </File>
! 217: <File
! 218: RelativePath="..\minisoap.h"
! 219: >
! 220: </File>
! 221: <File
! 222: RelativePath="..\miniupnpc.h"
! 223: >
! 224: </File>
! 225: <File
! 226: RelativePath="..\miniupnpcstrings.h"
! 227: >
! 228: </File>
! 229: <File
! 230: RelativePath="..\miniupnpctypes.h"
! 231: >
! 232: </File>
! 233: <File
! 234: RelativePath="..\miniwget.h"
! 235: >
! 236: </File>
! 237: <File
! 238: RelativePath="..\minixml.h"
! 239: >
! 240: </File>
! 241: <File
! 242: RelativePath="..\portlistingparse.h"
! 243: >
! 244: </File>
! 245: <File
! 246: RelativePath="..\receivedata.h"
! 247: >
! 248: </File>
! 249: <File
! 250: RelativePath="..\upnpcommands.h"
! 251: >
! 252: </File>
! 253: <File
! 254: RelativePath="..\upnperrors.h"
! 255: >
! 256: </File>
! 257: <File
! 258: RelativePath="..\upnpreplyparse.h"
! 259: >
! 260: </File>
! 261: </Filter>
! 262: <Filter
! 263: Name="Fichiers de ressources"
! 264: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
! 265: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
! 266: >
! 267: </Filter>
! 268: </Files>
! 269: <Globals>
! 270: </Globals>
! 271: </VisualStudioProject>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>