温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:达达电子书下载系统(生成shtml)版
当前文件:
DadaEbookDownload/Pn163.com_DAL/Pn163.com_DAL.csproj[3K,2009-6-12 11:38:29],打开代码结构图
DadaEbookDownload/Pn163.com_DAL/Pn163.com_DAL.csproj[3K,2009-6-12 11:38:29],打开代码结构图1<?xml version="1.0" encoding="utf-8"?> 2
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3
<PropertyGroup> 4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6
<ProductVersion>9.0.21022</ProductVersion> 7
<SchemaVersion>2.0</SchemaVersion> 8
<ProjectGuid>{8541C15E-080E-4790-8E13-78B12002954A}</ProjectGuid> 9
<OutputType>Library</OutputType> 10
<AppDesignerFolder>Properties</AppDesignerFolder> 11
<RootNamespace>Pn163.com_DAL</RootNamespace> 12
<AssemblyName>Pn163.com_DAL</AssemblyName> 13
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14
<FileAlignment>512</FileAlignment> 15
</PropertyGroup> 16
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 17
<DebugSymbols>true</DebugSymbols> 18
<DebugType>full</DebugType> 19
<Optimize>false</Optimize> 20
<OutputPath>bin\Debug\</OutputPath> 21
<DefineConstants>DEBUG;TRACE</DefineConstants> 22
<ErrorReport>prompt</ErrorReport> 23
<WarningLevel>4</WarningLevel> 24
</PropertyGroup> 25
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 26
<DebugType>pdbonly</DebugType> 27
<Optimize>true</Optimize> 28
<OutputPath>bin\Release\</OutputPath> 29
<DefineConstants>TRACE</DefineConstants> 30
<ErrorReport>prompt</ErrorReport> 31
<WarningLevel>4</WarningLevel> 32
</PropertyGroup> 33
<ItemGroup> 34
<Reference Include="AspNetPager, Version=7.0.2.0, Culture=neutral, PublicKeyToken=fb0a0fe055d40fd4, processorArchitecture=MSIL"> 35
<SpecificVersion>False</SpecificVersion> 36
<HintPath>..\..\..\桌面\AspNetPager.dll</HintPath> 37
</Reference> 38
<Reference Include="System" /> 39
<Reference Include="System.Data" /> 40
<Reference Include="System.Web" /> 41
<Reference Include="System.Xml" /> 42
</ItemGroup> 43
<ItemGroup> 44
<Compile Include="DAL_Admin.cs" /> 45
<Compile Include="DAL_Class.cs" /> 46
<Compile Include="DAL_Cls1.cs" /> 47
<Compile Include="DAL_Cls2.cs" /> 48
<Compile Include="DAL_Link.cs" /> 49
<Compile Include="DAL_Log.cs" /> 50
<Compile Include="DAL_View.cs" /> 51
<Compile Include="Properties\AssemblyInfo.cs" /> 52
</ItemGroup> 53
<ItemGroup> 54
<ProjectReference Include="..\Pn163.com_DbHelper\Pn163.com_DbHelper.csproj"> 55
<Project>{43AD5474-4692-46B3-A3A1-64294373D74A}</Project> 56
<Name>Pn163.com_DbHelper</Name> 57
</ProjectReference> 58
<ProjectReference Include="..\Pn163.com_Model\Pn163.com_Model.csproj"> 59
<Project>{64C26045-4F05-4042-B5D6-D86134257923}</Project> 60
<Name>Pn163.com_Model</Name> 61
</ProjectReference> 62
</ItemGroup> 63
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 64
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 65
Other similar extension points exist, see Microsoft.Common.targets. 66
<Target Name="BeforeBuild"> 67
</Target> 68
<Target Name="AfterBuild"> 69
</Target> 70
--> 71
</Project>




