WCF.Hosting.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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, Version=1.1.7284.23729, Culture=neutral, processorArchitecture=MSIL">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\..\DLL\Curtain.Core.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.Windows.Forms" />
  146. <Reference Include="System.Xml" />
  147. <Reference Include="System.Xml.Linq" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <ProjectReference Include="..\..\DK.Basics\BaseControls\BaseControls.csproj">
  151. <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
  152. <Name>BaseControls</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  155. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  156. <Name>BaseResources</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  159. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  160. <Name>DataAccess</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  163. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  164. <Name>Library</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\WCF.Contracts\WCF.Contracts.csproj">
  167. <Project>{9709de66-52b3-4f9e-adea-ea639586080b}</Project>
  168. <Name>WCF.Contracts</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\WCF.Ex_HGS3_QRS\WCF.ExHGS3QRS.csproj">
  171. <Project>{157cb7a7-8b8a-4043-ab3a-2c5bf32a1a27}</Project>
  172. <Name>WCF.ExHGS3QRS</Name>
  173. </ProjectReference>
  174. <ProjectReference Include="..\WCF.Services\WCF.Services.csproj">
  175. <Project>{20e7bf78-5301-4d5a-a7a0-fa24c0f32cdc}</Project>
  176. <Name>WCF.Services</Name>
  177. </ProjectReference>
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="App.config">
  181. <SubType>Designer</SubType>
  182. </None>
  183. <EmbeddedResource Include="F_LicCode.resx">
  184. <DependentUpon>F_LicCode.cs</DependentUpon>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="Templet\员工报餐模板.rar">
  187. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  188. </EmbeddedResource>
  189. <EmbeddedResource Include="Templet\员工考勤模板.xlsx">
  190. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  191. </EmbeddedResource>
  192. <None Include="Config.ini">
  193. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  194. </None>
  195. <None Include="Properties\app.manifest" />
  196. <None Include="Templet\员工离职模板.xlsx" />
  197. <None Include="Templet\员工资料模板.xlsx">
  198. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  199. </None>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <EmbeddedResource Include="ConfigMain.resx">
  203. <DependentUpon>ConfigMain.cs</DependentUpon>
  204. <SubType>Designer</SubType>
  205. </EmbeddedResource>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  209. <Visible>False</Visible>
  210. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  211. <Install>true</Install>
  212. </BootstrapperPackage>
  213. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  214. <Visible>False</Visible>
  215. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  216. <Install>false</Install>
  217. </BootstrapperPackage>
  218. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  219. <Visible>False</Visible>
  220. <ProductName>.NET Framework 3.5 SP1</ProductName>
  221. <Install>false</Install>
  222. </BootstrapperPackage>
  223. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  224. <Visible>False</Visible>
  225. <ProductName>Windows Installer 4.5</ProductName>
  226. <Install>true</Install>
  227. </BootstrapperPackage>
  228. </ItemGroup>
  229. <ItemGroup>
  230. <Content Include="dkCRM.ico" />
  231. </ItemGroup>
  232. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  233. <PropertyGroup>
  234. <PostBuildEvent>Copy $(TargetDir) $(SolutionDir)IBOSS.PRD.Service\
  235. Del $(SolutionDir)IBOSS.PRD.Service\*.pdb
  236. Del $(SolutionDir)IBOSS.PRD.Service\*.vshost.exe
  237. Del $(SolutionDir)IBOSS.PRD.Service\*.vshost.exe.config
  238. Del $(SolutionDir)IBOSS.PRD.Service\*.vshost.exe.manifest</PostBuildEvent>
  239. </PropertyGroup>
  240. <PropertyGroup>
  241. <PreBuildEvent>Del $(SolutionDir)IBOSS.PRD.Service\*.exe
  242. Del $(SolutionDir)IBOSS.PRD.Service\*.dll
  243. Del $(SolutionDir)IBOSS.PRD.Service\*.pdb
  244. Del $(SolutionDir)IBOSS.PRD.Service\*.config
  245. Del $(SolutionDir)IBOSS.PRD.Service\*.manifest</PreBuildEvent>
  246. </PropertyGroup>
  247. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  248. Other similar extension points exist, see Microsoft.Common.targets.
  249. <Target Name="BeforeBuild">
  250. </Target>
  251. <Target Name="AfterBuild">
  252. </Target>
  253. -->
  254. </Project>