WCF.Hosting.csproj 11 KB

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