📄 wxaaaaaa.a
字号:
<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>{D7ED288F-3F1E-418C-ADE6-BF5CD3F3C39D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BLL</RootNamespace>
<AssemblyName>BLL</AssemblyName>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</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="AccessoryFileManager.cs" />
<Compile Include="BranchInfoManager.cs" />
<Compile Include="DepartInfoManager.cs" />
<Compile Include="FileInfoManager.cs" />
<Compile Include="FileTypeInfoManager.cs" />
<Compile Include="LoginLogManager.cs" />
<Compile Include="ManualSignManager.cs" />
<Compile Include="MeetingInfoManager.cs" />
<Compile Include="MessageManager.cs" />
<Compile Include="MessageToUserManager.cs" />
<Compile Include="MessageTypeManager.cs" />
<Compile Include="MyNoteManager.cs" />
<Compile Include="OperateLogManager.cs" />
<Compile Include="PreContractManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ReadCommonMessageManager.cs" />
<Compile Include="RoleInfoManager.cs" />
<Compile Include="RoleRightManager.cs" />
<Compile Include="ScheduleManager.cs" />
<Compile Include="SysFunManager.cs" />
<Compile Include="UserInfoManager.cs" />
<Compile Include="UserStateManager.cs" />
<Compile Include="WorkTimeManager.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DALFactory\DALFactory.csproj">
<Project>{96E8581B-018B-415E-AEB6-0ADDD6B0B3A0}</Project>
<Name>DALFactory</Name>
</ProjectReference>
<ProjectReference Include="..\IDAL\IDAL.csproj">
<Project>{0B03ADF3-5318-4C3C-8E08-334378B38853}</Project>
<Name>IDAL</Name>
</ProjectReference>
<ProjectReference Include="..\MODEL\MODEL.csproj">
<Project>{CBCAEF74-0EA5-45D7-AC4D-3B4866B57B14}</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 + -