您目前尚未登陆,请选择【登陆】或【注册
首页->全站代码->逐迹内容管理系统AspxNuke v2.0源码>>Portal/NHibernateDAL/AspxNuke.Portal.NHibernateDAL.csproj>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:逐迹内容管理系统AspxNuke v2.0源码


当前文件路径:AspxNuke/Portal/NHibernateDAL/AspxNuke.Portal.NHibernateDAL.csproj 文件类型
普通视图
		            
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <PropertyGroup> 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>8.0.50727</ProductVersion> 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{4C01FC38-CD01-4E4D-9AC5-DA696549A433}</ProjectGuid> 8 <OutputType>Library</OutputType> 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <RootNamespace>AspxNuke.Portal.NHibernateDAL</RootNamespace> 11 <AssemblyName>AspxNuke.Portal.NHibernateDAL</AssemblyName> 12 </PropertyGroup> 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 14 <DebugSymbols>true</DebugSymbols> 15 <DebugType>full</DebugType> 16 <Optimize>false</Optimize> 17 <OutputPath>bin\Debug\</OutputPath> 18 <DefineConstants>DEBUG;TRACE</DefineConstants> 19 <ErrorReport>prompt</ErrorReport> 20 <WarningLevel>4</WarningLevel> 21 </PropertyGroup> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 23 <DebugType>pdbonly</DebugType> 24 <Optimize>true</Optimize> 25 <OutputPath>bin\Release\</OutputPath> 26 <DefineConstants>TRACE</DefineConstants> 27 <ErrorReport>prompt</ErrorReport> 28 <WarningLevel>4</WarningLevel> 29 </PropertyGroup> 30 <ItemGroup> 31 <Reference Include="NHibernate, Version=1.2.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL"> 32 <SpecificVersion>False</SpecificVersion> 33 <HintPath>..\WebUI\bin\NHibernate.dll</HintPath> 34 </Reference> 35 <Reference Include="System" /> 36 <Reference Include="System.Data" /> 37 <Reference Include="System.Web" /> 38 <Reference Include="System.Xml" /> 39 </ItemGroup> 40 <ItemGroup> 41 <Compile Include="BaseDAL.cs" /> 42 <Compile Include="Channel.cs" /> 43 <Compile Include="ContentItem.cs" /> 44 <Compile Include="UUMS\Control.cs" /> 45 <Compile Include="UUMS\ControlAttribute.cs" /> 46 <Compile Include="UUMS\ControlType.cs" /> 47 <Compile Include="Logging.cs" /> 48 <Compile Include="UUMS\PermissionSummary.cs" /> 49 <Compile Include="UUMS\Method.cs" /> 50 <Compile Include="NHibernateHelper.cs" /> 51 <Compile Include="Plugin.cs" /> 52 <Compile Include="Properties\AssemblyInfo.cs" /> 53 <Compile Include="UUMS\Role.cs" /> 54 <Compile Include="Site.cs" /> 55 <Compile Include="Skin.cs" /> 56 <Compile Include="UUMS\User.cs" /> 57 <Compile Include="UUMS\Permission.cs" /> 58 </ItemGroup> 59 <ItemGroup> 60 <EmbeddedResource Include="HBM\Channel.hbm.xml" /> 61 <EmbeddedResource Include="HBM\ContentItem.hbm.xml" /> 62 <EmbeddedResource Include="HBM\Plugin.hbm.xml" /> 63 <EmbeddedResource Include="HBM\Site.hbm.xml" /> 64 <EmbeddedResource Include="HBM\Skin.hbm.xml" /> 65 </ItemGroup> 66 <ItemGroup> 67 <EmbeddedResource Include="HBM\Control.hbm.xml" /> 68 <EmbeddedResource Include="HBM\ControlAttribute.hbm.xml" /> 69 <EmbeddedResource Include="HBM\ControlType.hbm.xml" /> 70 <EmbeddedResource Include="HBM\PermissionSummary.hbm.xml" /> 71 <EmbeddedResource Include="HBM\Method.hbm.xml" /> 72 <EmbeddedResource Include="HBM\Role.hbm.xml" /> 73 <EmbeddedResource Include="HBM\User.hbm.xml" /> 74 </ItemGroup> 75 <ItemGroup> 76 <ProjectReference Include="..\..\Common\Library\AspxNuke.Library.csproj"> 77 <Project>{3FA115EF-7EB7-4D08-A351-F745719AB2D5}</Project> 78 <Name>AspxNuke.Library</Name> 79 </ProjectReference> 80 <ProjectReference Include="..\Domain\AspxNuke.Portal.Domain.csproj"> 81 <Project>{DE3033F7-94CD-4C18-8A47-0AECC9FA0087}</Project> 82 <Name>AspxNuke.Portal.Domain</Name> 83 </ProjectReference> 84 <ProjectReference Include="..\IDAL\AspxNuke.Portal.IDAL.csproj"> 85 <Project>{A0C9A5CC-33DF-4F31-A3A2-A4A97AFDC2D3}</Project> 86 <Name>AspxNuke.Portal.IDAL</Name> 87 </ProjectReference> 88 </ItemGroup> 89 <ItemGroup> 90 <EmbeddedResource Include="HBM\Logging.hbm.xml" /> 91 </ItemGroup> 92 <ItemGroup> 93 <EmbeddedResource Include="HBM\Permission.hbm.xml" /> 94 </ItemGroup> 95 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 96 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 97 Other similar extension points exist, see Microsoft.Common.targets. 98 <Target Name="BeforeBuild"> 99 </Target> 100 <Target Name="AfterBuild"> 101 </Target> 102 --> 103</Project>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:逐迹内容管理系统AspxNuke v2.0源码

- APTECH客户关系管理系统源码

- 香蕉视频网源码

- 达达ASP.NET三层架构添删改查..

- 非常简单的登录验证源码(Ac..

- Atlas的第一个源码之HelloWorld

- Pdf文档在线编辑控件源码及演示

- Openlab开源综合社区系统

- SpaceBuilderV1.0RC免安装版..

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号