MES.Production.Service.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{71FF89FF-2B9D-4832-BFB5-5619AE9D093E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MES.Production.Service</RootNamespace>
  11. <AssemblyName>MES.Production.Service</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  41. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Data.Entity" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Account.cs" />
  57. <Compile Include="DatabaseExtensions.cs" />
  58. <Compile Include="IRepository.cs" />
  59. <Compile Include="IService\ComManage\IContentManage.cs">
  60. <SubType>Code</SubType>
  61. </Compile>
  62. <Compile Include="IService\ComManage\ICusContactManage.cs">
  63. <SubType>Code</SubType>
  64. </Compile>
  65. <Compile Include="IService\ComManage\IFlowInfoManage.cs">
  66. <SubType>Code</SubType>
  67. </Compile>
  68. <Compile Include="IService\ComManage\IWinIndexManage.cs">
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <Compile Include="IService\SysManage\IBeUserManage.cs" />
  72. <Compile Include="IService\SysManage\ICodeAreaManage.cs" />
  73. <Compile Include="IService\SysManage\ICodeManage.cs" />
  74. <Compile Include="IService\SysManage\IDepartmentManage.cs" />
  75. <Compile Include="IService\SysManage\IModuleManage.cs" />
  76. <Compile Include="IService\SysManage\IMsgAttachManage.cs" />
  77. <Compile Include="IService\SysManage\IMsgManage.cs" />
  78. <Compile Include="IService\SysManage\IMsgRevManage.cs" />
  79. <Compile Include="IService\SysManage\IOnlineManage.cs" />
  80. <Compile Include="IService\SysManage\IPermissionManage.cs" />
  81. <Compile Include="IService\SysManage\IPostDepartmentManage.cs" />
  82. <Compile Include="IService\SysManage\IPostManage.cs" />
  83. <Compile Include="IService\SysManage\IPostUserManage.cs" />
  84. <Compile Include="IService\SysManage\IRoleManage.cs" />
  85. <Compile Include="IService\SysManage\IRolePermissionManage.cs" />
  86. <Compile Include="IService\SysManage\ISyslogManage.cs" />
  87. <Compile Include="IService\SysManage\ISystemManage.cs" />
  88. <Compile Include="IService\SysManage\IUserDepartmentManage.cs" />
  89. <Compile Include="IService\SysManage\IUserInfoManage.cs" />
  90. <Compile Include="IService\SysManage\IUserManage.cs" />
  91. <Compile Include="IService\SysManage\IUserPermissionManage.cs" />
  92. <Compile Include="IService\SysManage\IUserRoleManage.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <Compile Include="RepositoryBase.cs" />
  95. <Compile Include="ServiceImp\ComManage\ContentManage.cs">
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="ServiceImp\ComManage\CusContactManage.cs">
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="ServiceImp\ComManage\FlowInfoManage.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="ServiceImp\ComManage\WinIndexManage.cs">
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="ServiceImp\SysManage\BeUserManage.cs" />
  108. <Compile Include="ServiceImp\SysManage\CodeAreaManage.cs" />
  109. <Compile Include="ServiceImp\SysManage\CodeManage.cs" />
  110. <Compile Include="ServiceImp\SysManage\DepartmentManage.cs" />
  111. <Compile Include="ServiceImp\SysManage\ModuleManage.cs" />
  112. <Compile Include="ServiceImp\SysManage\MsgAttachManage.cs" />
  113. <Compile Include="ServiceImp\SysManage\MsgManage.cs" />
  114. <Compile Include="ServiceImp\SysManage\MsgRevManage.cs" />
  115. <Compile Include="ServiceImp\SysManage\OnlineManage.cs" />
  116. <Compile Include="ServiceImp\SysManage\PermissionManage.cs" />
  117. <Compile Include="ServiceImp\SysManage\PostDepartmentManage.cs" />
  118. <Compile Include="ServiceImp\SysManage\PostManage.cs" />
  119. <Compile Include="ServiceImp\SysManage\PostUserManage.cs" />
  120. <Compile Include="ServiceImp\SysManage\RoleManage.cs" />
  121. <Compile Include="ServiceImp\SysManage\RolePermissionManage.cs" />
  122. <Compile Include="ServiceImp\SysManage\SyslogManage.cs" />
  123. <Compile Include="ServiceImp\SysManage\SystemManage.cs" />
  124. <Compile Include="ServiceImp\SysManage\UserDepartmentManage.cs" />
  125. <Compile Include="ServiceImp\SysManage\UserInfoManage.cs" />
  126. <Compile Include="ServiceImp\SysManage\UserManage.cs" />
  127. <Compile Include="ServiceImp\SysManage\UserPermissionManage.cs" />
  128. <Compile Include="ServiceImp\SysManage\UserRoleManage.cs" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ProjectReference Include="..\Ant.Service.Common\Ant.Service.Common.csproj">
  132. <Project>{e40a871d-6995-4c70-a532-fe2f8176d396}</Project>
  133. <Name>Ant.Service.Common</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\AntORM\Ant.Common\Ant.Common.csproj">
  136. <Project>{e7d68c96-b811-4c9f-9fec-5f71699ce4ae}</Project>
  137. <Name>Ant.Common</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\AntORM\Ant.Data\Ant.Data.csproj">
  140. <Project>{fa570d63-2aef-4958-b259-13decd9080db}</Project>
  141. <Name>Ant.Data</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\AntORM\Ant.Frame\Ant.Frame.csproj">
  144. <Project>{875207ed-9440-4bb7-bd86-3bb9da6ba7a6}</Project>
  145. <Name>Ant.Frame</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\AntORM\Ant.ORM\Ant.ORM.csproj">
  148. <Project>{f45b4d08-3b9e-4c7f-97b5-1d6004bca88f}</Project>
  149. <Name>Ant.ORM</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\Central.Control.Domain\Central.Control.Domain.csproj">
  152. <Project>{735ced10-f7a4-4e92-853b-a37297469526}</Project>
  153. <Name>Central.Control.Domain</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\MES.Production.Entity\MES.Production.Entity.csproj">
  156. <Project>{715b9224-1d1c-47c7-993e-0279a63e8995}</Project>
  157. <Name>MES.Production.Entity</Name>
  158. </ProjectReference>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <EmbeddedResource Include="Config\Service.xml">
  162. <SubType>Designer</SubType>
  163. </EmbeddedResource>
  164. <EmbeddedResource Include="Config\ComService.xml" />
  165. <Content Include="Service类库说明.txt" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="packages.config" />
  169. </ItemGroup>
  170. <ItemGroup />
  171. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  172. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  173. Other similar extension points exist, see Microsoft.Common.targets.
  174. <Target Name="BeforeBuild">
  175. </Target>
  176. <Target Name="AfterBuild">
  177. </Target>
  178. -->
  179. </Project>