📄 hotel.control.csproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D9980E09-0223-45FB-8233-A58EECEF0D26}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Hotel.Control</RootNamespace>
<AssemblyName>Hotel.Control</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="FrmGuestAdd.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmGuestAdd.Designer.cs">
<DependentUpon>FrmGuestAdd.cs</DependentUpon>
</Compile>
<Compile Include="FrmProcess.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmProcess.Designer.cs">
<DependentUpon>FrmProcess.cs</DependentUpon>
</Compile>
<Compile Include="GetRoomGuest.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="RoomStateControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="RoomStateControl.Designer.cs">
<DependentUpon>RoomStateControl.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FrmGuestAdd.resx">
<SubType>Designer</SubType>
<DependentUpon>FrmGuestAdd.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmProcess.resx">
<SubType>Designer</SubType>
<DependentUpon>FrmProcess.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="RoomStateControl.resx">
<SubType>Designer</SubType>
<DependentUpon>RoomStateControl.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="ClassDiagram1.cd" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Hotel.Command\Hotel.Command.csproj">
<Project>{1D29F5D6-45D0-4F7B-B155-67117F38BFA2}</Project>
<Name>Hotel.Command</Name>
</ProjectReference>
<ProjectReference Include="..\Hotel.Guest.Bll\Hotel.Guest.Bll.csproj">
<Project>{63A2A895-AAC8-45D5-B9D5-E32077AC89DA}</Project>
<Name>Hotel.Guest.Bll</Name>
</ProjectReference>
<ProjectReference Include="..\Hotel.GuestRoom.Bll\Hotel.GuestRoom.Bll.csproj">
<Project>{C95F75F0-9298-4E65-B2C0-1B1E0F1402A0}</Project>
<Name>Hotel.GuestRoom.Bll</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\spxw_swf.gif" />
<None Include="Resources\174413372016.gif" />
<None Include="Resources\20041026180108569285.gif" />
<None Include="Resources\20041026175832577989.gif" />
<None Include="Resources\140212_618854.gif" />
<Content Include="Resources\unlock.jpg" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -