温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Extjs简单版酒店管理系统
当前文件:
ExtjsHotelManage/BLL/BLL.csproj[3K,2009-6-12 11:42:12],打开代码结构图
ExtjsHotelManage/BLL/BLL.csproj[3K,2009-6-12 11:42:12],打开代码结构图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>{AAAB3720-300F-4AF4-8D5E-031259017E20}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>BLL</RootNamespace> 11
<AssemblyName>BLL</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="System" /> 32
<Reference Include="System.Data" /> 33
<Reference Include="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> 34
<SpecificVersion>False</SpecificVersion> 35
<HintPath>C:\Documents and Settings\Administrator\桌面\System.Web.Extensions.dll</HintPath> 36
</Reference> 37
<Reference Include="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> 38
<SpecificVersion>False</SpecificVersion> 39
<HintPath>..\UI\Bin\System.Web.Extensions.Design.dll</HintPath> 40
</Reference> 41
<Reference Include="System.Xml" /> 42
</ItemGroup> 43
<ItemGroup> 44
<Compile Include="DTreeJSONHelper.cs" /> 45
<Compile Include="GuestInfoBLL.cs" /> 46
<Compile Include="GridJSONHelper.cs" /> 47
<Compile Include="FormJSONHelper.cs" /> 48
<Compile Include="JSONHelper.cs" /> 49
<Compile Include="NavBLL.cs" /> 50
<Compile Include="OpenRoomInfoBLL.cs" /> 51
<Compile Include="OpenRoomRecordInfoBLL.cs" /> 52
<Compile Include="OrderRoomInfoBLL.cs" /> 53
<Compile Include="Properties\AssemblyInfo.cs" /> 54
<Compile Include="PublishBLL.cs" /> 55
<Compile Include="RoleInfoBLL.cs" /> 56
<Compile Include="RoomBLL.cs" /> 57
<Compile Include="RoomTypeBLL.cs" /> 58
<Compile Include="TotalInfoBLL.cs" /> 59
<Compile Include="UserInfoBLL.cs" /> 60
</ItemGroup> 61
<ItemGroup> 62
<ProjectReference Include="..\DAL\DAL.csproj"> 63
<Project>{3BD264BB-0EE6-4486-B8CF-D6C4F0A74140}</Project> 64
<Name>DAL</Name> 65
</ProjectReference> 66
<ProjectReference Include="..\Model\Model.csproj"> 67
<Project>{CAA694E7-856F-4310-BD11-192F1F97E3B4}</Project> 68
<Name>Model</Name> 69
</ProjectReference> 70
</ItemGroup> 71
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 72
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 73
Other similar extension points exist, see Microsoft.Common.targets. 74
<Target Name="BeforeBuild"> 75
</Target> 76
<Target Name="AfterBuild"> 77
</Target> 78
--> 79
</Project>




