📄 bl.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>{4B3B1BA7-3629-4EA5-AD7E-F8428E251974}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>QSEDUNET.BL</RootNamespace>
<AssemblyName>BL</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="BaseInfo\Function.cs" />
<Compile Include="BaseInfo\GroupRole.cs" />
<Compile Include="BaseInfo\LogMassage.cs" />
<Compile Include="BaseInfo\Popedom.cs" />
<Compile Include="BaseInfo\PopedomFunction.cs" />
<Compile Include="BaseInfo\RolePopedom.cs" />
<Compile Include="BaseInfo\UserGroup.cs" />
<Compile Include="BaseInfo\UserRole.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\COMMAND\COMMAND.csproj">
<Project>{6CE68F62-C9B2-48A0-9991-7F3E368A00F9}</Project>
<Name>COMMAND</Name>
</ProjectReference>
<ProjectReference Include="..\DATALABLE\DATALABLE.csproj">
<Project>{71D60EEA-0ED4-4A0C-BB0D-7DDB2804A26B}</Project>
<Name>DATALABLE</Name>
</ProjectReference>
<ProjectReference Include="..\MODEL\MODEL.csproj">
<Project>{3D69553F-C973-4FFA-B8DA-EC64BFCF4424}</Project>
<Name>MODEL</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 + -