IBOSS.PRD.csproj 14 KB

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