PAMModule.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  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>{07CF0823-2B8F-4E46-B111-2348F2E7D88D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Client.PAMModule</RootNamespace>
  11. <AssemblyName>PAMModule</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. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x86\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x86</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  50. <OutputPath>bin\x86\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  59. <DebugSymbols>true</DebugSymbols>
  60. <OutputPath>bin\x64\Debug\</OutputPath>
  61. <DefineConstants>DEBUG;TRACE</DefineConstants>
  62. <DebugType>full</DebugType>
  63. <PlatformTarget>x64</PlatformTarget>
  64. <ErrorReport>prompt</ErrorReport>
  65. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  68. <OutputPath>bin\x64\Release\</OutputPath>
  69. <DefineConstants>TRACE</DefineConstants>
  70. <Optimize>true</Optimize>
  71. <DebugType>pdbonly</DebugType>
  72. <PlatformTarget>x64</PlatformTarget>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="System" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Drawing" />
  80. <Reference Include="System.Windows.Forms" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Xml" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="F_PAM_0101.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="F_PAM_0101.Designer.cs">
  92. <DependentUpon>F_PAM_0101.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="F_PAM_0102.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="F_PAM_0102.Designer.cs">
  98. <DependentUpon>F_PAM_0102.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="F_PAM_0103.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="F_PAM_0103.Designer.cs">
  104. <DependentUpon>F_PAM_0103.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="F_PAM_0201.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="F_PAM_0201.Designer.cs">
  110. <DependentUpon>F_PAM_0201.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="F_PAM_0202.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="F_PAM_0202.Designer.cs">
  116. <DependentUpon>F_PAM_0202.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="F_PAM_0203.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="F_PAM_0203.Designer.cs">
  122. <DependentUpon>F_PAM_0203.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="F_PAM_0301.cs">
  125. <SubType>Form</SubType>
  126. </Compile>
  127. <Compile Include="F_PAM_0301.Designer.cs">
  128. <DependentUpon>F_PAM_0301.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="F_PAM_0302.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="F_PAM_0302.Designer.cs">
  134. <DependentUpon>F_PAM_0302.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="F_PAM_0401..cs">
  137. <SubType>Form</SubType>
  138. </Compile>
  139. <Compile Include="F_PAM_0401..Designer.cs">
  140. <DependentUpon>F_PAM_0401..cs</DependentUpon>
  141. </Compile>
  142. <Compile Include="F_PAM_0402.cs">
  143. <SubType>Form</SubType>
  144. </Compile>
  145. <Compile Include="F_PAM_0402.Designer.cs">
  146. <DependentUpon>F_PAM_0402.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="F_PAM_0501.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="F_PAM_0501.Designer.cs">
  152. <DependentUpon>F_PAM_0501.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="F_PAM_0502.cs">
  155. <SubType>Form</SubType>
  156. </Compile>
  157. <Compile Include="F_PAM_0502.Designer.cs">
  158. <DependentUpon>F_PAM_0502.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="F_PAM_0503.cs">
  161. <SubType>Form</SubType>
  162. </Compile>
  163. <Compile Include="F_PAM_0503.Designer.cs">
  164. <DependentUpon>F_PAM_0503.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="F_PAM_0504.cs">
  167. <SubType>Form</SubType>
  168. </Compile>
  169. <Compile Include="F_PAM_0504.Designer.cs">
  170. <DependentUpon>F_PAM_0504.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="F_PAM_0601.cs">
  173. <SubType>Form</SubType>
  174. </Compile>
  175. <Compile Include="F_PAM_0601.Designer.cs">
  176. <DependentUpon>F_PAM_0601.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="F_PAM_0602.cs">
  179. <SubType>Form</SubType>
  180. </Compile>
  181. <Compile Include="F_PAM_0602.Designer.cs">
  182. <DependentUpon>F_PAM_0602.cs</DependentUpon>
  183. </Compile>
  184. <Compile Include="F_PAM_0603.cs">
  185. <SubType>Form</SubType>
  186. </Compile>
  187. <Compile Include="F_PAM_0603.Designer.cs">
  188. <DependentUpon>F_PAM_0603.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="F_PAM_0604.cs">
  191. <SubType>Form</SubType>
  192. </Compile>
  193. <Compile Include="F_PAM_0604.Designer.cs">
  194. <DependentUpon>F_PAM_0604.cs</DependentUpon>
  195. </Compile>
  196. <Compile Include="F_PAM_0605.cs">
  197. <SubType>Form</SubType>
  198. </Compile>
  199. <Compile Include="F_PAM_0605.Designer.cs">
  200. <DependentUpon>F_PAM_0605.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="Properties\AssemblyInfo.cs" />
  203. <Compile Include="Properties\Resources.Designer.cs">
  204. <AutoGen>True</AutoGen>
  205. <DesignTime>True</DesignTime>
  206. <DependentUpon>Resources.resx</DependentUpon>
  207. </Compile>
  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="..\..\WCF.Client\WCF.Proxys\WCF.Proxys.csproj">
  227. <Project>{d5ac665b-a113-4ddd-808c-7563202dc293}</Project>
  228. <Name>WCF.Proxys</Name>
  229. </ProjectReference>
  230. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  231. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  232. <Name>WCF.DataModels</Name>
  233. </ProjectReference>
  234. <ProjectReference Include="..\Client.Controls\Client.Controls.csproj">
  235. <Project>{ae533029-79c3-4053-ba9c-ad5a0b4fbbf7}</Project>
  236. <Name>Client.Controls</Name>
  237. </ProjectReference>
  238. <ProjectReference Include="..\Client.DataModels\Client.DataModels.csproj">
  239. <Project>{abded3cb-93e4-4216-b451-a747426fb5f0}</Project>
  240. <Name>Client.DataModels</Name>
  241. </ProjectReference>
  242. <ProjectReference Include="..\CommonModule\CommonModule.csproj">
  243. <Project>{fec6e3a7-c649-4300-b7dc-fe4e111b79f6}</Project>
  244. <Name>CommonModule</Name>
  245. </ProjectReference>
  246. </ItemGroup>
  247. <ItemGroup>
  248. <EmbeddedResource Include="F_PAM_0101.resx">
  249. <DependentUpon>F_PAM_0101.cs</DependentUpon>
  250. </EmbeddedResource>
  251. <EmbeddedResource Include="F_PAM_0102.resx">
  252. <DependentUpon>F_PAM_0102.cs</DependentUpon>
  253. </EmbeddedResource>
  254. <EmbeddedResource Include="F_PAM_0103.resx">
  255. <DependentUpon>F_PAM_0103.cs</DependentUpon>
  256. </EmbeddedResource>
  257. <EmbeddedResource Include="F_PAM_0201.resx">
  258. <DependentUpon>F_PAM_0201.cs</DependentUpon>
  259. </EmbeddedResource>
  260. <EmbeddedResource Include="F_PAM_0202.resx">
  261. <DependentUpon>F_PAM_0202.cs</DependentUpon>
  262. </EmbeddedResource>
  263. <EmbeddedResource Include="F_PAM_0203.resx">
  264. <DependentUpon>F_PAM_0203.cs</DependentUpon>
  265. </EmbeddedResource>
  266. <EmbeddedResource Include="F_PAM_0301.resx">
  267. <DependentUpon>F_PAM_0301.cs</DependentUpon>
  268. </EmbeddedResource>
  269. <EmbeddedResource Include="F_PAM_0302.resx">
  270. <DependentUpon>F_PAM_0302.cs</DependentUpon>
  271. </EmbeddedResource>
  272. <EmbeddedResource Include="F_PAM_0401..resx">
  273. <DependentUpon>F_PAM_0401..cs</DependentUpon>
  274. </EmbeddedResource>
  275. <EmbeddedResource Include="F_PAM_0402.resx">
  276. <DependentUpon>F_PAM_0402.cs</DependentUpon>
  277. </EmbeddedResource>
  278. <EmbeddedResource Include="F_PAM_0501.resx">
  279. <DependentUpon>F_PAM_0501.cs</DependentUpon>
  280. </EmbeddedResource>
  281. <EmbeddedResource Include="F_PAM_0502.resx">
  282. <DependentUpon>F_PAM_0502.cs</DependentUpon>
  283. </EmbeddedResource>
  284. <EmbeddedResource Include="F_PAM_0503.resx">
  285. <DependentUpon>F_PAM_0503.cs</DependentUpon>
  286. </EmbeddedResource>
  287. <EmbeddedResource Include="F_PAM_0504.resx">
  288. <DependentUpon>F_PAM_0504.cs</DependentUpon>
  289. </EmbeddedResource>
  290. <EmbeddedResource Include="F_PAM_0601.resx">
  291. <DependentUpon>F_PAM_0601.cs</DependentUpon>
  292. </EmbeddedResource>
  293. <EmbeddedResource Include="F_PAM_0602.resx">
  294. <DependentUpon>F_PAM_0602.cs</DependentUpon>
  295. </EmbeddedResource>
  296. <EmbeddedResource Include="F_PAM_0603.resx">
  297. <DependentUpon>F_PAM_0603.cs</DependentUpon>
  298. </EmbeddedResource>
  299. <EmbeddedResource Include="F_PAM_0604.resx">
  300. <DependentUpon>F_PAM_0604.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="F_PAM_0605.resx">
  303. <DependentUpon>F_PAM_0605.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="Properties\Resources.resx">
  306. <Generator>ResXFileCodeGenerator</Generator>
  307. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  308. </EmbeddedResource>
  309. </ItemGroup>
  310. <ItemGroup>
  311. <None Include="Resources\functionbackground.png" />
  312. </ItemGroup>
  313. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  314. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  315. Other similar extension points exist, see Microsoft.Common.targets.
  316. <Target Name="BeforeBuild">
  317. </Target>
  318. <Target Name="AfterBuild">
  319. </Target>
  320. -->
  321. </Project>