Annotation of embedaddon/ntp/ports/winnt/ppsapi/skelprov/skeleton-ppsapi-provider.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="skeleton-ppsapi-provider"
! 6: ProjectGUID="{F7842ACD-EB61-4D65-9999-AFB0E77E63EA}"
! 7: RootNamespace="skeletonppsapiprovider"
! 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="2"
! 24: CharacterSet="2"
! 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: AdditionalIncludeDirectories="."
! 45: PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;"
! 46: MinimalRebuild="true"
! 47: ExceptionHandling="0"
! 48: BasicRuntimeChecks="3"
! 49: RuntimeLibrary="1"
! 50: UsePrecompiledHeader="0"
! 51: PrecompiledHeaderThrough="skeleton-ppsapi-provider.h"
! 52: BrowseInformation="1"
! 53: WarningLevel="3"
! 54: DebugInformationFormat="4"
! 55: CompileAs="1"
! 56: />
! 57: <Tool
! 58: Name="VCManagedResourceCompilerTool"
! 59: />
! 60: <Tool
! 61: Name="VCResourceCompilerTool"
! 62: />
! 63: <Tool
! 64: Name="VCPreLinkEventTool"
! 65: />
! 66: <Tool
! 67: Name="VCLinkerTool"
! 68: LinkIncremental="2"
! 69: GenerateManifest="false"
! 70: ModuleDefinitionFile="skeleton-ppsapi-provider.def"
! 71: GenerateDebugInformation="true"
! 72: SubSystem="2"
! 73: TargetMachine="1"
! 74: />
! 75: <Tool
! 76: Name="VCALinkTool"
! 77: />
! 78: <Tool
! 79: Name="VCManifestTool"
! 80: />
! 81: <Tool
! 82: Name="VCXDCMakeTool"
! 83: />
! 84: <Tool
! 85: Name="VCBscMakeTool"
! 86: />
! 87: <Tool
! 88: Name="VCFxCopTool"
! 89: />
! 90: <Tool
! 91: Name="VCAppVerifierTool"
! 92: />
! 93: <Tool
! 94: Name="VCPostBuildEventTool"
! 95: />
! 96: </Configuration>
! 97: <Configuration
! 98: Name="Release|Win32"
! 99: OutputDirectory="$(SolutionDir)$(ConfigurationName)"
! 100: IntermediateDirectory="$(ConfigurationName)"
! 101: ConfigurationType="2"
! 102: CharacterSet="2"
! 103: WholeProgramOptimization="1"
! 104: >
! 105: <Tool
! 106: Name="VCPreBuildEventTool"
! 107: />
! 108: <Tool
! 109: Name="VCCustomBuildTool"
! 110: />
! 111: <Tool
! 112: Name="VCXMLDataGeneratorTool"
! 113: />
! 114: <Tool
! 115: Name="VCWebServiceProxyGeneratorTool"
! 116: />
! 117: <Tool
! 118: Name="VCMIDLTool"
! 119: />
! 120: <Tool
! 121: Name="VCCLCompilerTool"
! 122: Optimization="2"
! 123: EnableIntrinsicFunctions="true"
! 124: AdditionalIncludeDirectories="."
! 125: PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
! 126: ExceptionHandling="0"
! 127: RuntimeLibrary="0"
! 128: EnableFunctionLevelLinking="true"
! 129: UsePrecompiledHeader="0"
! 130: PrecompiledHeaderThrough="skeleton-ppsapi-provider.h"
! 131: BrowseInformation="1"
! 132: WarningLevel="3"
! 133: DebugInformationFormat="3"
! 134: CompileAs="1"
! 135: />
! 136: <Tool
! 137: Name="VCManagedResourceCompilerTool"
! 138: />
! 139: <Tool
! 140: Name="VCResourceCompilerTool"
! 141: />
! 142: <Tool
! 143: Name="VCPreLinkEventTool"
! 144: />
! 145: <Tool
! 146: Name="VCLinkerTool"
! 147: LinkIncremental="1"
! 148: GenerateManifest="false"
! 149: ModuleDefinitionFile="skeleton-ppsapi-provider.def"
! 150: GenerateDebugInformation="true"
! 151: SubSystem="2"
! 152: OptimizeReferences="2"
! 153: EnableCOMDATFolding="2"
! 154: TargetMachine="1"
! 155: />
! 156: <Tool
! 157: Name="VCALinkTool"
! 158: />
! 159: <Tool
! 160: Name="VCManifestTool"
! 161: />
! 162: <Tool
! 163: Name="VCXDCMakeTool"
! 164: />
! 165: <Tool
! 166: Name="VCBscMakeTool"
! 167: />
! 168: <Tool
! 169: Name="VCFxCopTool"
! 170: />
! 171: <Tool
! 172: Name="VCAppVerifierTool"
! 173: />
! 174: <Tool
! 175: Name="VCPostBuildEventTool"
! 176: />
! 177: </Configuration>
! 178: </Configurations>
! 179: <References>
! 180: </References>
! 181: <Files>
! 182: <Filter
! 183: Name="Source Files"
! 184: Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
! 185: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
! 186: >
! 187: <File
! 188: RelativePath=".\skeleton-ppsapi-provider.c"
! 189: >
! 190: <FileConfiguration
! 191: Name="Debug|Win32"
! 192: >
! 193: <Tool
! 194: Name="VCCLCompilerTool"
! 195: GeneratePreprocessedFile="0"
! 196: />
! 197: </FileConfiguration>
! 198: </File>
! 199: </Filter>
! 200: <Filter
! 201: Name="Header Files"
! 202: Filter="h;hpp;hxx;hm;inl;inc;xsd"
! 203: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
! 204: >
! 205: <File
! 206: RelativePath=".\skeleton-ppsapi-provider.h"
! 207: >
! 208: </File>
! 209: <File
! 210: RelativePath=".\sys\time.h"
! 211: >
! 212: </File>
! 213: <File
! 214: RelativePath="..\..\include\timepps.h"
! 215: >
! 216: </File>
! 217: </Filter>
! 218: <Filter
! 219: Name="Resource Files"
! 220: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
! 221: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
! 222: >
! 223: </Filter>
! 224: </Files>
! 225: <Globals>
! 226: </Globals>
! 227: </VisualStudioProject>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>