IBOSS.PRD.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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>{991CF331-DB08-45D7-B306-0A42567A7DDA}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Client</RootNamespace>
  11. <AssemblyName>IBOSSPRD</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. <PublishUrl>publish\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <IsWebBootstrapper>false</IsWebBootstrapper>
  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 Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  58. <DebugSymbols>true</DebugSymbols>
  59. <OutputPath>bin\x86\Debug\</OutputPath>
  60. <DefineConstants>DEBUG;TRACE</DefineConstants>
  61. <DebugType>full</DebugType>
  62. <PlatformTarget>x86</PlatformTarget>
  63. <ErrorReport>prompt</ErrorReport>
  64. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  67. <OutputPath>bin\x86\Release\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>x86</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. </PropertyGroup>
  75. <PropertyGroup>
  76. <ApplicationIcon>Resources\dkCRM.ico</ApplicationIcon>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  79. <DebugSymbols>true</DebugSymbols>
  80. <OutputPath>bin\x64\Debug\</OutputPath>
  81. <DefineConstants>DEBUG;TRACE</DefineConstants>
  82. <DebugType>full</DebugType>
  83. <PlatformTarget>x64</PlatformTarget>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  88. <OutputPath>bin\x64\Release\</OutputPath>
  89. <DefineConstants>TRACE</DefineConstants>
  90. <Optimize>true</Optimize>
  91. <DebugType>pdbonly</DebugType>
  92. <PlatformTarget>x64</PlatformTarget>
  93. <ErrorReport>prompt</ErrorReport>
  94. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  95. </PropertyGroup>
  96. <PropertyGroup>
  97. <TargetZone>LocalIntranet</TargetZone>
  98. </PropertyGroup>
  99. <PropertyGroup>
  100. <GenerateManifests>false</GenerateManifests>
  101. </PropertyGroup>
  102. <PropertyGroup>
  103. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  104. </PropertyGroup>
  105. <ItemGroup>
  106. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  107. <SpecificVersion>False</SpecificVersion>
  108. <HintPath>..\DK.Service\PDAModuleLogic\DLL\Newtonsoft.Json.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System" />
  111. <Reference Include="System.configuration" />
  112. <Reference Include="System.Data" />
  113. <Reference Include="System.Drawing" />
  114. <Reference Include="System.Runtime.Serialization" />
  115. <Reference Include="System.Windows.Forms" />
  116. <Reference Include="System.Xml" />
  117. <Reference Include="System.Xml.Linq" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Compile Include="F_SYS_0101.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="F_SYS_0101.Designer.cs">
  124. <DependentUpon>F_SYS_0101.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="F_SYS_0102.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="F_SYS_0102.Designer.cs">
  130. <DependentUpon>F_SYS_0102.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="F_SYS_0103.cs">
  133. <SubType>Form</SubType>
  134. </Compile>
  135. <Compile Include="F_SYS_0103.Designer.cs">
  136. <DependentUpon>F_SYS_0103.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="F_SYS_0201.cs">
  139. <SubType>Form</SubType>
  140. </Compile>
  141. <Compile Include="F_SYS_0201.Designer.cs">
  142. <DependentUpon>F_SYS_0201.cs</DependentUpon>
  143. </Compile>
  144. <Compile Include="F_SYS_0202.cs">
  145. <SubType>Form</SubType>
  146. </Compile>
  147. <Compile Include="F_SYS_0202.Designer.cs">
  148. <DependentUpon>F_SYS_0202.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="F_SYS_0210.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="F_SYS_0210.Designer.cs">
  154. <DependentUpon>F_SYS_0210.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="F_SYS_0211.cs">
  157. <SubType>Form</SubType>
  158. </Compile>
  159. <Compile Include="F_SYS_0211.Designer.cs">
  160. <DependentUpon>F_SYS_0211.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="Program.cs" />
  163. <Compile Include="Properties\AssemblyInfo.cs" />
  164. <EmbeddedResource Include="F_SYS_0101.resx">
  165. <DependentUpon>F_SYS_0101.cs</DependentUpon>
  166. </EmbeddedResource>
  167. <EmbeddedResource Include="F_SYS_0102.resx">
  168. <DependentUpon>F_SYS_0102.cs</DependentUpon>
  169. </EmbeddedResource>
  170. <EmbeddedResource Include="F_SYS_0103.resx">
  171. <DependentUpon>F_SYS_0103.cs</DependentUpon>
  172. </EmbeddedResource>
  173. <EmbeddedResource Include="F_SYS_0201.resx">
  174. <DependentUpon>F_SYS_0201.cs</DependentUpon>
  175. </EmbeddedResource>
  176. <EmbeddedResource Include="F_SYS_0202.resx">
  177. <DependentUpon>F_SYS_0202.cs</DependentUpon>
  178. </EmbeddedResource>
  179. <EmbeddedResource Include="F_SYS_0210.resx">
  180. <DependentUpon>F_SYS_0210.cs</DependentUpon>
  181. </EmbeddedResource>
  182. <EmbeddedResource Include="F_SYS_0211.resx">
  183. <DependentUpon>F_SYS_0211.cs</DependentUpon>
  184. </EmbeddedResource>
  185. <EmbeddedResource Include="Properties\Resources.resx">
  186. <Generator>ResXFileCodeGenerator</Generator>
  187. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  188. <SubType>Designer</SubType>
  189. </EmbeddedResource>
  190. <Compile Include="Properties\Resources.Designer.cs">
  191. <AutoGen>True</AutoGen>
  192. <DependentUpon>Resources.resx</DependentUpon>
  193. <DesignTime>True</DesignTime>
  194. </Compile>
  195. <None Include="App.config">
  196. <SubType>Designer</SubType>
  197. </None>
  198. </ItemGroup>
  199. <ItemGroup>
  200. <ProjectReference Include="..\DK.Basics\BaseControls\BaseControls.csproj">
  201. <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
  202. <Name>BaseControls</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="..\DK.Basics\BaseResources\BaseResources.csproj">
  205. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  206. <Name>BaseResources</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="..\DK.Basics\DockPanel\DockPanel.csproj">
  209. <Project>{e32f051d-7c28-42ec-ab5b-cfe18290aa45}</Project>
  210. <Name>DockPanel</Name>
  211. </ProjectReference>
  212. <ProjectReference Include="..\DK.Basics\Library\Library.csproj">
  213. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  214. <Name>Library</Name>
  215. </ProjectReference>
  216. <ProjectReference Include="..\DK.Client\Client.Controls\Client.Controls.csproj">
  217. <Project>{ae533029-79c3-4053-ba9c-ad5a0b4fbbf7}</Project>
  218. <Name>Client.Controls</Name>
  219. </ProjectReference>
  220. <ProjectReference Include="..\DK.Client\Client.DataModels\Client.DataModels.csproj">
  221. <Project>{abded3cb-93e4-4216-b451-a747426fb5f0}</Project>
  222. <Name>Client.DataModels</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\DK.Client\CommonModule\CommonModule.csproj">
  225. <Project>{fec6e3a7-c649-4300-b7dc-fe4e111b79f6}</Project>
  226. <Name>CommonModule</Name>
  227. </ProjectReference>
  228. <ProjectReference Include="..\DK.Client\HRModule\HRModule.csproj">
  229. <Project>{dcede019-534e-4d85-b98d-d4fe49bb52a7}</Project>
  230. <Name>HRModule</Name>
  231. </ProjectReference>
  232. <ProjectReference Include="..\DK.Client\PAMModule\PAMModule.csproj">
  233. <Project>{07cf0823-2b8f-4e46-b111-2348f2e7d88d}</Project>
  234. <Name>PAMModule</Name>
  235. </ProjectReference>
  236. <ProjectReference Include="..\DK.Client\PCModule\PCModule.csproj">
  237. <Project>{1e9f9478-d77a-42a2-8f90-e660c715e400}</Project>
  238. <Name>PCModule</Name>
  239. </ProjectReference>
  240. <ProjectReference Include="..\DK.Client\PMModule\PMModule.csproj">
  241. <Project>{8f2ce066-77a5-4e19-a9ae-ea382692095e}</Project>
  242. <Name>PMModule</Name>
  243. </ProjectReference>
  244. <ProjectReference Include="..\DK.Client\PPModule\PPModule.csproj">
  245. <Project>{3ADEFD6C-64B4-41B3-A157-84A99CCA9A5C}</Project>
  246. <Name>PPModule</Name>
  247. </ProjectReference>
  248. <ProjectReference Include="..\DK.Client\ReportModule\ReportModule.csproj">
  249. <Project>{6b1046f1-728b-40b8-9c66-0a94d66a7b20}</Project>
  250. <Name>ReportModule</Name>
  251. </ProjectReference>
  252. <ProjectReference Include="..\DK.Client\SAPDataModule\SAPDataModule.csproj">
  253. <Project>{28AE72A8-8AAA-422A-8A28-D3E5E8C32EB0}</Project>
  254. <Name>SAPDataModule</Name>
  255. </ProjectReference>
  256. <ProjectReference Include="..\DK.Client\SystemModule\SystemModule.csproj">
  257. <Project>{8eac007c-f17c-4cca-af40-9c9ef816e4a9}</Project>
  258. <Name>SystemModule</Name>
  259. </ProjectReference>
  260. <ProjectReference Include="..\DK.Client\TATModule\TATModule.csproj">
  261. <Project>{49542f8f-bafe-4f8d-9796-7be61821769e}</Project>
  262. <Name>TATModule</Name>
  263. </ProjectReference>
  264. <ProjectReference Include="..\WCF.Client\WCF.Proxys\WCF.Proxys.csproj">
  265. <Project>{d5ac665b-a113-4ddd-808c-7563202dc293}</Project>
  266. <Name>WCF.Proxys</Name>
  267. </ProjectReference>
  268. <ProjectReference Include="..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  269. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  270. <Name>WCF.DataModels</Name>
  271. </ProjectReference>
  272. </ItemGroup>
  273. <ItemGroup>
  274. <None Include="Properties\app.manifest" />
  275. <None Include="Resources\user.png" />
  276. <None Include="Resources\ToolboxWindow.ico" />
  277. <None Include="Resources\toolbarbackground.png" />
  278. <None Include="Resources\outline.png" />
  279. <None Include="Resources\online.png" />
  280. <None Include="Resources\menubackground.png" />
  281. <None Include="Resources\logo.png" />
  282. <None Include="Resources\login-q_27.png" />
  283. <None Include="Resources\login-q_24.png" />
  284. <None Include="Resources\login-q_13.png" />
  285. <None Include="Resources\login-q_01.png" />
  286. <None Include="Resources\login.png" />
  287. <None Include="Resources\exit.png" />
  288. <None Include="Resources\editpassword.png" />
  289. <None Include="Resources\calendar.png" />
  290. <None Include="Resources\background.png" />
  291. <None Include="Resources\Account.png" />
  292. <None Include="Resources\dkCRM.ico" />
  293. <None Include="Resources\bg.bmp" />
  294. <None Include="Resources\functionbackground.png" />
  295. <None Include="Resources\bg.png" />
  296. </ItemGroup>
  297. <ItemGroup>
  298. <None Include="Resources\about_0101.jpg" />
  299. </ItemGroup>
  300. <ItemGroup>
  301. <None Include="Resources\about.jpg" />
  302. </ItemGroup>
  303. <ItemGroup>
  304. <None Include="Resources\changePassword.png" />
  305. </ItemGroup>
  306. <ItemGroup>
  307. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  308. <Visible>False</Visible>
  309. <ProductName>.NET Framework 3.5 SP1</ProductName>
  310. <Install>false</Install>
  311. </BootstrapperPackage>
  312. </ItemGroup>
  313. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  314. <PropertyGroup>
  315. <PreBuildEvent>Del $(SolutionDir)IBOSS.PRD.Client\*.exe
  316. Del $(SolutionDir)IBOSS.PRD.Client\*.dll
  317. Del $(SolutionDir)IBOSS.PRD.Client\*.pdb
  318. Del $(SolutionDir)IBOSS.PRD.Client\*.config
  319. Del $(SolutionDir)IBOSS.PRD.Client\*.manifest</PreBuildEvent>
  320. </PropertyGroup>
  321. <PropertyGroup>
  322. <PostBuildEvent>Copy $(TargetDir) $(SolutionDir)IBOSS.PRD.Client\
  323. Del $(SolutionDir)IBOSS.PRD.Client\*.pdb
  324. Del $(SolutionDir)IBOSS.PRD.Client\*.vshost.exe
  325. Del $(SolutionDir)IBOSS.PRD.Client\*.vshost.exe.config
  326. Del $(SolutionDir)IBOSS.PRD.Client\*.vshost.exe.manifest</PostBuildEvent>
  327. </PropertyGroup>
  328. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  329. Other similar extension points exist, see Microsoft.Common.targets.
  330. <Target Name="BeforeBuild">
  331. </Target>
  332. <Target Name="AfterBuild">
  333. </Target>
  334. -->
  335. </Project>