WCF.Hosting.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{00673F55-DC62-4759-8FCA-9108A338B4D0}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Dongke.IBOSS.PRD.WCF.Hosting</RootNamespace>
  12. <AssemblyName>IBOSS.PRD.Service</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <IsWebBootstrapper>false</IsWebBootstrapper>
  24. <PublishUrl>发布\</PublishUrl>
  25. <Install>true</Install>
  26. <InstallFrom>Disk</InstallFrom>
  27. <UpdateEnabled>false</UpdateEnabled>
  28. <UpdateMode>Foreground</UpdateMode>
  29. <UpdateInterval>7</UpdateInterval>
  30. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  31. <UpdatePeriodically>false</UpdatePeriodically>
  32. <UpdateRequired>false</UpdateRequired>
  33. <MapFileExtensions>true</MapFileExtensions>
  34. <ApplicationRevision>0</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <PlatformTarget>AnyCPU</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <StartupObject />
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  62. <DebugSymbols>true</DebugSymbols>
  63. <OutputPath>bin\x86\Debug\</OutputPath>
  64. <DefineConstants>DEBUG;TRACE</DefineConstants>
  65. <DebugType>full</DebugType>
  66. <PlatformTarget>x86</PlatformTarget>
  67. <ErrorReport>prompt</ErrorReport>
  68. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  71. <OutputPath>bin\x86\Release\</OutputPath>
  72. <DefineConstants>TRACE</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <DebugType>pdbonly</DebugType>
  75. <PlatformTarget>x86</PlatformTarget>
  76. <ErrorReport>prompt</ErrorReport>
  77. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  78. </PropertyGroup>
  79. <PropertyGroup>
  80. <ApplicationIcon>dkCRM.ico</ApplicationIcon>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  83. <DebugSymbols>true</DebugSymbols>
  84. <OutputPath>bin\x64\Debug\</OutputPath>
  85. <DefineConstants>DEBUG;TRACE</DefineConstants>
  86. <DebugType>full</DebugType>
  87. <PlatformTarget>x64</PlatformTarget>
  88. <ErrorReport>prompt</ErrorReport>
  89. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  92. <OutputPath>bin\x64\Release\</OutputPath>
  93. <DefineConstants>TRACE</DefineConstants>
  94. <Optimize>true</Optimize>
  95. <DebugType>pdbonly</DebugType>
  96. <PlatformTarget>x64</PlatformTarget>
  97. <ErrorReport>prompt</ErrorReport>
  98. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  99. </PropertyGroup>
  100. <PropertyGroup>
  101. <TargetZone>LocalIntranet</TargetZone>
  102. </PropertyGroup>
  103. <PropertyGroup>
  104. <GenerateManifests>false</GenerateManifests>
  105. </PropertyGroup>
  106. <PropertyGroup>
  107. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  108. </PropertyGroup>
  109. <ItemGroup>
  110. <Compile Include="ConfigConst.cs" />
  111. <Compile Include="ConfigMain.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="ConfigMain.Designer.cs">
  115. <DependentUpon>ConfigMain.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="FileOperation.cs" />
  118. <Compile Include="F_LicCode.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="F_LicCode.Designer.cs">
  122. <DependentUpon>F_LicCode.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="Program.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Reference Include="Curtain.Core.net4">
  129. <HintPath>..\..\DLL\Curtain.Core.net4.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Curtain.DataAccess, Version=1.1.7285.24561, Culture=neutral, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\..\DLL\Curtain.DataAccess.dll</HintPath>
  134. </Reference>
  135. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  136. <SpecificVersion>False</SpecificVersion>
  137. <HintPath>..\..\DLL\Oracle.ManagedDataAccess.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System" />
  140. <Reference Include="System.configuration" />
  141. <Reference Include="System.Data" />
  142. <Reference Include="System.Drawing" />
  143. <Reference Include="System.Management" />
  144. <Reference Include="System.ServiceModel" />
  145. <Reference Include="System.Web" />
  146. <Reference Include="System.Web.Services" />
  147. <Reference Include="System.Windows.Forms" />
  148. <Reference Include="System.Xml" />
  149. <Reference Include="System.Xml.Linq" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <ProjectReference Include="..\..\DK.Basics\BaseControls\BaseControls.csproj">
  153. <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
  154. <Name>BaseControls</Name>
  155. </ProjectReference>
  156. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  157. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  158. <Name>BaseResources</Name>
  159. </ProjectReference>
  160. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  161. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  162. <Name>DataAccess</Name>
  163. </ProjectReference>
  164. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  165. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  166. <Name>Library</Name>
  167. </ProjectReference>
  168. <ProjectReference Include="..\..\DK.Service\SAPDataService\SAPHegiiDataService.csproj">
  169. <Project>{41D66009-A06F-4632-869C-110AB1C3B969}</Project>
  170. <Name>SAPHegiiDataService</Name>
  171. </ProjectReference>
  172. <ProjectReference Include="..\WCF.Contracts\WCF.Contracts.csproj">
  173. <Project>{9709de66-52b3-4f9e-adea-ea639586080b}</Project>
  174. <Name>WCF.Contracts</Name>
  175. </ProjectReference>
  176. <ProjectReference Include="..\WCF.Ex_HGS3_QRS\WCF.ExHGS3QRS.csproj">
  177. <Project>{157cb7a7-8b8a-4043-ab3a-2c5bf32a1a27}</Project>
  178. <Name>WCF.ExHGS3QRS</Name>
  179. </ProjectReference>
  180. <ProjectReference Include="..\WCF.Services\WCF.Services.csproj">
  181. <Project>{20e7bf78-5301-4d5a-a7a0-fa24c0f32cdc}</Project>
  182. <Name>WCF.Services</Name>
  183. </ProjectReference>
  184. <ProjectReference Include="..\WCF.WebHosting\WCF.WebHosting.csproj">
  185. <Project>{518ADA48-93B2-4433-9E0D-7124812658FC}</Project>
  186. <Name>WCF.WebHosting</Name>
  187. </ProjectReference>
  188. </ItemGroup>
  189. <ItemGroup>
  190. <None Include="App.config">
  191. <SubType>Designer</SubType>
  192. </None>
  193. <EmbeddedResource Include="F_LicCode.resx">
  194. <DependentUpon>F_LicCode.cs</DependentUpon>
  195. </EmbeddedResource>
  196. <EmbeddedResource Include="Templet\员工报餐模板.rar">
  197. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  198. </EmbeddedResource>
  199. <EmbeddedResource Include="Templet\员工考勤模板.xlsx">
  200. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  201. </EmbeddedResource>
  202. <None Include="Config.ini">
  203. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  204. </None>
  205. <None Include="Properties\app.manifest" />
  206. <Content Include="SAP_HEGII.ini">
  207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  208. </Content>
  209. <None Include="Templet\员工离职模板.xlsx" />
  210. <None Include="Templet\员工资料模板.xlsx">
  211. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  212. </None>
  213. </ItemGroup>
  214. <ItemGroup>
  215. <EmbeddedResource Include="ConfigMain.resx">
  216. <DependentUpon>ConfigMain.cs</DependentUpon>
  217. <SubType>Designer</SubType>
  218. </EmbeddedResource>
  219. </ItemGroup>
  220. <ItemGroup>
  221. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  222. <Visible>False</Visible>
  223. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  224. <Install>true</Install>
  225. </BootstrapperPackage>
  226. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  227. <Visible>False</Visible>
  228. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  229. <Install>false</Install>
  230. </BootstrapperPackage>
  231. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  232. <Visible>False</Visible>
  233. <ProductName>.NET Framework 3.5 SP1</ProductName>
  234. <Install>false</Install>
  235. </BootstrapperPackage>
  236. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  237. <Visible>False</Visible>
  238. <ProductName>Windows Installer 4.5</ProductName>
  239. <Install>true</Install>
  240. </BootstrapperPackage>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Content Include="dkCRM.ico" />
  244. </ItemGroup>
  245. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  246. <PropertyGroup>
  247. <PostBuildEvent>Copy $(TargetDir) $(SolutionDir)IBOSS.PRD.Service\
  248. Del $(SolutionDir)IBOSS.PRD.Service\*.pdb
  249. Del $(SolutionDir)IBOSS.PRD.Service\*.vshost.exe
  250. Del $(SolutionDir)IBOSS.PRD.Service\*.vshost.exe.config
  251. Del $(SolutionDir)IBOSS.PRD.Service\*.vshost.exe.manifest</PostBuildEvent>
  252. </PropertyGroup>
  253. <PropertyGroup>
  254. <PreBuildEvent>Del $(SolutionDir)IBOSS.PRD.Service\*.exe
  255. Del $(SolutionDir)IBOSS.PRD.Service\*.dll
  256. Del $(SolutionDir)IBOSS.PRD.Service\*.pdb
  257. Del $(SolutionDir)IBOSS.PRD.Service\*.config
  258. Del $(SolutionDir)IBOSS.PRD.Service\*.manifest</PreBuildEvent>
  259. </PropertyGroup>
  260. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  261. Other similar extension points exist, see Microsoft.Common.targets.
  262. <Target Name="BeforeBuild">
  263. </Target>
  264. <Target Name="AfterBuild">
  265. </Target>
  266. -->
  267. </Project>