📄 dataaccess.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>{142451F2-3FF2-442D-802D-0A10E0091395}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DataAccess</RootNamespace>
<AssemblyName>DataAccess</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.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BLL\BClass.cs" />
<Compile Include="BLL\BClassMovement.cs" />
<Compile Include="BLL\BClassTempCourse.cs" />
<Compile Include="BLL\BCorpRole.cs" />
<Compile Include="BLL\BCorpUser.cs" />
<Compile Include="BLL\BCourse.cs" />
<Compile Include="BLL\BCourseTeacherChanging.cs" />
<Compile Include="BLL\BDepartment.cs" />
<Compile Include="BLL\BEmployee.cs" />
<Compile Include="BLL\BHolidayHashTable.cs" />
<Compile Include="BLL\BMenu.cs" />
<Compile Include="BLL\BMovement.cs" />
<Compile Include="BLL\BMovementActor.cs" />
<Compile Include="BLL\BPermission.cs" />
<Compile Include="BLL\BStatus.cs" />
<Compile Include="BLL\BTeacher.cs" />
<Compile Include="BLL\BTeacherAbility.cs" />
<Compile Include="BLL\BTeachPlan.cs" />
<Compile Include="BLL\BTempCourse.cs" />
<Compile Include="BLL\BTerm.cs" />
<Compile Include="BLL\BTest.cs" />
<Compile Include="BLL\BTimePlan.cs" />
<Compile Include="BLL\BTimePlanChanging.cs" />
<Compile Include="BLL\BViewTeach.cs" />
<Compile Include="BLL\BViewTeachPlan.cs" />
<Compile Include="BLL\DALContainer.cs" />
<Compile Include="DAL\IDClass.cs" />
<Compile Include="DAL\IDClassMovement.cs" />
<Compile Include="DAL\IDClassTempCourse.cs" />
<Compile Include="DAL\IDCorpRole.cs" />
<Compile Include="DAL\IDCorpUser.cs" />
<Compile Include="DAL\IDCourse.cs" />
<Compile Include="DAL\IDCourseTeacherChanging.cs" />
<Compile Include="DAL\IDDepartment.cs" />
<Compile Include="DAL\IDEmployee.cs" />
<Compile Include="DAL\IDHoliday.cs" />
<Compile Include="DAL\IDMenu.cs" />
<Compile Include="DAL\IDMenuType.cs" />
<Compile Include="DAL\IDMovement.cs" />
<Compile Include="DAL\IDMovementActor.cs" />
<Compile Include="DAL\IDPermission.cs" />
<Compile Include="DAL\IDStatus.cs" />
<Compile Include="DAL\IDTeacherAbility.cs" />
<Compile Include="DAL\IDTeachPlan.cs" />
<Compile Include="DAL\IDTempCourse.cs" />
<Compile Include="DAL\IDTerm.cs" />
<Compile Include="DAL\IDTimePlan.cs" />
<Compile Include="DAL\IDTimePlanChanging.cs" />
<Compile Include="DAL\IDViewTeachPlan.cs" />
<Compile Include="DAL\IDViewTeachPlanDate.cs" />
<Compile Include="DAL\IFactory.cs" />
<Compile Include="DAL\ITransaction.cs" />
<Compile Include="DAL\SqlServer\DClass.cs" />
<Compile Include="DAL\SqlServer\DClassMovement.cs" />
<Compile Include="DAL\SqlServer\DClassTempCourse.cs" />
<Compile Include="DAL\SqlServer\DCorpRole.cs" />
<Compile Include="DAL\SqlServer\DCorpUser.cs" />
<Compile Include="DAL\SqlServer\DCourse.cs" />
<Compile Include="DAL\SqlServer\DCourseTeacherChanging.cs" />
<Compile Include="DAL\SqlServer\DDepartment.cs" />
<Compile Include="DAL\SqlServer\DEmployee.cs" />
<Compile Include="DAL\SqlServer\DHoliday.cs" />
<Compile Include="DAL\SqlServer\DMenu.cs" />
<Compile Include="DAL\SqlServer\DMenuType.cs" />
<Compile Include="DAL\SqlServer\DMovement.cs" />
<Compile Include="DAL\SqlServer\DMovementActor.cs" />
<Compile Include="DAL\SqlServer\DPermission.cs" />
<Compile Include="DAL\SqlServer\DStatus.cs" />
<Compile Include="DAL\SqlServer\DTeacherAbility.cs" />
<Compile Include="DAL\SqlServer\DTeachPlan.cs" />
<Compile Include="DAL\SqlServer\DTempCourse.cs" />
<Compile Include="DAL\SqlServer\DTerm.cs" />
<Compile Include="DAL\SqlServer\DTimePlan.cs" />
<Compile Include="DAL\SqlServer\DTimePlanChanging.cs" />
<Compile Include="DAL\SqlServer\DViewTeachPlan.cs" />
<Compile Include="DAL\SqlServer\DViewTeachPlanDate.cs" />
<Compile Include="DAL\SqlServer\Factory.cs" />
<Compile Include="DAL\SqlServer\Transaction.cs" />
<Compile Include="Entities\Class.cs" />
<Compile Include="Entities\ClassMovement.cs" />
<Compile Include="Entities\ClassTempCourse.cs" />
<Compile Include="Entities\CorpRole.cs" />
<Compile Include="Entities\CorpUser.cs" />
<Compile Include="Entities\Course.cs" />
<Compile Include="Entities\CourseTeacherChanging.cs" />
<Compile Include="Entities\Department.cs" />
<Compile Include="Entities\Employee.cs" />
<Compile Include="Entities\Holiday.cs" />
<Compile Include="Entities\Menu.cs" />
<Compile Include="Entities\MenuType.cs" />
<Compile Include="Entities\Movement.cs" />
<Compile Include="Entities\MovementActor.cs" />
<Compile Include="Entities\Permission.cs" />
<Compile Include="Entities\Status.cs" />
<Compile Include="Entities\TeacherAbility.cs" />
<Compile Include="Entities\TeachPlan.cs" />
<Compile Include="Entities\TempCourse.cs" />
<Compile Include="Entities\Term.cs" />
<Compile Include="Entities\TimePlan.cs" />
<Compile Include="Entities\TimePlanChanging.cs" />
<Compile Include="Entities\ViewTeachPlan.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Search\ClassMovementSearcher.cs" />
<Compile Include="Search\ClassSearcher.cs" />
<Compile Include="Search\ClassTempCourseSearcher.cs" />
<Compile Include="Search\CorpRoleSearcher.cs" />
<Compile Include="Search\CorpUserSearcher.cs" />
<Compile Include="Search\CourseSearcher.cs" />
<Compile Include="Search\CourseTeacherChangingSearcher.cs" />
<Compile Include="Search\DepartmentSearcher.cs" />
<Compile Include="Search\EmployeeSearcher.cs" />
<Compile Include="Search\HolidaySearcher.cs" />
<Compile Include="Search\MenuSearcher.cs" />
<Compile Include="Search\MenuTypeSearcher.cs" />
<Compile Include="Search\MovementActorSearcher.cs" />
<Compile Include="Search\MovementSearcher.cs" />
<Compile Include="Search\PermissionSearcher.cs" />
<Compile Include="Search\StatusSearcher.cs" />
<Compile Include="Search\TeacherAbilitySearcher.cs" />
<Compile Include="Search\TeachPlanSearcher.cs" />
<Compile Include="Search\TempCourseSearcher.cs" />
<Compile Include="Search\TermSearcher.cs" />
<Compile Include="Search\TimePlanChangingSearcher.cs" />
<Compile Include="Search\TimePlanSearcher.cs" />
<Compile Include="Search\ViewTeachPlanSearcher.cs" />
</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 + -