Client.csproj
资源名称:P2P c#.rar [点击查看]
上传用户:hkhxjs
上传日期:2008-11-25
资源大小:155k
文件大小:5k
源码类别:
Internet/网络编程
开发平台:
C#
- <VisualStudioProject>
- <CSHARP
- ProjectType = "Local"
- ProductVersion = "7.10.3077"
- SchemaVersion = "2.0"
- >
- <Build>
- <Settings
- ApplicationIcon = ""
- AssemblyKeyContainerName = ""
- AssemblyName = "Client"
- AssemblyOriginatorKeyFile = ""
- DefaultClientScript = "JScript"
- DefaultHTMLPageLayout = "Flow"
- DefaultTargetSchema = "IE32Nav30"
- DelaySign = "false"
- OutputType = "WinExe"
- PreBuildEvent = ""
- PostBuildEvent = ""
- RootNamespace = "Client"
- RunPostBuildEvent = "OnBuildSuccess"
- StartupObject = "Client.frmClient"
- >
- <Config
- Name = "Debug"
- AllowUnsafeBlocks = "false"
- BaseAddress = "0"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "DEBUG;TRACE"
- DocumentationFile = ""
- DebugSymbols = "true"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "binDebug"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- <Config
- Name = "Release"
- AllowUnsafeBlocks = "false"
- BaseAddress = "0"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "TRACE"
- DocumentationFile = ""
- DebugSymbols = "false"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "true"
- OutputPath = "binRelease"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- </Settings>
- <References>
- <Reference
- Name = "mscorlib"
- AssemblyName = "mscorlib"
- />
- <Reference
- Name = "System"
- AssemblyName = "System"
- />
- <Reference
- Name = "System.Drawing"
- AssemblyName = "System.Drawing"
- />
- <Reference
- Name = "System.Windows.Forms"
- AssemblyName = "System.Windows.Forms"
- />
- <Reference
- Name = "WorkingWithXML"
- AssemblyName = "WorkingWithXML"
- />
- </References>
- </Build>
- <Files>
- <Include>
- <File
- RelPath = "AssemblyInfo.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "frmClient.cs"
- SubType = "Form"
- BuildAction = "Compile"
- />
- <File
- RelPath = "frmClient.resx"
- DependentUpon = "frmClient.cs"
- BuildAction = "EmbeddedResource"
- />
- <File
- RelPath = "frmSearch.cs"
- SubType = "Form"
- BuildAction = "Compile"
- />
- <File
- RelPath = "frmSearch.resx"
- DependentUpon = "frmSearch.cs"
- BuildAction = "EmbeddedResource"
- />
- <File
- RelPath = "frmShare.cs"
- SubType = "Form"
- BuildAction = "Compile"
- />
- <File
- RelPath = "frmShare.resx"
- DependentUpon = "frmShare.cs"
- BuildAction = "EmbeddedResource"
- />
- <File
- RelPath = "licenses.licx"
- BuildAction = "Content"
- />
- </Include>
- </Files>
- </CSHARP>
- </VisualStudioProject>