📄 bll.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>{FD27D615-E4E4-45D4-BCC8-7AE236BE93B1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BLL</RootNamespace>
<AssemblyName>BLL</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.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ActivityManager.cs" />
<Compile Include="ChanceManager.cs" />
<Compile Include="CustomerManager.cs" />
<Compile Include="DictManager.cs" />
<Compile Include="IndexManager.cs" />
<Compile Include="LinkManManager.cs" />
<Compile Include="LostManager.cs" />
<Compile Include="OrdersManager.cs" />
<Compile Include="PlanManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RoleManager.cs" />
<Compile Include="ServerManager.cs" />
<Compile Include="UserManager.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DAL\DAL.csproj">
<Project>{8D8600F0-F99D-4F0C-B7A0-7879A930D7EF}</Project>
<Name>DAL</Name>
</ProjectReference>
<ProjectReference Include="..\DBFactory\DBFactory.csproj">
<Project>{3E541DD2-0A56-444B-9AF6-3DF5AE6173DD}</Project>
<Name>DBFactory</Name>
</ProjectReference>
<ProjectReference Include="..\IDAL\IDAL.csproj">
<Project>{74B7777B-8A35-400C-962C-BD6F051A6866}</Project>
<Name>IDAL</Name>
</ProjectReference>
<ProjectReference Include="..\Models\Models.csproj">
<Project>{FCA63462-4460-4659-98D1-8078C4647774}</Project>
<Name>Models</Name>
</ProjectReference>
</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 + -