123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{965ABE6C-92A1-4CD0-B911-435A592B744B}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EMISOnline.CommonLogic</RootNamespace>
- <AssemblyName>EMISOnline.CommonLogic</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>Svn</SccProjectName>
- <SccLocalPath>Svn</SccLocalPath>
- <SccAuxPath>Svn</SccAuxPath>
- <SccProvider>SubversionScc</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="Autofac">
- <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
- </Reference>
- <Reference Include="Bowin.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
- </Reference>
- <Reference Include="Bowin.Web.Controls.Mvc">
- <HintPath>..\..\Lib\Bowin.Web.Controls.Mvc.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BaseServices.cs" />
- <Compile Include="CourseworkServices\CourseworkServices.cs" />
- <Compile Include="CourseworkServices\TeacherScoreServices.cs" />
- <Compile Include="DALModule.cs" />
- <Compile Include="EducationalServices\CollegeServices.cs" />
- <Compile Include="EducationalServices\CourseBuildServices.cs" />
- <Compile Include="EducationalServices\CourseServices.cs" />
- <Compile Include="EducationalServices\CourseWareServices.cs" />
- <Compile Include="EducationalServices\EducationMissionClassServices.cs" />
- <Compile Include="EducationalServices\FacultymajorServices.cs" />
- <Compile Include="EducationalServices\ScoreRuleServices.cs" />
- <Compile Include="EducationalServices\StudentsServices.cs" />
- <Compile Include="EducationalServices\TeachingPlanServices.cs" />
- <Compile Include="ExamServices\ExamPaperServices.cs" />
- <Compile Include="ExamServices\ExamSettingServices.cs" />
- <Compile Include="ExamServices\QuestionServices.cs" />
- <Compile Include="ExamServices\QuestionSettingServices.cs" />
- <Compile Include="ExamServices\TestPaperServices.cs" />
- <Compile Include="FtpFileServices\FtpVideoServices.cs" />
- <Compile Include="ServiceModule.cs" />
- <Compile Include="StudentServices\CourseExamServices.cs" />
- <Compile Include="StudentServices\CourseScoreServices.cs" />
- <Compile Include="StudentServices\SchoolyearServices.cs" />
- <Compile Include="StudentServices\CoursematerialServices.cs" />
- <Compile Include="SystemServices\MenuServices.cs" />
- <Compile Include="SystemServices\RoleServices.cs" />
- <Compile Include="SystemServices\UserServices.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\EMISOnline.DataLogic\EMISOnline.DataLogic.csproj">
- <Project>{9DE774CF-4415-4CFE-9095-9B3602FDA607}</Project>
- <Name>EMISOnline.DataLogic</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMISOnline.Entities\EMISOnline.Entities.csproj">
- <Project>{DC4CFCCD-5C8A-41D7-9211-21EA79584A90}</Project>
- <Name>EMISOnline.Entities</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMISOnline.ICommonLogic\EMISOnline.ICommonLogic.csproj">
- <Project>{08ACA231-87B6-485E-9E95-2ED2BCB53DFD}</Project>
- <Name>EMISOnline.ICommonLogic</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMISOnline.Utility\EMISOnline.Utility.csproj">
- <Project>{DE57C4C4-BE55-4129-9352-FA319B9509C8}</Project>
- <Name>EMISOnline.Utility</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMISOnline.ViewModel\EMISOnline.ViewModel.csproj">
- <Project>{1DDEEEA1-5267-47E4-B361-7E226AA6483A}</Project>
- <Name>EMISOnline.ViewModel</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\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>
|