IBOSS.PRD.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  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. <IsWebBootstrapper>false</IsWebBootstrapper>
  23. <PublishUrl>publish\</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 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="Curtain.Core">
  107. <HintPath>..\DLL\Curtain.Core.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Curtain.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\DLL\Curtain.Framework.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>..\DK.Service\PDAModuleLogic\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.Drawing" />
  121. <Reference Include="System.Runtime.Serialization" />
  122. <Reference Include="System.Windows.Forms" />
  123. <Reference Include="System.Xml" />
  124. <Reference Include="System.Xml.Linq" />
  125. <Reference Include="zxing">
  126. <HintPath>..\DLL\zxing.dll</HintPath>
  127. </Reference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="F_SYS_0101.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="F_SYS_0101.Designer.cs">
  134. <DependentUpon>F_SYS_0101.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="F_SYS_0102.cs">
  137. <SubType>Form</SubType>
  138. </Compile>
  139. <Compile Include="F_SYS_0102.Designer.cs">
  140. <DependentUpon>F_SYS_0102.cs</DependentUpon>
  141. </Compile>
  142. <Compile Include="F_SYS_0103.cs">
  143. <SubType>Form</SubType>
  144. </Compile>
  145. <Compile Include="F_SYS_0103.Designer.cs">
  146. <DependentUpon>F_SYS_0103.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="F_SYS_0201.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="F_SYS_0201.Designer.cs">
  152. <DependentUpon>F_SYS_0201.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="F_SYS_0202.cs">
  155. <SubType>Form</SubType>
  156. </Compile>
  157. <Compile Include="F_SYS_0202.Designer.cs">
  158. <DependentUpon>F_SYS_0202.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="F_SYS_0210.cs">
  161. <SubType>Form</SubType>
  162. </Compile>
  163. <Compile Include="F_SYS_0210.Designer.cs">
  164. <DependentUpon>F_SYS_0210.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="F_SYS_0211.cs">
  167. <SubType>Form</SubType>
  168. </Compile>
  169. <Compile Include="F_SYS_0211.Designer.cs">
  170. <DependentUpon>F_SYS_0211.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="Program.cs" />
  173. <Compile Include="Properties\AssemblyInfo.cs" />
  174. <EmbeddedResource Include="F_SYS_0101.resx">
  175. <DependentUpon>F_SYS_0101.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <EmbeddedResource Include="F_SYS_0102.resx">
  178. <DependentUpon>F_SYS_0102.cs</DependentUpon>
  179. </EmbeddedResource>
  180. <EmbeddedResource Include="F_SYS_0103.resx">
  181. <DependentUpon>F_SYS_0103.cs</DependentUpon>
  182. </EmbeddedResource>
  183. <EmbeddedResource Include="F_SYS_0201.resx">
  184. <DependentUpon>F_SYS_0201.cs</DependentUpon>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="F_SYS_0202.resx">
  187. <DependentUpon>F_SYS_0202.cs</DependentUpon>
  188. </EmbeddedResource>
  189. <EmbeddedResource Include="F_SYS_0210.resx">
  190. <DependentUpon>F_SYS_0210.cs</DependentUpon>
  191. </EmbeddedResource>
  192. <EmbeddedResource Include="F_SYS_0211.resx">
  193. <DependentUpon>F_SYS_0211.cs</DependentUpon>
  194. </EmbeddedResource>
  195. <EmbeddedResource Include="Properties\Resources.resx">
  196. <Generator>ResXFileCodeGenerator</Generator>
  197. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  198. <SubType>Designer</SubType>
  199. </EmbeddedResource>
  200. <Compile Include="Properties\Resources.Designer.cs">
  201. <AutoGen>True</AutoGen>
  202. <DependentUpon>Resources.resx</DependentUpon>
  203. <DesignTime>True</DesignTime>
  204. </Compile>
  205. <None Include="App.config">
  206. <SubType>Designer</SubType>
  207. </None>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <ProjectReference Include="..\DK.Basics\BaseControls\BaseControls.csproj">
  211. <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
  212. <Name>BaseControls</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\DK.Basics\BaseResources\BaseResources.csproj">
  215. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  216. <Name>BaseResources</Name>
  217. </ProjectReference>
  218. <ProjectReference Include="..\DK.Basics\DockPanel\DockPanel.csproj">
  219. <Project>{e32f051d-7c28-42ec-ab5b-cfe18290aa45}</Project>
  220. <Name>DockPanel</Name>
  221. </ProjectReference>
  222. <ProjectReference Include="..\DK.Basics\Library\Library.csproj">
  223. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  224. <Name>Library</Name>
  225. </ProjectReference>
  226. <ProjectReference Include="..\DK.Client\Client.Controls\Client.Controls.csproj">
  227. <Project>{ae533029-79c3-4053-ba9c-ad5a0b4fbbf7}</Project>
  228. <Name>Client.Controls</Name>
  229. </ProjectReference>
  230. <ProjectReference Include="..\DK.Client\Client.DataModels\Client.DataModels.csproj">
  231. <Project>{abded3cb-93e4-4216-b451-a747426fb5f0}</Project>
  232. <Name>Client.DataModels</Name>
  233. </ProjectReference>
  234. <ProjectReference Include="..\DK.Client\CommonModule\CommonModule.csproj">
  235. <Project>{fec6e3a7-c649-4300-b7dc-fe4e111b79f6}</Project>
  236. <Name>CommonModule</Name>
  237. </ProjectReference>
  238. <ProjectReference Include="..\DK.Client\HRModule\HRModule.csproj">
  239. <Project>{dcede019-534e-4d85-b98d-d4fe49bb52a7}</Project>
  240. <Name>HRModule</Name>
  241. </ProjectReference>
  242. <ProjectReference Include="..\DK.Client\PAMModule\PAMModule.csproj">
  243. <Project>{07cf0823-2b8f-4e46-b111-2348f2e7d88d}</Project>
  244. <Name>PAMModule</Name>
  245. </ProjectReference>
  246. <ProjectReference Include="..\DK.Client\PCModule\PCModule.csproj">
  247. <Project>{1e9f9478-d77a-42a2-8f90-e660c715e400}</Project>
  248. <Name>PCModule</Name>
  249. </ProjectReference>
  250. <ProjectReference Include="..\DK.Client\PMModule\PMModule.csproj">
  251. <Project>{8f2ce066-77a5-4e19-a9ae-ea382692095e}</Project>
  252. <Name>PMModule</Name>
  253. </ProjectReference>
  254. <ProjectReference Include="..\DK.Client\PPModule\PPModule.csproj">
  255. <Project>{3ADEFD6C-64B4-41B3-A157-84A99CCA9A5C}</Project>
  256. <Name>PPModule</Name>
  257. </ProjectReference>
  258. <ProjectReference Include="..\DK.Client\ReportModule\ReportModule.csproj">
  259. <Project>{6b1046f1-728b-40b8-9c66-0a94d66a7b20}</Project>
  260. <Name>ReportModule</Name>
  261. </ProjectReference>
  262. <ProjectReference Include="..\DK.Client\SAPDataModule\SAPDataModule.csproj">
  263. <Project>{28AE72A8-8AAA-422A-8A28-D3E5E8C32EB0}</Project>
  264. <Name>SAPDataModule</Name>
  265. </ProjectReference>
  266. <ProjectReference Include="..\DK.Client\SystemModule\SystemModule.csproj">
  267. <Project>{8eac007c-f17c-4cca-af40-9c9ef816e4a9}</Project>
  268. <Name>SystemModule</Name>
  269. </ProjectReference>
  270. <ProjectReference Include="..\DK.Client\TATModule\TATModule.csproj">
  271. <Project>{49542f8f-bafe-4f8d-9796-7be61821769e}</Project>
  272. <Name>TATModule</Name>
  273. </ProjectReference>
  274. <ProjectReference Include="..\WCF.Client\WCF.Proxys\WCF.Proxys.csproj">
  275. <Project>{d5ac665b-a113-4ddd-808c-7563202dc293}</Project>
  276. <Name>WCF.Proxys</Name>
  277. </ProjectReference>
  278. <ProjectReference Include="..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  279. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  280. <Name>WCF.DataModels</Name>
  281. </ProjectReference>
  282. </ItemGroup>
  283. <ItemGroup>
  284. <None Include="Properties\app.manifest" />
  285. <None Include="Resources\user.png" />
  286. <None Include="Resources\ToolboxWindow.ico" />
  287. <None Include="Resources\toolbarbackground.png" />
  288. <None Include="Resources\outline.png" />
  289. <None Include="Resources\online.png" />
  290. <None Include="Resources\menubackground.png" />
  291. <None Include="Resources\logo.png" />
  292. <None Include="Resources\login-q_27.png" />
  293. <None Include="Resources\login-q_24.png" />
  294. <None Include="Resources\login-q_13.png" />
  295. <None Include="Resources\login-q_01.png" />
  296. <None Include="Resources\login.png" />
  297. <None Include="Resources\exit.png" />
  298. <None Include="Resources\editpassword.png" />
  299. <None Include="Resources\calendar.png" />
  300. <None Include="Resources\background.png" />
  301. <None Include="Resources\Account.png" />
  302. <None Include="Resources\dkCRM.ico" />
  303. <None Include="Resources\bg.bmp" />
  304. <None Include="Resources\functionbackground.png" />
  305. <None Include="Resources\bg.png" />
  306. </ItemGroup>
  307. <ItemGroup>
  308. <None Include="Resources\about_0101.jpg" />
  309. </ItemGroup>
  310. <ItemGroup>
  311. <None Include="Resources\about.jpg" />
  312. </ItemGroup>
  313. <ItemGroup>
  314. <None Include="Resources\changePassword.png" />
  315. </ItemGroup>
  316. <ItemGroup>
  317. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  318. <Visible>False</Visible>
  319. <ProductName>.NET Framework 3.5 SP1</ProductName>
  320. <Install>false</Install>
  321. </BootstrapperPackage>
  322. </ItemGroup>
  323. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  324. <PropertyGroup>
  325. <PreBuildEvent>Del $(SolutionDir)IBOSS.PRD.Client\*.exe
  326. Del $(SolutionDir)IBOSS.PRD.Client\*.dll
  327. Del $(SolutionDir)IBOSS.PRD.Client\*.pdb
  328. Del $(SolutionDir)IBOSS.PRD.Client\*.config
  329. Del $(SolutionDir)IBOSS.PRD.Client\*.manifest</PreBuildEvent>
  330. </PropertyGroup>
  331. <PropertyGroup>
  332. <PostBuildEvent>Copy $(TargetDir) $(SolutionDir)IBOSS.PRD.Client\
  333. Del $(SolutionDir)IBOSS.PRD.Client\*.pdb
  334. Del $(SolutionDir)IBOSS.PRD.Client\*.vshost.exe
  335. Del $(SolutionDir)IBOSS.PRD.Client\*.vshost.exe.config
  336. Del $(SolutionDir)IBOSS.PRD.Client\*.vshost.exe.manifest</PostBuildEvent>
  337. </PropertyGroup>
  338. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  339. Other similar extension points exist, see Microsoft.Common.targets.
  340. <Target Name="BeforeBuild">
  341. </Target>
  342. <Target Name="AfterBuild">
  343. </Target>
  344. -->
  345. </Project>