您目前尚未登陆,请选择【登陆】或【注册
首页->新闻文章->mvc入门练习源码>>DALFactory/DALFactory.csproj>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:mvc入门练习源码
当前文件:文件类型 UUWQYBQXNVQ96/DALFactory/DALFactory.csproj打开代码结构图
普通视图
		            
1<VisualStudioProject> 2 <CSHARP 3 ProjectType = "Local" 4 ProductVersion = "7.10.3077" 5 SchemaVersion = "2.0" 6 ProjectGuid = "{9C4C9AE4-41B3-48C1-81DC-22BD61FFDF00}" 7 > 8 <Build> 9 <Settings 10 ApplicationIcon = "" 11 AssemblyKeyContainerName = "" 12 AssemblyName = "DALFactory" 13 AssemblyOriginatorKeyFile = "" 14 DefaultClientScript = "JScript" 15 DefaultHTMLPageLayout = "Grid" 16 DefaultTargetSchema = "IE50" 17 DelaySign = "false" 18 OutputType = "Library" 19 PreBuildEvent = "" 20 PostBuildEvent = "" 21 RootNamespace = "DALFactory" 22 RunPostBuildEvent = "OnBuildSuccess" 23 StartupObject = "" 24 > 25 <Config 26 Name = "Debug" 27 AllowUnsafeBlocks = "false" 28 BaseAddress = "285212672" 29 CheckForOverflowUnderflow = "false" 30 ConfigurationOverrideFile = "" 31 DefineConstants = "DEBUG;TRACE" 32 DocumentationFile = "" 33 DebugSymbols = "true" 34 FileAlignment = "4096" 35 IncrementalBuild = "false" 36 NoStdLib = "false" 37 NoWarn = "" 38 Optimize = "false" 39 OutputPath = "bin\Debug\" 40 RegisterForComInterop = "false" 41 RemoveIntegerChecks = "false" 42 TreatWarningsAsErrors = "false" 43 WarningLevel = "4" 44 /> 45 <Config 46 Name = "Release" 47 AllowUnsafeBlocks = "false" 48 BaseAddress = "285212672" 49 CheckForOverflowUnderflow = "false" 50 ConfigurationOverrideFile = "" 51 DefineConstants = "TRACE" 52 DocumentationFile = "" 53 DebugSymbols = "false" 54 FileAlignment = "4096" 55 IncrementalBuild = "false" 56 NoStdLib = "false" 57 NoWarn = "" 58 Optimize = "true" 59 OutputPath = "bin\Release\" 60 RegisterForComInterop = "false" 61 RemoveIntegerChecks = "false" 62 TreatWarningsAsErrors = "false" 63 WarningLevel = "4" 64 /> 65 </Settings> 66 <References> 67 <Reference 68 Name = "System" 69 AssemblyName = "System" 70 HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" 71 /> 72 <Reference 73 Name = "System.Data" 74 AssemblyName = "System.Data" 75 HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" 76 /> 77 <Reference 78 Name = "System.XML" 79 AssemblyName = "System.XML" 80 HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" 81 /> 82 <Reference 83 Name = "IDAL" 84 Project = "{4C1B6B8D-CDA9-4D3E-B16E-88751919A7D6}" 85 Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 86 /> 87 <Reference 88 Name = "SQLServerDAL" 89 Project = "{AFC02911-49EF-4E82-A583-C609B512DB98}" 90 Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 91 /> 92 </References> 93 </Build> 94 <Files> 95 <Include> 96 <File 97 RelPath = "AssemblyInfo.cs" 98 SubType = "Code" 99 BuildAction = "Compile" 100 /> 101 <File 102 RelPath = "Content.cs" 103 SubType = "Code" 104 BuildAction = "Compile" 105 /> 106 </Include> 107 </Files> 108 </CSHARP> 109</VisualStudioProject> 110 111
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:mvc入门练习源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号