
1: <?xml version="1.0" encoding="shift_jis"?> 2: <VisualStudioProject 3: ProjectType="Visual C++" 4: Version="8.00" 5: Name="ext-net" 6: ProjectGUID="{1DDD02B9-093D-4BE9-A01E-F3D1154627F5}" 7: RootNamespace="extnet" 8: Keyword="Win32Proj" 9: > 10: <Platforms> 11: <Platform 12: Name="Win32" 13: /> 14: </Platforms> 15: <ToolFiles> 16: </ToolFiles> 17: <Configurations> 18: <Configuration 19: Name="Debug|Win32" 20: ConfigurationType="2" 21: InheritedPropertySheets=".\ext.vsprops" 22: CharacterSet="1" 23: > 24: <Tool 25: Name="VCPreBuildEventTool" 26: /> 27: <Tool 28: Name="VCCustomBuildTool" 29: /> 30: <Tool 31: Name="VCXMLDataGeneratorTool" 32: /> 33: <Tool 34: Name="VCWebServiceProxyGeneratorTool" 35: /> 36: <Tool 37: Name="VCMIDLTool" 38: /> 39: <Tool 40: Name="VCCLCompilerTool" 41: Optimization="0" 42: PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EXTNET_EXPORTS" 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="VCLinkerTool" 62: AdditionalDependencies="ws2_32.lib" 63: OutputFile="$(OutDir)\libnet.dll" 64: LinkIncremental="2" 65: GenerateDebugInformation="true" 66: SubSystem="2" 67: TargetMachine="1" 68: /> 69: <Tool 70: Name="VCALinkTool" 71: /> 72: <Tool 73: Name="VCManifestTool" 74: /> 75: <Tool 76: Name="VCXDCMakeTool" 77: /> 78: <Tool 79: Name="VCBscMakeTool" 80: /> 81: <Tool 82: Name="VCFxCopTool" 83: /> 84: <Tool 85: Name="VCAppVerifierTool" 86: /> 87: <Tool 88: Name="VCWebDeploymentTool" 89: /> 90: <Tool 91: Name="VCPostBuildEventTool" 92: /> 93: </Configuration> 94: <Configuration 95: Name="Release|Win32" 96: OutputDirectory="$(SolutionDir)$(ConfigurationName)" 97: IntermediateDirectory="$(ConfigurationName)" 98: ConfigurationType="2" 99: InheritedPropertySheets=".\ext.vsprops" 100: CharacterSet="1" 101: WholeProgramOptimization="1" 102: > 103: <Tool 104: Name="VCPreBuildEventTool" 105: /> 106: <Tool 107: Name="VCCustomBuildTool" 108: /> 109: <Tool 110: Name="VCXMLDataGeneratorTool" 111: /> 112: <Tool 113: Name="VCWebServiceProxyGeneratorTool" 114: /> 115: <Tool 116: Name="VCMIDLTool" 117: /> 118: <Tool 119: Name="VCCLCompilerTool" 120: PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EXTNET_EXPORTS" 121: RuntimeLibrary="2" 122: UsePrecompiledHeader="0" 123: WarningLevel="3" 124: Detect64BitPortabilityProblems="true" 125: DebugInformationFormat="3" 126: /> 127: <Tool 128: Name="VCManagedResourceCompilerTool" 129: /> 130: <Tool 131: Name="VCResourceCompilerTool" 132: /> 133: <Tool 134: Name="VCPreLinkEventTool" 135: /> 136: <Tool 137: Name="VCLinkerTool" 138: LinkIncremental="1" 139: GenerateDebugInformation="true" 140: SubSystem="2" 141: OptimizeReferences="2" 142: EnableCOMDATFolding="2" 143: TargetMachine="1" 144: /> 145: <Tool 146: Name="VCALinkTool" 147: /> 148: <Tool 149: Name="VCManifestTool" 150: /> 151: <Tool 152: Name="VCXDCMakeTool" 153: /> 154: <Tool 155: Name="VCBscMakeTool" 156: /> 157: <Tool 158: Name="VCFxCopTool" 159: /> 160: <Tool 161: Name="VCAppVerifierTool" 162: /> 163: <Tool 164: Name="VCWebDeploymentTool" 165: /> 166: <Tool 167: Name="VCPostBuildEventTool" 168: /> 169: </Configuration> 170: </Configurations> 171: <References> 172: <ProjectReference 173: ReferencedProjectIdentifier="{269A68B7-2FE2-4C84-9E55-65240F4E892C}" 174: RelativePathToProject=".\libgauche.vcproj" 175: /> 176: <ProjectReference 177: ReferencedProjectIdentifier="{C4EDEAE3-3E92-4940-84A6-FA441B933C2F}" 178: RelativePathToProject=".\ext-uvector.vcproj" 179: /> 180: </References> 181: <Files> 182: <File 183: RelativePath="..\ext\net\addr.c" 184: > 185: </File> 186: <File 187: RelativePath="..\ext\net\net.c" 188: > 189: </File> 190: <File 191: RelativePath="..\ext\net\gauche\net.h" 192: > 193: </File> 194: <File 195: RelativePath="..\ext\net\netaux.c" 196: > 197: </File> 198: <File 199: RelativePath="..\ext\net\netdb.c" 200: > 201: </File> 202: <File 203: RelativePath="..\ext\net\netlib.c" 204: > 205: </File> 206: </Files> 207: <Globals> 208: </Globals> 209: </VisualStudioProject>