WCF.Services.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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>{20E7BF78-5301-4D5A-A7A0-FA24C0F32CDC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.WCF.Services</RootNamespace>
  11. <AssemblyName>WCF.Services</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\x86\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x86</PlatformTarget>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  51. <OutputPath>bin\x86\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <DebugType>pdbonly</DebugType>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <ErrorReport>prompt</ErrorReport>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  60. <DebugSymbols>true</DebugSymbols>
  61. <OutputPath>bin\x64\Debug\</OutputPath>
  62. <DefineConstants>DEBUG;TRACE</DefineConstants>
  63. <DebugType>full</DebugType>
  64. <PlatformTarget>x64</PlatformTarget>
  65. <ErrorReport>prompt</ErrorReport>
  66. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  69. <OutputPath>bin\x64\Release\</OutputPath>
  70. <DefineConstants>TRACE</DefineConstants>
  71. <Optimize>true</Optimize>
  72. <DebugType>pdbonly</DebugType>
  73. <PlatformTarget>x64</PlatformTarget>
  74. <ErrorReport>prompt</ErrorReport>
  75. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Compile Include="CMNModuleService.cs" />
  79. <Compile Include="CommonModuleService.cs" />
  80. <Compile Include="DKIBOSSPRDService.cs" />
  81. <Compile Include="PCModuleService.cs" />
  82. <Compile Include="ConfigSetting\AssemblyQualifiedTypeNameConverter.cs" />
  83. <Compile Include="ConfigSetting\BatchingHostingSettings.cs" />
  84. <Compile Include="HRModuleService.cs" />
  85. <Compile Include="PCModuleServiceNew.cs" />
  86. <Compile Include="PDAModuleServiceSemi.cs" />
  87. <Compile Include="PDAModuleServiceWorkShop3.cs" />
  88. <Compile Include="PDAModuleService.cs" />
  89. <Compile Include="PMModuleService.cs" />
  90. <Compile Include="PMModuleServiceNew.cs" />
  91. <Compile Include="PPModuleService.cs" />
  92. <Compile Include="PublicModuleService.cs" />
  93. <Compile Include="ReportModuleService.cs" />
  94. <Compile Include="SAPDataService.cs" />
  95. <Compile Include="ServiceHost\ServiceBase.cs" />
  96. <Compile Include="ServiceHost\ServiceEventArgs.cs" />
  97. <Compile Include="ServiceHost\ServiceHostCollection.cs" />
  98. <Compile Include="Properties\AssemblyInfo.cs" />
  99. <Compile Include="ServiceHost\ServiceInvoker.cs" />
  100. <Compile Include="ServiceInterpector\MyServiceBehavior.cs" />
  101. <Compile Include="ServiceInterpector\ServiceInterpector.cs" />
  102. <Compile Include="SmartDeviceService.cs" />
  103. <Compile Include="SystemModuleService.cs" />
  104. <Compile Include="PAMModuleService.cs" />
  105. <Compile Include="TATModuleService.cs" />
  106. <Compile Include="WCFTestSerice.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Reference Include="Curtain.Core, Version=1.1.7283.30513, Culture=neutral, processorArchitecture=MSIL">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\..\DLL\Curtain.Core.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>..\..\DLL\Newtonsoft.Json.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System" />
  118. <Reference Include="System.configuration" />
  119. <Reference Include="System.Data" />
  120. <Reference Include="System.Runtime.Serialization" />
  121. <Reference Include="System.ServiceModel" />
  122. <Reference Include="System.XML" />
  123. <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  124. <SpecificVersion>False</SpecificVersion>
  125. <HintPath>..\..\DLL\Utilities.dll</HintPath>
  126. </Reference>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  130. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  131. <Name>BaseResources</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  134. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  135. <Name>DataAccess</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  138. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  139. <Name>Library</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\..\DK.Service\BarcodePrintService\BarcodePrintService.csproj">
  142. <Project>{31a876f7-cb0a-4ba7-a13c-69e864d10ea9}</Project>
  143. <Name>BarcodePrintService</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\DK.Service\CommonModuleLogic\CommonModuleLogic.csproj">
  146. <Project>{f675544b-7bec-4fcf-b01a-fc322c6311fc}</Project>
  147. <Name>CommonModuleLogic</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\..\DK.Service\DKIBOSSPRDLogic\DKIBOSSPRDLogic.csproj">
  150. <Project>{5d0fe449-2391-4b60-ace9-b0435cb18f23}</Project>
  151. <Name>DKIBOSSPRDLogic</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="..\..\DK.Service\HRModuleLogic\HRModuleLogic.csproj">
  154. <Project>{a71a5beb-f920-4f7d-9bce-08a5acd35c78}</Project>
  155. <Name>HRModuleLogic</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\..\DK.Service\PAMModuleService\PAMModuleService.csproj">
  158. <Project>{95779caa-bc98-4b2a-ac65-9a520517d5f3}</Project>
  159. <Name>PAMModuleService</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\..\DK.Service\PCModuleLogic\PCModuleLogic.csproj">
  162. <Project>{609268e3-1384-4c94-a6af-6e3b35640ff9}</Project>
  163. <Name>PCModuleLogic</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\..\DK.Service\PCModuleService\PCModuleService.csproj">
  166. <Project>{f2c9beef-c91e-4235-bfba-c44aa7a07ccc}</Project>
  167. <Name>PCModuleService</Name>
  168. </ProjectReference>
  169. <ProjectReference Include="..\..\DK.Service\PDAModuleLogic\PDAModuleLogic.csproj">
  170. <Project>{75a1a28d-7076-4dc7-a1d4-703b884ecdeb}</Project>
  171. <Name>PDAModuleLogic</Name>
  172. </ProjectReference>
  173. <ProjectReference Include="..\..\DK.Service\PMModuleLogic\PMModuleLogic.csproj">
  174. <Project>{0492b0d6-2908-4aff-be1e-0e4f7b07622d}</Project>
  175. <Name>PMModuleLogic</Name>
  176. </ProjectReference>
  177. <ProjectReference Include="..\..\DK.Service\PMModuleService\PMModuleService.csproj">
  178. <Project>{2fabf900-b503-4da8-9f42-44ee73aafcdb}</Project>
  179. <Name>PMModuleService</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\..\DK.Service\PPModuleService\PPModuleService.csproj">
  182. <Project>{812e21a4-4925-4129-af25-fd15b1bda1aa}</Project>
  183. <Name>PPModuleService</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\..\DK.Service\PublicModuleService\PublicModuleService.csproj">
  186. <Project>{efbb6207-f839-4069-b140-cb83788183e1}</Project>
  187. <Name>PublicModuleService</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\..\DK.Service\ReportModuleLogic\ReportModuleLogic.csproj">
  190. <Project>{f6f0880d-be0d-4ce1-ba47-c554eb38559d}</Project>
  191. <Name>ReportModuleLogic</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\..\DK.Service\SAPDataService\SAPHegiiDataService.csproj">
  194. <Project>{41D66009-A06F-4632-869C-110AB1C3B969}</Project>
  195. <Name>SAPHegiiDataService</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\..\DK.Service\Service.DataModels\Service.DataModels.csproj">
  198. <Project>{16c72702-c162-4cd3-9ccc-40b9d8491ccd}</Project>
  199. <Name>Service.DataModels</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\..\DK.Service\SmartDeviceService\SmartDeviceService.csproj">
  202. <Project>{0b637813-6ae3-4aee-8317-0ff1ec7c0584}</Project>
  203. <Name>SmartDeviceService</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="..\..\DK.Service\SystemModuleLogic\SystemModuleLogic.csproj">
  206. <Project>{b5e832b9-a12f-48bb-8a4e-f97d42d1a632}</Project>
  207. <Name>SystemModuleLogic</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="..\..\DK.Service\TATModuleLogic\TATModuleLogic.csproj">
  210. <Project>{3de683b3-c247-4ebb-8b2a-fead1923affd}</Project>
  211. <Name>TATModuleLogic</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\WCF.Contracts\WCF.Contracts.csproj">
  214. <Project>{9709de66-52b3-4f9e-adea-ea639586080b}</Project>
  215. <Name>WCF.Contracts</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\WCF.DataModels\WCF.DataModels.csproj">
  218. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  219. <Name>WCF.DataModels</Name>
  220. </ProjectReference>
  221. <ProjectReference Include="..\WCF.Ex_HGS3_QRS\WCF.ExHGS3QRS.csproj">
  222. <Project>{157cb7a7-8b8a-4043-ab3a-2c5bf32a1a27}</Project>
  223. <Name>WCF.ExHGS3QRS</Name>
  224. </ProjectReference>
  225. </ItemGroup>
  226. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  227. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  228. Other similar extension points exist, see Microsoft.Common.targets.
  229. <Target Name="BeforeBuild">
  230. </Target>
  231. <Target Name="AfterBuild">
  232. </Target>
  233. -->
  234. </Project>