Asp.net源码专业站
首页->新闻文章->HuGo版文章发布系统(三层MVC模式)>>BLL/BLL.csproj>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:HuGo版文章发布系统(三层MVC模式)
当前文件:文件类型 HuGoMvcArticle/BLL/BLL.csproj[2K,2009-6-12 11:44:47]打开代码结构图
普通视图
		            
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 <PropertyGroup> 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0.21022</ProductVersion> 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{002BDEE5-5B29-448B-91B9-3F4E9B9F10FF}</ProjectGuid> 8 <OutputType>Library</OutputType> 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <RootNamespace>BLL</RootNamespace> 11 <AssemblyName>BLL</AssemblyName> 12 <FileUpgradeFlags> 13 </FileUpgradeFlags> 14 <UpgradeBackupLocation> 15 </UpgradeBackupLocation> 16 <OldToolsVersion>2.0</OldToolsVersion> 17 </PropertyGroup> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 19 <DebugSymbols>true</DebugSymbols> 20 <DebugType>full</DebugType> 21 <Optimize>false</Optimize> 22 <OutputPath>bin\Debug\</OutputPath> 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 <ErrorReport>prompt</ErrorReport> 25 <WarningLevel>4</WarningLevel> 26 </PropertyGroup> 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 28 <DebugType>pdbonly</DebugType> 29 <Optimize>true</Optimize> 30 <OutputPath>bin\Release\</OutputPath> 31 <DefineConstants>TRACE</DefineConstants> 32 <ErrorReport>prompt</ErrorReport> 33 <WarningLevel>4</WarningLevel> 34 </PropertyGroup> 35 <ItemGroup> 36 <Reference Include="System" /> 37 <Reference Include="System.Data" /> 38 <Reference Include="System.Web" /> 39 <Reference Include="System.Xml" /> 40 </ItemGroup> 41 <ItemGroup> 42 <Compile Include="ArticleBll.cs" /> 43 <Compile Include="Properties\AssemblyInfo.cs" /> 44 <Compile Include="UserBll.cs" /> 45 </ItemGroup> 46 <ItemGroup> 47 <ProjectReference Include="..\Common\Common.csproj"> 48 <Project>{B809AF5E-DC1D-4A18-AEBD-4EB57D181ED3}</Project> 49 <Name>Common</Name> 50 </ProjectReference> 51 <ProjectReference Include="..\DAL\DAL.csproj"> 52 <Project>{579609EE-0BEF-473A-9F97-B6730A46907E}</Project> 53 <Name>DAL</Name> 54 </ProjectReference> 55 </ItemGroup> 56 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 57 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 58 Other similar extension points exist, see Microsoft.Common.targets. 59 <Target Name="BeforeBuild"> 60 </Target> 61 <Target Name="AfterBuild"> 62 </Target> 63 --> 64</Project>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:HuGo版文章发布系统(三层MVC模式)
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146