EMIS.ICommonLogic.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.CommonLogic</RootNamespace>
  12. <AssemblyName>EMIS.ICommonLogic</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>Svn</SccProjectName>
  16. <SccLocalPath>Svn</SccLocalPath>
  17. <SccAuxPath>Svn</SccAuxPath>
  18. <SccProvider>SubversionScc</SccProvider>
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Bowin.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\Lib\Bowin.Common.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Senparc.CO2NET, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
  50. <HintPath>..\packages\Senparc.CO2NET.0.5.2\lib\net40\Senparc.CO2NET.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Senparc.CO2NET.APM, Version=0.2.5.0, Culture=neutral, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Senparc.CO2NET.APM.0.2.5\lib\net40\Senparc.CO2NET.APM.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Senparc.NeuChar, Version=0.6.2.1, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Senparc.NeuChar.0.6.2.1\lib\net40\Senparc.NeuChar.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Senparc.Weixin, Version=6.3.11.20950, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\Lib\Senparc.Weixin.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Senparc.Weixin.MP, Version=16.6.15.15965, Culture=neutral, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\Lib\Senparc.Weixin.MP.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Senparc.Weixin.TenPay, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\Lib\Senparc.Weixin.TenPay.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Spire.Barcode, Version=2.3.0.16040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  71. <HintPath>..\packages\FreeSpire.Barcode.2.3\lib\net40\Spire.Barcode.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.Configuration" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Runtime.Serialization" />
  78. <Reference Include="System.ServiceModel" />
  79. <Reference Include="System.ServiceModel.Web" />
  80. <Reference Include="System.Web" />
  81. <Reference Include="System.Web.Extensions" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Xml" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="CalendarManage\IArrangementServices.cs" />
  90. <Compile Include="CerificateManage\ICertisfierDistributeServices.cs" />
  91. <Compile Include="DataCenterSynch\IClassmajorSynchServices.cs" />
  92. <Compile Include="DataCenterSynch\ICollegeSynchServices.cs" />
  93. <Compile Include="DataCenterSynch\IFacultySynchServices.cs" />
  94. <Compile Include="DataCenterSynch\IStudentSynchServices.cs" />
  95. <Compile Include="DataCenterSynch\ISynchr.cs" />
  96. <Compile Include="EducationManage\IExaminationMessageServices.cs" />
  97. <Compile Include="EducationManage\ITrainingClassServices.cs" />
  98. <Compile Include="ExaminationApply\IExaminationSubjectServices.cs" />
  99. <Compile Include="ExaminationApply\IExaminationSubjectsServices.cs" />
  100. <Compile Include="ExaminationApply\IExaminationTypeServices.cs" />
  101. <Compile Include="ExaminationApply\IOpenControlServices.cs" />
  102. <Compile Include="ExaminationApply\ISubjectCountLimitServices.cs" />
  103. <Compile Include="ExamManage\IExamBatchProjectServices.cs" />
  104. <Compile Include="ExamManage\IExaminationBatchServices.cs" />
  105. <Compile Include="ExamManage\IExamProjectControlServices.cs" />
  106. <Compile Include="ExamManage\IExamSubjectLimitServices.cs" />
  107. <Compile Include="ITestServices.cs" />
  108. <Compile Include="ProjectShareManage\IShareRecordServices.cs" />
  109. <Compile Include="ScoreManage\ILevelSettingSubjectServices.cs" />
  110. <Compile Include="ExamManage\IProjectFeeServices.cs" />
  111. <Compile Include="ExamManage\IExamPersonControlServices.cs" />
  112. <Compile Include="FeeManage\IFeeServices.cs" />
  113. <Compile Include="ScoreManage\IExaminationScoreServices.cs" />
  114. <Compile Include="ScoreManage\ILevelScoreServices.cs" />
  115. <Compile Include="ScoreManage\ILevelSettingServices.cs" />
  116. <Compile Include="ExaminationApply\IExaminationSubjectCollegeControlServices.cs" />
  117. <Compile Include="ScoreManage\IProjectScoreServices.cs" />
  118. <Compile Include="ScoreManage\IResitServices.cs" />
  119. <Compile Include="Students\IExamineApplyServices.cs" />
  120. <Compile Include="IBaseServices.cs" />
  121. <Compile Include="Log\IOperateLogServices.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. <Compile Include="CalendarManage\ICoursesTimeServices.cs" />
  124. <Compile Include="CalendarManage\ISchoolYearServices.cs" />
  125. <Compile Include="Students\IStudentRecordServices.cs" />
  126. <Compile Include="SystemServices\IAlipayServices.cs" />
  127. <Compile Include="SystemServices\IControlItemServices.cs" />
  128. <Compile Include="SystemServices\IFileUploadServices.cs" />
  129. <Compile Include="SystemServices\IParameterServices.cs" />
  130. <Compile Include="SystemServices\IScheduleServices.cs" />
  131. <Compile Include="SystemServices\ISerialNumberServices.cs" />
  132. <Compile Include="SystemServices\IUserInfoChangeServices.cs" />
  133. <Compile Include="SystemServices\IWechatMPServices.cs" />
  134. <Compile Include="SystemServices\IWechatPayServices.cs" />
  135. <Compile Include="SystemSetting\IDictionaryItemServices.cs" />
  136. <Compile Include="SystemSetting\IDictionaryServices.cs" />
  137. <Compile Include="UniversityInformationManage\AdministrativeOrgan\ICampusServices.cs">
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="UniversityInformationManage\AdministrativeOrgan\ICollegeServices.cs">
  141. <SubType>Code</SubType>
  142. </Compile>
  143. <Compile Include="UniversityInformationManage\AdministrativeOrgan\IDepartmentServices.cs">
  144. <SubType>Code</SubType>
  145. </Compile>
  146. <Compile Include="UniversityInformationManage\AdministrativeOrgan\IUniversityServices.cs">
  147. <SubType>Code</SubType>
  148. </Compile>
  149. <Compile Include="UniversityInformationManage\Specialtyclass\IClassmajorServices.cs" />
  150. <Compile Include="UniversityInformationManage\Specialtyclass\IFacultymajorServices.cs" />
  151. <Compile Include="UniversityInformationManage\Specialtyclass\IGrademajorServices.cs" />
  152. <Compile Include="RecruitStudentsManage\Specialty\ISpecialtyServices.cs" />
  153. <Compile Include="Students\IStudentsServices.cs">
  154. <SubType>Code</SubType>
  155. </Compile>
  156. <Compile Include="SystemServices\IAnnouncementServices.cs" />
  157. <Compile Include="SystemServices\IBatchModifyServices.cs" />
  158. <Compile Include="SystemServices\IConfiguretermsInfoServices.cs" />
  159. <Compile Include="SystemServices\IContextMenuServices.cs" />
  160. <Compile Include="SystemServices\IFunctionCodeServices.cs" />
  161. <Compile Include="SystemServices\IMailVerifyServices.cs" />
  162. <Compile Include="SystemServices\IMenuServices.cs" />
  163. <Compile Include="SystemServices\IRoleServices.cs" />
  164. <Compile Include="SystemServices\IUserServices.cs" />
  165. <Compile Include="UniversityInformationManage\TeacherManagement\IStaffServices.cs" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
  169. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  170. <Name>EMIS.Entities</Name>
  171. </ProjectReference>
  172. <ProjectReference Include="..\EMIS.Utility\EMIS.Utility.csproj">
  173. <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
  174. <Name>EMIS.Utility</Name>
  175. </ProjectReference>
  176. <ProjectReference Include="..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  177. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  178. <Name>EMIS.ViewModel</Name>
  179. </ProjectReference>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <None Include="app.config" />
  183. <None Include="packages.config" />
  184. </ItemGroup>
  185. <ItemGroup />
  186. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  187. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  188. Other similar extension points exist, see Microsoft.Common.targets.
  189. <Target Name="BeforeBuild">
  190. </Target>
  191. <Target Name="AfterBuild">
  192. </Target>
  193. -->
  194. </Project>