|
@@ -1,5 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
@@ -12,8 +13,20 @@
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>HotelManage</RootNamespace>
|
|
|
<AssemblyName>HotelManage</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
<UseIISExpress>false</UseIISExpress>
|
|
|
+ <FileUpgradeFlags>
|
|
|
+ </FileUpgradeFlags>
|
|
|
+ <UpgradeBackupLocation>
|
|
|
+ </UpgradeBackupLocation>
|
|
|
+ <OldToolsVersion>4.0</OldToolsVersion>
|
|
|
+ <TargetFrameworkProfile />
|
|
|
+ <Use64BitIISExpress />
|
|
|
+ <IISExpressSSLPort />
|
|
|
+ <IISExpressAnonymousAuthentication />
|
|
|
+ <IISExpressWindowsAuthentication />
|
|
|
+ <IISExpressUseClassicPipelineMode />
|
|
|
+ <UseGlobalApplicationHostFile />
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -23,6 +36,14 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
+ <PublishDatabaseSettings>
|
|
|
+ <Objects>
|
|
|
+ <ObjectGroup Name="sqlserver1-Deployment" Order="1">
|
|
|
+ <Destination Path="" />
|
|
|
+ </ObjectGroup>
|
|
|
+ </Objects>
|
|
|
+ </PublishDatabaseSettings>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>pdbonly</DebugType>
|
|
@@ -31,31 +52,40 @@
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
+ <Reference Include="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\Microsoft.ReportViewer.Common.10.0.40219.1\lib\Microsoft.ReportViewer.Common.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.ReportViewer.DataVisualization, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\Microsoft.ReportViewer.Common.10.0.40219.1\lib\Microsoft.ReportViewer.DataVisualization.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.ReportViewer.ProcessingObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\Microsoft.ReportViewer.Common.10.0.40219.1\lib\Microsoft.ReportViewer.ProcessingObjectModel.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\packages\Microsoft.ReportViewer.WebForms.10.0.40219.1\lib\Microsoft.ReportViewer.WebForms.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="System.Web.DynamicData" />
|
|
|
<Reference Include="System.Web.Entity" />
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Data" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="System.Web.Extensions" />
|
|
|
- <Reference Include="System.Xml.Linq" />
|
|
|
<Reference Include="System.Drawing" />
|
|
|
<Reference Include="System.Web" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="System.Configuration" />
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
<Reference Include="System.EnterpriseServices" />
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Content Include="AboutProject.aspx" />
|
|
|
- <Content Include="AboutUs.aspx" />
|
|
|
+ <Content Include="Pages\AboutUs.aspx" />
|
|
|
<Content Include="ChangeGuest.aspx" />
|
|
|
<Content Include="CreRoom.aspx" />
|
|
|
<Content Include="GuestMan.aspx" />
|
|
@@ -235,11 +265,11 @@
|
|
|
<Compile Include="AboutProject.aspx.designer.cs">
|
|
|
<DependentUpon>AboutProject.aspx</DependentUpon>
|
|
|
</Compile>
|
|
|
- <Compile Include="AboutUs.aspx.cs">
|
|
|
+ <Compile Include="Pages\AboutUs.aspx.cs">
|
|
|
<DependentUpon>AboutUs.aspx</DependentUpon>
|
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
|
</Compile>
|
|
|
- <Compile Include="AboutUs.aspx.designer.cs">
|
|
|
+ <Compile Include="Pages\AboutUs.aspx.designer.cs">
|
|
|
<DependentUpon>AboutUs.aspx</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="Act.aspx.cs">
|
|
@@ -456,8 +486,17 @@
|
|
|
<Name>BLL</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="packages.config" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup />
|
|
|
+ <PropertyGroup>
|
|
|
+ <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
+ <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
+ </PropertyGroup>
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
|
+ <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
|
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
|
<ProjectExtensions>
|
|
|
<VisualStudio>
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|