TATModule.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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>{49542F8F-BAFE-4F8D-9796-7BE61821769E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Client.TATModule</RootNamespace>
  11. <AssemblyName>TATModule</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <PlatformTarget>x86</PlatformTarget>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\x86\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  52. <OutputPath>bin\x86\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <Optimize>true</Optimize>
  55. <DebugType>pdbonly</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  61. <DebugSymbols>true</DebugSymbols>
  62. <OutputPath>bin\x64\Debug\</OutputPath>
  63. <DefineConstants>DEBUG;TRACE</DefineConstants>
  64. <DebugType>full</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  70. <OutputPath>bin\x64\Release\</OutputPath>
  71. <DefineConstants>TRACE</DefineConstants>
  72. <Optimize>true</Optimize>
  73. <DebugType>pdbonly</DebugType>
  74. <PlatformTarget>x64</PlatformTarget>
  75. <ErrorReport>prompt</ErrorReport>
  76. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="System" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Runtime.Serialization" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Xml" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="F_TAT_0101.cs">
  92. <SubType>Form</SubType>
  93. </Compile>
  94. <Compile Include="F_TAT_0101.Designer.cs">
  95. <DependentUpon>F_TAT_0101.cs</DependentUpon>
  96. </Compile>
  97. <Compile Include="F_TAT_0102.cs">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="F_TAT_0102.Designer.cs">
  101. <DependentUpon>F_TAT_0102.cs</DependentUpon>
  102. </Compile>
  103. <Compile Include="F_TAT_0103.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="F_TAT_0103.Designer.cs">
  107. <DependentUpon>F_TAT_0103.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="F_TAT_0201.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="F_TAT_0201.Designer.cs">
  113. <DependentUpon>F_TAT_0201.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="F_TAT_0202.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="F_TAT_0202.Designer.cs">
  119. <DependentUpon>F_TAT_0202.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="F_TAT_0203.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="F_TAT_0203.Designer.cs">
  125. <DependentUpon>F_TAT_0203.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="F_TAT_0301.cs">
  128. <SubType>Form</SubType>
  129. </Compile>
  130. <Compile Include="F_TAT_0301.Designer.cs">
  131. <DependentUpon>F_TAT_0301.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="F_TAT_0302.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="F_TAT_0302.Designer.cs">
  137. <DependentUpon>F_TAT_0302.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="F_TAT_0303.cs">
  140. <SubType>Form</SubType>
  141. </Compile>
  142. <Compile Include="F_TAT_0303.Designer.cs">
  143. <DependentUpon>F_TAT_0303.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="F_TAT_0401.cs">
  146. <SubType>Form</SubType>
  147. </Compile>
  148. <Compile Include="F_TAT_0401.Designer.cs">
  149. <DependentUpon>F_TAT_0401.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="F_TAT_0402.cs">
  152. <SubType>Form</SubType>
  153. </Compile>
  154. <Compile Include="F_TAT_0402.Designer.cs">
  155. <DependentUpon>F_TAT_0402.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="F_TAT_0403.cs">
  158. <SubType>Form</SubType>
  159. </Compile>
  160. <Compile Include="F_TAT_0403.Designer.cs">
  161. <DependentUpon>F_TAT_0403.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="F_TAT_0501.cs">
  164. <SubType>Form</SubType>
  165. </Compile>
  166. <Compile Include="F_TAT_0501.Designer.cs">
  167. <DependentUpon>F_TAT_0501.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="F_TAT_0502.cs">
  170. <SubType>Form</SubType>
  171. </Compile>
  172. <Compile Include="F_TAT_0502.Designer.cs">
  173. <DependentUpon>F_TAT_0502.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="F_TAT_0503.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="F_TAT_0503.Designer.cs">
  179. <DependentUpon>F_TAT_0503.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="F_TAT_0601.cs">
  182. <SubType>Form</SubType>
  183. </Compile>
  184. <Compile Include="F_TAT_0601.Designer.cs">
  185. <DependentUpon>F_TAT_0601.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="F_TAT_0602.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="F_TAT_0602.Designer.cs">
  191. <DependentUpon>F_TAT_0602.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="F_TAT_0603.cs">
  194. <SubType>Form</SubType>
  195. </Compile>
  196. <Compile Include="F_TAT_0603.Designer.cs">
  197. <DependentUpon>F_TAT_0603.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="F_TAT_0701.cs">
  200. <SubType>Form</SubType>
  201. </Compile>
  202. <Compile Include="F_TAT_0701.Designer.cs">
  203. <DependentUpon>F_TAT_0701.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="F_TAT_0702.cs">
  206. <SubType>Form</SubType>
  207. </Compile>
  208. <Compile Include="F_TAT_0702.Designer.cs">
  209. <DependentUpon>F_TAT_0702.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="F_TAT_0703.cs">
  212. <SubType>Form</SubType>
  213. </Compile>
  214. <Compile Include="F_TAT_0703.Designer.cs">
  215. <DependentUpon>F_TAT_0703.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="F_TAT_0801.cs">
  218. <SubType>Form</SubType>
  219. </Compile>
  220. <Compile Include="F_TAT_0801.Designer.cs">
  221. <DependentUpon>F_TAT_0801.cs</DependentUpon>
  222. </Compile>
  223. <Compile Include="F_TAT_0802.cs">
  224. <SubType>Form</SubType>
  225. </Compile>
  226. <Compile Include="F_TAT_0802.Designer.cs">
  227. <DependentUpon>F_TAT_0802.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="F_TAT_0803.cs">
  230. <SubType>Form</SubType>
  231. </Compile>
  232. <Compile Include="F_TAT_0803.Designer.cs">
  233. <DependentUpon>F_TAT_0803.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="Properties\AssemblyInfo.cs" />
  236. <Compile Include="Properties\Resources.Designer.cs">
  237. <AutoGen>True</AutoGen>
  238. <DesignTime>True</DesignTime>
  239. <DependentUpon>Resources.resx</DependentUpon>
  240. </Compile>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <ProjectReference Include="..\..\DK.Basics\BaseControls\BaseControls.csproj">
  244. <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
  245. <Name>BaseControls</Name>
  246. </ProjectReference>
  247. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  248. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  249. <Name>BaseResources</Name>
  250. </ProjectReference>
  251. <ProjectReference Include="..\..\DK.Basics\DockPanel\DockPanel.csproj">
  252. <Project>{e32f051d-7c28-42ec-ab5b-cfe18290aa45}</Project>
  253. <Name>DockPanel</Name>
  254. </ProjectReference>
  255. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  256. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  257. <Name>Library</Name>
  258. </ProjectReference>
  259. <ProjectReference Include="..\..\WCF.Client\WCF.Proxys\WCF.Proxys.csproj">
  260. <Project>{d5ac665b-a113-4ddd-808c-7563202dc293}</Project>
  261. <Name>WCF.Proxys</Name>
  262. </ProjectReference>
  263. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  264. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  265. <Name>WCF.DataModels</Name>
  266. </ProjectReference>
  267. <ProjectReference Include="..\Client.Controls\Client.Controls.csproj">
  268. <Project>{ae533029-79c3-4053-ba9c-ad5a0b4fbbf7}</Project>
  269. <Name>Client.Controls</Name>
  270. </ProjectReference>
  271. <ProjectReference Include="..\Client.DataModels\Client.DataModels.csproj">
  272. <Project>{abded3cb-93e4-4216-b451-a747426fb5f0}</Project>
  273. <Name>Client.DataModels</Name>
  274. </ProjectReference>
  275. <ProjectReference Include="..\CommonModule\CommonModule.csproj">
  276. <Project>{fec6e3a7-c649-4300-b7dc-fe4e111b79f6}</Project>
  277. <Name>CommonModule</Name>
  278. </ProjectReference>
  279. </ItemGroup>
  280. <ItemGroup>
  281. <EmbeddedResource Include="F_TAT_0101.resx">
  282. <DependentUpon>F_TAT_0101.cs</DependentUpon>
  283. </EmbeddedResource>
  284. <EmbeddedResource Include="F_TAT_0102.resx">
  285. <DependentUpon>F_TAT_0102.cs</DependentUpon>
  286. </EmbeddedResource>
  287. <EmbeddedResource Include="F_TAT_0103.resx">
  288. <DependentUpon>F_TAT_0103.cs</DependentUpon>
  289. </EmbeddedResource>
  290. <EmbeddedResource Include="F_TAT_0201.resx">
  291. <DependentUpon>F_TAT_0201.cs</DependentUpon>
  292. </EmbeddedResource>
  293. <EmbeddedResource Include="F_TAT_0202.resx">
  294. <DependentUpon>F_TAT_0202.cs</DependentUpon>
  295. </EmbeddedResource>
  296. <EmbeddedResource Include="F_TAT_0203.resx">
  297. <DependentUpon>F_TAT_0203.cs</DependentUpon>
  298. </EmbeddedResource>
  299. <EmbeddedResource Include="F_TAT_0301.resx">
  300. <DependentUpon>F_TAT_0301.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="F_TAT_0302.resx">
  303. <DependentUpon>F_TAT_0302.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="F_TAT_0303.resx">
  306. <DependentUpon>F_TAT_0303.cs</DependentUpon>
  307. </EmbeddedResource>
  308. <EmbeddedResource Include="F_TAT_0401.resx">
  309. <DependentUpon>F_TAT_0401.cs</DependentUpon>
  310. </EmbeddedResource>
  311. <EmbeddedResource Include="F_TAT_0402.resx">
  312. <DependentUpon>F_TAT_0402.cs</DependentUpon>
  313. </EmbeddedResource>
  314. <EmbeddedResource Include="F_TAT_0403.resx">
  315. <DependentUpon>F_TAT_0403.cs</DependentUpon>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="F_TAT_0501.resx">
  318. <DependentUpon>F_TAT_0501.cs</DependentUpon>
  319. </EmbeddedResource>
  320. <EmbeddedResource Include="F_TAT_0502.resx">
  321. <DependentUpon>F_TAT_0502.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="F_TAT_0503.resx">
  324. <DependentUpon>F_TAT_0503.cs</DependentUpon>
  325. </EmbeddedResource>
  326. <EmbeddedResource Include="F_TAT_0601.resx">
  327. <DependentUpon>F_TAT_0601.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="F_TAT_0602.resx">
  330. <DependentUpon>F_TAT_0602.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="F_TAT_0603.resx">
  333. <DependentUpon>F_TAT_0603.cs</DependentUpon>
  334. </EmbeddedResource>
  335. <EmbeddedResource Include="F_TAT_0701.resx">
  336. <DependentUpon>F_TAT_0701.cs</DependentUpon>
  337. </EmbeddedResource>
  338. <EmbeddedResource Include="F_TAT_0702.resx">
  339. <DependentUpon>F_TAT_0702.cs</DependentUpon>
  340. </EmbeddedResource>
  341. <EmbeddedResource Include="F_TAT_0703.resx">
  342. <DependentUpon>F_TAT_0703.cs</DependentUpon>
  343. </EmbeddedResource>
  344. <EmbeddedResource Include="F_TAT_0801.resx">
  345. <DependentUpon>F_TAT_0801.cs</DependentUpon>
  346. </EmbeddedResource>
  347. <EmbeddedResource Include="F_TAT_0802.resx">
  348. <DependentUpon>F_TAT_0802.cs</DependentUpon>
  349. </EmbeddedResource>
  350. <EmbeddedResource Include="F_TAT_0803.resx">
  351. <DependentUpon>F_TAT_0803.cs</DependentUpon>
  352. </EmbeddedResource>
  353. <EmbeddedResource Include="Properties\Resources.resx">
  354. <Generator>ResXFileCodeGenerator</Generator>
  355. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  356. </EmbeddedResource>
  357. </ItemGroup>
  358. <ItemGroup>
  359. <None Include="Resources\bg1.png" />
  360. </ItemGroup>
  361. <ItemGroup>
  362. <None Include="Resources\functionbackground1.png" />
  363. </ItemGroup>
  364. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  365. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  366. Other similar extension points exist, see Microsoft.Common.targets.
  367. <Target Name="BeforeBuild">
  368. </Target>
  369. <Target Name="AfterBuild">
  370. </Target>
  371. -->
  372. </Project>