123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?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>{08ACA231-87B6-485E-9E95-2ED2BCB53DFD}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EMISOnline.CommonLogic</RootNamespace>
- <AssemblyName>EMISOnline.ICommonLogic</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="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="System" />
- <Reference Include="System.Core" />
- <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="CourseworkServices\ICourseworkServices.cs" />
- <Compile Include="CourseworkServices\ITeacherScoreServices.cs" />
- <Compile Include="EducationalServices\ICollegeServices.cs" />
- <Compile Include="EducationalServices\ICourseBuildServices.cs" />
- <Compile Include="EducationalServices\ICourseServices.cs" />
- <Compile Include="EducationalServices\ICourseWareServices.cs" />
- <Compile Include="EducationalServices\IEducationMissionClassServices.cs" />
- <Compile Include="EducationalServices\IFacultymajorServices.cs" />
- <Compile Include="EducationalServices\IScoreRuleServices.cs" />
- <Compile Include="EducationalServices\IStudentsServices.cs" />
- <Compile Include="EducationalServices\ITeachingPlanServices.cs" />
- <Compile Include="ExamServices\IExamPaperServices.cs" />
- <Compile Include="ExamServices\IExamSettingServices.cs" />
- <Compile Include="ExamServices\IQuestionServices.cs" />
- <Compile Include="ExamServices\IQuestionSettingServices.cs" />
- <Compile Include="ExamServices\ITestPaperServices.cs" />
- <Compile Include="FtpFileServices\IFtpVideoServices.cs" />
- <Compile Include="IBaseServices.cs" />
- <Compile Include="StudentServices\ICourseExamServices.cs" />
- <Compile Include="StudentServices\ICourseScoreServices.cs" />
- <Compile Include="StudentServices\ISchoolyearServices.cs" />
- <Compile Include="StudentServices\ICoursematerialServices.cs" />
- <Compile Include="SystemServices\IMenuServices.cs" />
- <Compile Include="SystemServices\IRoleServices.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SystemServices\IUserServices.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\EMISOnline.Entities\EMISOnline.Entities.csproj">
- <Project>{DC4CFCCD-5C8A-41D7-9211-21EA79584A90}</Project>
- <Name>EMISOnline.Entities</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>
|