IBOSS.PRD.csproj 14 KB

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