ReportModule.csproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837
  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>{6B1046F1-728B-40B8-9C66-0A94D66A7B20}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Client.ReportModule</RootNamespace>
  11. <AssemblyName>ReportModule</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="ExportExcel, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\DK.Basics\BaseControls\DLL\ExportExcel.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Drawing" />
  84. <Reference Include="System.Runtime.Serialization" />
  85. <Reference Include="System.Web" />
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Xml" />
  92. <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>..\..\DLL\Utilities.dll</HintPath>
  95. </Reference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="Properties\Resources.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTime>True</DesignTime>
  101. <DependentUpon>Resources.resx</DependentUpon>
  102. </Compile>
  103. <Compile Include="R01\M01\F_RPT_010101_1.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="R01\M01\F_RPT_010101_1.Designer.cs">
  107. <DependentUpon>F_RPT_010101_1.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="R01\M01\F_RPT_010102_1.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="R01\M01\F_RPT_010102_1.Designer.cs">
  113. <DependentUpon>F_RPT_010102_1.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="R01\M01\F_RPT_010103.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="R01\M01\F_RPT_010103.Designer.cs">
  119. <DependentUpon>F_RPT_010103.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="R01\M01\F_RPT_010104.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="R01\M01\F_RPT_010104.Designer.cs">
  125. <DependentUpon>F_RPT_010104.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="R01\M01\F_RPT_010106.cs">
  128. <SubType>Form</SubType>
  129. </Compile>
  130. <Compile Include="R01\M01\F_RPT_010106.Designer.cs">
  131. <DependentUpon>F_RPT_010106.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="R01\M01\F_RPT_010105.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="R01\M01\F_RPT_010105.Designer.cs">
  137. <DependentUpon>F_RPT_010105.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="R01\M02\F_RPT_010201_1.cs">
  140. <SubType>Form</SubType>
  141. </Compile>
  142. <Compile Include="R01\M02\F_RPT_010201_1.Designer.cs">
  143. <DependentUpon>F_RPT_010201_1.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="R01\M02\F_RPT_010202.cs">
  146. <SubType>Form</SubType>
  147. </Compile>
  148. <Compile Include="R01\M02\F_RPT_010202.Designer.cs">
  149. <DependentUpon>F_RPT_010202.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="R01\M03\F_RPT_010302.cs">
  152. <SubType>Form</SubType>
  153. </Compile>
  154. <Compile Include="R01\M03\F_RPT_010302.Designer.cs">
  155. <DependentUpon>F_RPT_010302.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="R01\M03\F_RPT_010301_1.cs">
  158. <SubType>Form</SubType>
  159. </Compile>
  160. <Compile Include="R01\M03\F_RPT_010301_1.Designer.cs">
  161. <DependentUpon>F_RPT_010301_1.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="R01\M04\F_RPT_01040501.cs">
  164. <SubType>Form</SubType>
  165. </Compile>
  166. <Compile Include="R01\M04\F_RPT_01040501.Designer.cs">
  167. <DependentUpon>F_RPT_01040501.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="R01\M04\F_RPT_010405.cs">
  170. <SubType>Form</SubType>
  171. </Compile>
  172. <Compile Include="R01\M04\F_RPT_010405.Designer.cs">
  173. <DependentUpon>F_RPT_010405.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="R01\M04\F_RPT_010404.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="R01\M04\F_RPT_010404.Designer.cs">
  179. <DependentUpon>F_RPT_010404.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="R01\M04\F_RPT_010403.cs">
  182. <SubType>Form</SubType>
  183. </Compile>
  184. <Compile Include="R01\M04\F_RPT_010403.Designer.cs">
  185. <DependentUpon>F_RPT_010403.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="R01\M04\F_RPT_010402.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="R01\M04\F_RPT_010402.Designer.cs">
  191. <DependentUpon>F_RPT_010402.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="R01\M04\F_RPT_010401.cs">
  194. <SubType>Form</SubType>
  195. </Compile>
  196. <Compile Include="R01\M04\F_RPT_010401.Designer.cs">
  197. <DependentUpon>F_RPT_010401.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="R02\M01\F_RPT_020105.cs">
  200. <SubType>Form</SubType>
  201. </Compile>
  202. <Compile Include="R02\M01\F_RPT_020105.Designer.cs">
  203. <DependentUpon>F_RPT_020105.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="R02\M01\F_RPT_020101_1.cs">
  206. <SubType>Form</SubType>
  207. </Compile>
  208. <Compile Include="R02\M01\F_RPT_020101_1.Designer.cs">
  209. <DependentUpon>F_RPT_020101_1.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="R02\M01\F_RPT_020104.cs">
  212. <SubType>Form</SubType>
  213. </Compile>
  214. <Compile Include="R02\M01\F_RPT_020104.Designer.cs">
  215. <DependentUpon>F_RPT_020104.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="R03\M01\F_RPT_030121.cs">
  218. <SubType>Form</SubType>
  219. </Compile>
  220. <Compile Include="R03\M01\F_RPT_030121.Designer.cs">
  221. <DependentUpon>F_RPT_030121.cs</DependentUpon>
  222. </Compile>
  223. <Compile Include="R03\M01\F_RPT_030120.cs">
  224. <SubType>Form</SubType>
  225. </Compile>
  226. <Compile Include="R03\M01\F_RPT_030120.Designer.cs">
  227. <DependentUpon>F_RPT_030120.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="R03\M01\F_RPT_030119.cs">
  230. <SubType>Form</SubType>
  231. </Compile>
  232. <Compile Include="R03\M01\F_RPT_030119.Designer.cs">
  233. <DependentUpon>F_RPT_030119.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="R03\M01\F_RPT_030118.cs">
  236. <SubType>Form</SubType>
  237. </Compile>
  238. <Compile Include="R03\M01\F_RPT_030118.Designer.cs">
  239. <DependentUpon>F_RPT_030118.cs</DependentUpon>
  240. </Compile>
  241. <Compile Include="R03\M01\F_RPT_030117.cs">
  242. <SubType>Form</SubType>
  243. </Compile>
  244. <Compile Include="R03\M01\F_RPT_030117.Designer.cs">
  245. <DependentUpon>F_RPT_030117.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="R03\M01\F_RPT_030115.cs">
  248. <SubType>Form</SubType>
  249. </Compile>
  250. <Compile Include="R03\M01\F_RPT_030115.Designer.cs">
  251. <DependentUpon>F_RPT_030115.cs</DependentUpon>
  252. </Compile>
  253. <Compile Include="R03\M01\F_RPT_030114.cs">
  254. <SubType>Form</SubType>
  255. </Compile>
  256. <Compile Include="R03\M01\F_RPT_030114.Designer.cs">
  257. <DependentUpon>F_RPT_030114.cs</DependentUpon>
  258. </Compile>
  259. <Compile Include="R03\M01\F_RPT_030113.cs">
  260. <SubType>Form</SubType>
  261. </Compile>
  262. <Compile Include="R03\M01\F_RPT_030113.Designer.cs">
  263. <DependentUpon>F_RPT_030113.cs</DependentUpon>
  264. </Compile>
  265. <Compile Include="R03\M01\F_RPT_030107.cs">
  266. <SubType>Form</SubType>
  267. </Compile>
  268. <Compile Include="R03\M01\F_RPT_030107.Designer.cs">
  269. <DependentUpon>F_RPT_030107.cs</DependentUpon>
  270. </Compile>
  271. <Compile Include="R03\M01\F_RPT_030106.cs">
  272. <SubType>Form</SubType>
  273. </Compile>
  274. <Compile Include="R03\M01\F_RPT_030106.Designer.cs">
  275. <DependentUpon>F_RPT_030106.cs</DependentUpon>
  276. </Compile>
  277. <Compile Include="R03\M01\F_RPT_030101_1.cs">
  278. <SubType>Form</SubType>
  279. </Compile>
  280. <Compile Include="R03\M01\F_RPT_030101_1.Designer.cs">
  281. <DependentUpon>F_RPT_030101_1.cs</DependentUpon>
  282. </Compile>
  283. <Compile Include="R03\M01\F_RPT_030102_1.cs">
  284. <SubType>Form</SubType>
  285. </Compile>
  286. <Compile Include="R03\M01\F_RPT_030102_1.Designer.cs">
  287. <DependentUpon>F_RPT_030102_1.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="R03\M01\F_RPT_030103_1.cs">
  290. <SubType>Form</SubType>
  291. </Compile>
  292. <Compile Include="R03\M01\F_RPT_030103_1.Designer.cs">
  293. <DependentUpon>F_RPT_030103_1.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="R03\M01\F_RPT_030104_1.cs">
  296. <SubType>Form</SubType>
  297. </Compile>
  298. <Compile Include="R03\M01\F_RPT_030104_1.Designer.cs">
  299. <DependentUpon>F_RPT_030104_1.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="R03\M01\F_RPT_030105.cs">
  302. <SubType>Form</SubType>
  303. </Compile>
  304. <Compile Include="R03\M01\F_RPT_030105.Designer.cs">
  305. <DependentUpon>F_RPT_030105.cs</DependentUpon>
  306. </Compile>
  307. <Compile Include="R03\M01\F_RPT_030108.cs">
  308. <SubType>Form</SubType>
  309. </Compile>
  310. <Compile Include="R03\M01\F_RPT_030108.Designer.cs">
  311. <DependentUpon>F_RPT_030108.cs</DependentUpon>
  312. </Compile>
  313. <Compile Include="R03\M01\F_RPT_030109.cs">
  314. <SubType>Form</SubType>
  315. </Compile>
  316. <Compile Include="R03\M01\F_RPT_030109.Designer.cs">
  317. <DependentUpon>F_RPT_030109.cs</DependentUpon>
  318. </Compile>
  319. <Compile Include="R03\M01\F_RPT_030111.cs">
  320. <SubType>Form</SubType>
  321. </Compile>
  322. <Compile Include="R03\M01\F_RPT_030111.Designer.cs">
  323. <DependentUpon>F_RPT_030111.cs</DependentUpon>
  324. </Compile>
  325. <Compile Include="R03\M01\F_RPT_030110.cs">
  326. <SubType>Form</SubType>
  327. </Compile>
  328. <Compile Include="R03\M01\F_RPT_030110.Designer.cs">
  329. <DependentUpon>F_RPT_030110.cs</DependentUpon>
  330. </Compile>
  331. <Compile Include="R03\M01\F_RPT_030112.cs">
  332. <SubType>Form</SubType>
  333. </Compile>
  334. <Compile Include="R03\M01\F_RPT_030112.Designer.cs">
  335. <DependentUpon>F_RPT_030112.cs</DependentUpon>
  336. </Compile>
  337. <Compile Include="R03\M01\F_RPT_030116.cs">
  338. <SubType>Form</SubType>
  339. </Compile>
  340. <Compile Include="R03\M01\F_RPT_030116.Designer.cs">
  341. <DependentUpon>F_RPT_030116.cs</DependentUpon>
  342. </Compile>
  343. <Compile Include="R04\M01\F_RPT_040114.cs">
  344. <SubType>Form</SubType>
  345. </Compile>
  346. <Compile Include="R04\M01\F_RPT_040114.Designer.cs">
  347. <DependentUpon>F_RPT_040114.cs</DependentUpon>
  348. </Compile>
  349. <Compile Include="R04\M01\F_RPT_040113.cs">
  350. <SubType>Form</SubType>
  351. </Compile>
  352. <Compile Include="R04\M01\F_RPT_040113.Designer.cs">
  353. <DependentUpon>F_RPT_040113.cs</DependentUpon>
  354. </Compile>
  355. <Compile Include="R04\M01\F_RPT_04011201.cs">
  356. <SubType>Form</SubType>
  357. </Compile>
  358. <Compile Include="R04\M01\F_RPT_04011201.Designer.cs">
  359. <DependentUpon>F_RPT_04011201.cs</DependentUpon>
  360. </Compile>
  361. <Compile Include="R04\M01\F_RPT_040112.cs">
  362. <SubType>Form</SubType>
  363. </Compile>
  364. <Compile Include="R04\M01\F_RPT_040112.Designer.cs">
  365. <DependentUpon>F_RPT_040112.cs</DependentUpon>
  366. </Compile>
  367. <Compile Include="R04\M01\F_RPT_040101_1.cs">
  368. <SubType>Form</SubType>
  369. </Compile>
  370. <Compile Include="R04\M01\F_RPT_040101_1.Designer.cs">
  371. <DependentUpon>F_RPT_040101_1.cs</DependentUpon>
  372. </Compile>
  373. <Compile Include="R04\M01\F_RPT_040102_1.cs">
  374. <SubType>Form</SubType>
  375. </Compile>
  376. <Compile Include="R04\M01\F_RPT_040102_1.Designer.cs">
  377. <DependentUpon>F_RPT_040102_1.cs</DependentUpon>
  378. </Compile>
  379. <Compile Include="R04\M01\F_RPT_040103.cs">
  380. <SubType>Form</SubType>
  381. </Compile>
  382. <Compile Include="R04\M01\F_RPT_040103.Designer.cs">
  383. <DependentUpon>F_RPT_040103.cs</DependentUpon>
  384. </Compile>
  385. <Compile Include="Properties\AssemblyInfo.cs" />
  386. <Compile Include="R04\M01\F_RPT_040111.cs">
  387. <SubType>Form</SubType>
  388. </Compile>
  389. <Compile Include="R04\M01\F_RPT_040111.Designer.cs">
  390. <DependentUpon>F_RPT_040111.cs</DependentUpon>
  391. </Compile>
  392. <Compile Include="R04\M01\F_RPT_040110.cs">
  393. <SubType>Form</SubType>
  394. </Compile>
  395. <Compile Include="R04\M01\F_RPT_040110.Designer.cs">
  396. <DependentUpon>F_RPT_040110.cs</DependentUpon>
  397. </Compile>
  398. <Compile Include="R04\M01\F_RPT_040109.cs">
  399. <SubType>Form</SubType>
  400. </Compile>
  401. <Compile Include="R04\M01\F_RPT_040109.Designer.cs">
  402. <DependentUpon>F_RPT_040109.cs</DependentUpon>
  403. </Compile>
  404. <Compile Include="R04\M01\F_RPT_040106.cs">
  405. <SubType>Form</SubType>
  406. </Compile>
  407. <Compile Include="R04\M01\F_RPT_040106.Designer.cs">
  408. <DependentUpon>F_RPT_040106.cs</DependentUpon>
  409. </Compile>
  410. <Compile Include="R04\M01\F_RPT_040105.cs">
  411. <SubType>Form</SubType>
  412. </Compile>
  413. <Compile Include="R04\M01\F_RPT_040105.Designer.cs">
  414. <DependentUpon>F_RPT_040105.cs</DependentUpon>
  415. </Compile>
  416. <Compile Include="R04\M01\F_RPT_040104.cs">
  417. <SubType>Form</SubType>
  418. </Compile>
  419. <Compile Include="R04\M01\F_RPT_040104.Designer.cs">
  420. <DependentUpon>F_RPT_040104.cs</DependentUpon>
  421. </Compile>
  422. <Compile Include="R04\M01\F_RPT_040108.cs">
  423. <SubType>Form</SubType>
  424. </Compile>
  425. <Compile Include="R04\M01\F_RPT_040108.Designer.cs">
  426. <DependentUpon>F_RPT_040108.cs</DependentUpon>
  427. </Compile>
  428. <Compile Include="R04\M01\F_RPT_040107.cs">
  429. <SubType>Form</SubType>
  430. </Compile>
  431. <Compile Include="R04\M01\F_RPT_040107.Designer.cs">
  432. <DependentUpon>F_RPT_040107.cs</DependentUpon>
  433. </Compile>
  434. <Compile Include="R04\M01\F_RPT_040115.cs">
  435. <SubType>Form</SubType>
  436. </Compile>
  437. <Compile Include="R04\M01\F_RPT_040115.Designer.cs">
  438. <DependentUpon>F_RPT_040115.cs</DependentUpon>
  439. </Compile>
  440. <Compile Include="R04\M01\F_RPT_040116.cs">
  441. <SubType>Form</SubType>
  442. </Compile>
  443. <Compile Include="R04\M01\F_RPT_040116.Designer.cs">
  444. <DependentUpon>F_RPT_040116.cs</DependentUpon>
  445. </Compile>
  446. <Compile Include="R08\F_RPT_080118.cs">
  447. <SubType>Form</SubType>
  448. </Compile>
  449. <Compile Include="R08\F_RPT_080118.Designer.cs">
  450. <DependentUpon>F_RPT_080118.cs</DependentUpon>
  451. </Compile>
  452. <Compile Include="R08\F_RPT_080117.cs">
  453. <SubType>Form</SubType>
  454. </Compile>
  455. <Compile Include="R08\F_RPT_080117.Designer.cs">
  456. <DependentUpon>F_RPT_080117.cs</DependentUpon>
  457. </Compile>
  458. <Compile Include="R08\F_RPT_080116.cs">
  459. <SubType>Form</SubType>
  460. </Compile>
  461. <Compile Include="R08\F_RPT_080116.Designer.cs">
  462. <DependentUpon>F_RPT_080116.cs</DependentUpon>
  463. </Compile>
  464. <Compile Include="R08\F_RPT_080115.cs">
  465. <SubType>Form</SubType>
  466. </Compile>
  467. <Compile Include="R08\F_RPT_080115.Designer.cs">
  468. <DependentUpon>F_RPT_080115.cs</DependentUpon>
  469. </Compile>
  470. <Compile Include="R08\F_RPT_080114.cs">
  471. <SubType>Form</SubType>
  472. </Compile>
  473. <Compile Include="R08\F_RPT_080114.Designer.cs">
  474. <DependentUpon>F_RPT_080114.cs</DependentUpon>
  475. </Compile>
  476. <Compile Include="R08\F_RPT_080113.cs">
  477. <SubType>Form</SubType>
  478. </Compile>
  479. <Compile Include="R08\F_RPT_080113.Designer.cs">
  480. <DependentUpon>F_RPT_080113.cs</DependentUpon>
  481. </Compile>
  482. <Compile Include="R08\F_RPT_080112.cs">
  483. <SubType>Form</SubType>
  484. </Compile>
  485. <Compile Include="R08\F_RPT_080112.Designer.cs">
  486. <DependentUpon>F_RPT_080112.cs</DependentUpon>
  487. </Compile>
  488. <Compile Include="R08\F_RPT_080111.cs">
  489. <SubType>Form</SubType>
  490. </Compile>
  491. <Compile Include="R08\F_RPT_080111.Designer.cs">
  492. <DependentUpon>F_RPT_080111.cs</DependentUpon>
  493. </Compile>
  494. <Compile Include="R08\F_RPT_080110.cs">
  495. <SubType>Form</SubType>
  496. </Compile>
  497. <Compile Include="R08\F_RPT_080110.Designer.cs">
  498. <DependentUpon>F_RPT_080110.cs</DependentUpon>
  499. </Compile>
  500. <Compile Include="R08\F_RPT_080109.cs">
  501. <SubType>Form</SubType>
  502. </Compile>
  503. <Compile Include="R08\F_RPT_080109.Designer.cs">
  504. <DependentUpon>F_RPT_080109.cs</DependentUpon>
  505. </Compile>
  506. <Compile Include="R08\F_RPT_080101.cs">
  507. <SubType>Form</SubType>
  508. </Compile>
  509. <Compile Include="R08\F_RPT_080101.Designer.cs">
  510. <DependentUpon>F_RPT_080101.cs</DependentUpon>
  511. </Compile>
  512. <Compile Include="R08\F_RPT_080102.cs">
  513. <SubType>Form</SubType>
  514. </Compile>
  515. <Compile Include="R08\F_RPT_080102.Designer.cs">
  516. <DependentUpon>F_RPT_080102.cs</DependentUpon>
  517. </Compile>
  518. <Compile Include="R08\F_RPT_080103.cs">
  519. <SubType>Form</SubType>
  520. </Compile>
  521. <Compile Include="R08\F_RPT_080103.Designer.cs">
  522. <DependentUpon>F_RPT_080103.cs</DependentUpon>
  523. </Compile>
  524. <Compile Include="R08\F_RPT_080104.cs">
  525. <SubType>Form</SubType>
  526. </Compile>
  527. <Compile Include="R08\F_RPT_080104.Designer.cs">
  528. <DependentUpon>F_RPT_080104.cs</DependentUpon>
  529. </Compile>
  530. <Compile Include="R08\F_RPT_080105.cs">
  531. <SubType>Form</SubType>
  532. </Compile>
  533. <Compile Include="R08\F_RPT_080105.Designer.cs">
  534. <DependentUpon>F_RPT_080105.cs</DependentUpon>
  535. </Compile>
  536. <Compile Include="R08\F_RPT_080106.cs">
  537. <SubType>Form</SubType>
  538. </Compile>
  539. <Compile Include="R08\F_RPT_080106.Designer.cs">
  540. <DependentUpon>F_RPT_080106.cs</DependentUpon>
  541. </Compile>
  542. <Compile Include="R08\F_RPT_080108.cs">
  543. <SubType>Form</SubType>
  544. </Compile>
  545. <Compile Include="R08\F_RPT_080108.Designer.cs">
  546. <DependentUpon>F_RPT_080108.cs</DependentUpon>
  547. </Compile>
  548. <Compile Include="R08\F_RPT_080107.cs">
  549. <SubType>Form</SubType>
  550. </Compile>
  551. <Compile Include="R08\F_RPT_080107.Designer.cs">
  552. <DependentUpon>F_RPT_080107.cs</DependentUpon>
  553. </Compile>
  554. </ItemGroup>
  555. <ItemGroup>
  556. <EmbeddedResource Include="Properties\Resources.resx">
  557. <Generator>ResXFileCodeGenerator</Generator>
  558. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  559. </EmbeddedResource>
  560. <EmbeddedResource Include="R01\M01\F_RPT_010101_1.resx">
  561. <DependentUpon>F_RPT_010101_1.cs</DependentUpon>
  562. </EmbeddedResource>
  563. <EmbeddedResource Include="R01\M01\F_RPT_010102_1.resx">
  564. <DependentUpon>F_RPT_010102_1.cs</DependentUpon>
  565. </EmbeddedResource>
  566. <EmbeddedResource Include="R01\M01\F_RPT_010103.resx">
  567. <DependentUpon>F_RPT_010103.cs</DependentUpon>
  568. </EmbeddedResource>
  569. <EmbeddedResource Include="R01\M01\F_RPT_010104.resx">
  570. <DependentUpon>F_RPT_010104.cs</DependentUpon>
  571. </EmbeddedResource>
  572. <EmbeddedResource Include="R01\M01\F_RPT_010106.resx">
  573. <DependentUpon>F_RPT_010106.cs</DependentUpon>
  574. </EmbeddedResource>
  575. <EmbeddedResource Include="R01\M01\F_RPT_010105.resx">
  576. <DependentUpon>F_RPT_010105.cs</DependentUpon>
  577. </EmbeddedResource>
  578. <EmbeddedResource Include="R01\M02\F_RPT_010201_1.resx">
  579. <DependentUpon>F_RPT_010201_1.cs</DependentUpon>
  580. </EmbeddedResource>
  581. <EmbeddedResource Include="R01\M02\F_RPT_010202.resx">
  582. <DependentUpon>F_RPT_010202.cs</DependentUpon>
  583. </EmbeddedResource>
  584. <EmbeddedResource Include="R01\M03\F_RPT_010302.resx">
  585. <DependentUpon>F_RPT_010302.cs</DependentUpon>
  586. </EmbeddedResource>
  587. <EmbeddedResource Include="R01\M03\F_RPT_010301_1.resx">
  588. <DependentUpon>F_RPT_010301_1.cs</DependentUpon>
  589. </EmbeddedResource>
  590. <EmbeddedResource Include="R01\M04\F_RPT_01040501.resx">
  591. <DependentUpon>F_RPT_01040501.cs</DependentUpon>
  592. </EmbeddedResource>
  593. <EmbeddedResource Include="R01\M04\F_RPT_010405.resx">
  594. <DependentUpon>F_RPT_010405.cs</DependentUpon>
  595. </EmbeddedResource>
  596. <EmbeddedResource Include="R01\M04\F_RPT_010404.resx">
  597. <DependentUpon>F_RPT_010404.cs</DependentUpon>
  598. </EmbeddedResource>
  599. <EmbeddedResource Include="R01\M04\F_RPT_010403.resx">
  600. <DependentUpon>F_RPT_010403.cs</DependentUpon>
  601. </EmbeddedResource>
  602. <EmbeddedResource Include="R01\M04\F_RPT_010402.resx">
  603. <DependentUpon>F_RPT_010402.cs</DependentUpon>
  604. </EmbeddedResource>
  605. <EmbeddedResource Include="R01\M04\F_RPT_010401.resx">
  606. <DependentUpon>F_RPT_010401.cs</DependentUpon>
  607. </EmbeddedResource>
  608. <EmbeddedResource Include="R02\M01\F_RPT_020105.resx">
  609. <DependentUpon>F_RPT_020105.cs</DependentUpon>
  610. </EmbeddedResource>
  611. <EmbeddedResource Include="R02\M01\F_RPT_020101_1.resx">
  612. <DependentUpon>F_RPT_020101_1.cs</DependentUpon>
  613. </EmbeddedResource>
  614. <EmbeddedResource Include="R02\M01\F_RPT_020104.resx">
  615. <DependentUpon>F_RPT_020104.cs</DependentUpon>
  616. </EmbeddedResource>
  617. <EmbeddedResource Include="R03\M01\F_RPT_030121.resx">
  618. <DependentUpon>F_RPT_030121.cs</DependentUpon>
  619. </EmbeddedResource>
  620. <EmbeddedResource Include="R03\M01\F_RPT_030120.resx">
  621. <DependentUpon>F_RPT_030120.cs</DependentUpon>
  622. </EmbeddedResource>
  623. <EmbeddedResource Include="R03\M01\F_RPT_030119.resx">
  624. <DependentUpon>F_RPT_030119.cs</DependentUpon>
  625. </EmbeddedResource>
  626. <EmbeddedResource Include="R03\M01\F_RPT_030118.resx">
  627. <DependentUpon>F_RPT_030118.cs</DependentUpon>
  628. </EmbeddedResource>
  629. <EmbeddedResource Include="R03\M01\F_RPT_030117.resx">
  630. <DependentUpon>F_RPT_030117.cs</DependentUpon>
  631. </EmbeddedResource>
  632. <EmbeddedResource Include="R03\M01\F_RPT_030115.resx">
  633. <DependentUpon>F_RPT_030115.cs</DependentUpon>
  634. </EmbeddedResource>
  635. <EmbeddedResource Include="R03\M01\F_RPT_030114.resx">
  636. <DependentUpon>F_RPT_030114.cs</DependentUpon>
  637. </EmbeddedResource>
  638. <EmbeddedResource Include="R03\M01\F_RPT_030113.resx">
  639. <DependentUpon>F_RPT_030113.cs</DependentUpon>
  640. </EmbeddedResource>
  641. <EmbeddedResource Include="R03\M01\F_RPT_030101_1.resx">
  642. <DependentUpon>F_RPT_030101_1.cs</DependentUpon>
  643. </EmbeddedResource>
  644. <EmbeddedResource Include="R03\M01\F_RPT_030102_1.resx">
  645. <DependentUpon>F_RPT_030102_1.cs</DependentUpon>
  646. </EmbeddedResource>
  647. <EmbeddedResource Include="R03\M01\F_RPT_030107.resx">
  648. <DependentUpon>F_RPT_030107.cs</DependentUpon>
  649. </EmbeddedResource>
  650. <EmbeddedResource Include="R03\M01\F_RPT_030103_1.resx">
  651. <DependentUpon>F_RPT_030103_1.cs</DependentUpon>
  652. </EmbeddedResource>
  653. <EmbeddedResource Include="R03\M01\F_RPT_030104_1.resx">
  654. <DependentUpon>F_RPT_030104_1.cs</DependentUpon>
  655. </EmbeddedResource>
  656. <EmbeddedResource Include="R03\M01\F_RPT_030105.resx">
  657. <DependentUpon>F_RPT_030105.cs</DependentUpon>
  658. </EmbeddedResource>
  659. <EmbeddedResource Include="R03\M01\F_RPT_030106.resx">
  660. <DependentUpon>F_RPT_030106.cs</DependentUpon>
  661. </EmbeddedResource>
  662. <EmbeddedResource Include="R03\M01\F_RPT_030108.resx">
  663. <DependentUpon>F_RPT_030108.cs</DependentUpon>
  664. </EmbeddedResource>
  665. <EmbeddedResource Include="R03\M01\F_RPT_030109.resx">
  666. <DependentUpon>F_RPT_030109.cs</DependentUpon>
  667. </EmbeddedResource>
  668. <EmbeddedResource Include="R03\M01\F_RPT_030111.resx">
  669. <DependentUpon>F_RPT_030111.cs</DependentUpon>
  670. </EmbeddedResource>
  671. <EmbeddedResource Include="R03\M01\F_RPT_030110.resx">
  672. <DependentUpon>F_RPT_030110.cs</DependentUpon>
  673. </EmbeddedResource>
  674. <EmbeddedResource Include="R03\M01\F_RPT_030112.resx">
  675. <DependentUpon>F_RPT_030112.cs</DependentUpon>
  676. </EmbeddedResource>
  677. <EmbeddedResource Include="R03\M01\F_RPT_030116.resx">
  678. <DependentUpon>F_RPT_030116.cs</DependentUpon>
  679. </EmbeddedResource>
  680. <EmbeddedResource Include="R04\M01\F_RPT_040114.resx">
  681. <DependentUpon>F_RPT_040114.cs</DependentUpon>
  682. </EmbeddedResource>
  683. <EmbeddedResource Include="R04\M01\F_RPT_040113.resx">
  684. <DependentUpon>F_RPT_040113.cs</DependentUpon>
  685. </EmbeddedResource>
  686. <EmbeddedResource Include="R04\M01\F_RPT_04011201.resx">
  687. <DependentUpon>F_RPT_04011201.cs</DependentUpon>
  688. </EmbeddedResource>
  689. <EmbeddedResource Include="R04\M01\F_RPT_040112.resx">
  690. <DependentUpon>F_RPT_040112.cs</DependentUpon>
  691. </EmbeddedResource>
  692. <EmbeddedResource Include="R04\M01\F_RPT_040101_1.resx">
  693. <DependentUpon>F_RPT_040101_1.cs</DependentUpon>
  694. </EmbeddedResource>
  695. <EmbeddedResource Include="R04\M01\F_RPT_040102_1.resx">
  696. <DependentUpon>F_RPT_040102_1.cs</DependentUpon>
  697. </EmbeddedResource>
  698. <EmbeddedResource Include="R04\M01\F_RPT_040103.resx">
  699. <DependentUpon>F_RPT_040103.cs</DependentUpon>
  700. </EmbeddedResource>
  701. <EmbeddedResource Include="R04\M01\F_RPT_040111.resx">
  702. <DependentUpon>F_RPT_040111.cs</DependentUpon>
  703. </EmbeddedResource>
  704. <EmbeddedResource Include="R04\M01\F_RPT_040110.resx">
  705. <DependentUpon>F_RPT_040110.cs</DependentUpon>
  706. </EmbeddedResource>
  707. <EmbeddedResource Include="R04\M01\F_RPT_040109.resx">
  708. <DependentUpon>F_RPT_040109.cs</DependentUpon>
  709. </EmbeddedResource>
  710. <EmbeddedResource Include="R04\M01\F_RPT_040106.resx">
  711. <DependentUpon>F_RPT_040106.cs</DependentUpon>
  712. </EmbeddedResource>
  713. <EmbeddedResource Include="R04\M01\F_RPT_040105.resx">
  714. <DependentUpon>F_RPT_040105.cs</DependentUpon>
  715. </EmbeddedResource>
  716. <EmbeddedResource Include="R04\M01\F_RPT_040104.resx">
  717. <DependentUpon>F_RPT_040104.cs</DependentUpon>
  718. </EmbeddedResource>
  719. <EmbeddedResource Include="R04\M01\F_RPT_040108.resx">
  720. <DependentUpon>F_RPT_040108.cs</DependentUpon>
  721. </EmbeddedResource>
  722. <EmbeddedResource Include="R04\M01\F_RPT_040107.resx">
  723. <DependentUpon>F_RPT_040107.cs</DependentUpon>
  724. </EmbeddedResource>
  725. <EmbeddedResource Include="R04\M01\F_RPT_040115.resx">
  726. <DependentUpon>F_RPT_040115.cs</DependentUpon>
  727. </EmbeddedResource>
  728. <EmbeddedResource Include="R04\M01\F_RPT_040116.resx">
  729. <DependentUpon>F_RPT_040116.cs</DependentUpon>
  730. </EmbeddedResource>
  731. <EmbeddedResource Include="R08\F_RPT_080118.resx">
  732. <DependentUpon>F_RPT_080118.cs</DependentUpon>
  733. </EmbeddedResource>
  734. <EmbeddedResource Include="R08\F_RPT_080117.resx">
  735. <DependentUpon>F_RPT_080117.cs</DependentUpon>
  736. </EmbeddedResource>
  737. <EmbeddedResource Include="R08\F_RPT_080116.resx">
  738. <DependentUpon>F_RPT_080116.cs</DependentUpon>
  739. </EmbeddedResource>
  740. <EmbeddedResource Include="R08\F_RPT_080115.resx">
  741. <DependentUpon>F_RPT_080115.cs</DependentUpon>
  742. </EmbeddedResource>
  743. <EmbeddedResource Include="R08\F_RPT_080114.resx">
  744. <DependentUpon>F_RPT_080114.cs</DependentUpon>
  745. </EmbeddedResource>
  746. <EmbeddedResource Include="R08\F_RPT_080113.resx">
  747. <DependentUpon>F_RPT_080113.cs</DependentUpon>
  748. </EmbeddedResource>
  749. <EmbeddedResource Include="R08\F_RPT_080112.resx">
  750. <DependentUpon>F_RPT_080112.cs</DependentUpon>
  751. </EmbeddedResource>
  752. <EmbeddedResource Include="R08\F_RPT_080111.resx">
  753. <DependentUpon>F_RPT_080111.cs</DependentUpon>
  754. </EmbeddedResource>
  755. <EmbeddedResource Include="R08\F_RPT_080110.resx">
  756. <DependentUpon>F_RPT_080110.cs</DependentUpon>
  757. </EmbeddedResource>
  758. <EmbeddedResource Include="R08\F_RPT_080109.resx">
  759. <DependentUpon>F_RPT_080109.cs</DependentUpon>
  760. </EmbeddedResource>
  761. <EmbeddedResource Include="R08\F_RPT_080101.resx">
  762. <DependentUpon>F_RPT_080101.cs</DependentUpon>
  763. </EmbeddedResource>
  764. <EmbeddedResource Include="R08\F_RPT_080102.resx">
  765. <DependentUpon>F_RPT_080102.cs</DependentUpon>
  766. </EmbeddedResource>
  767. <EmbeddedResource Include="R08\F_RPT_080103.resx">
  768. <DependentUpon>F_RPT_080103.cs</DependentUpon>
  769. </EmbeddedResource>
  770. <EmbeddedResource Include="R08\F_RPT_080104.resx">
  771. <DependentUpon>F_RPT_080104.cs</DependentUpon>
  772. </EmbeddedResource>
  773. <EmbeddedResource Include="R08\F_RPT_080105.resx">
  774. <DependentUpon>F_RPT_080105.cs</DependentUpon>
  775. </EmbeddedResource>
  776. <EmbeddedResource Include="R08\F_RPT_080106.resx">
  777. <DependentUpon>F_RPT_080106.cs</DependentUpon>
  778. </EmbeddedResource>
  779. <EmbeddedResource Include="R08\F_RPT_080108.resx">
  780. <DependentUpon>F_RPT_080108.cs</DependentUpon>
  781. </EmbeddedResource>
  782. <EmbeddedResource Include="R08\F_RPT_080107.resx">
  783. <DependentUpon>F_RPT_080107.cs</DependentUpon>
  784. </EmbeddedResource>
  785. </ItemGroup>
  786. <ItemGroup>
  787. <ProjectReference Include="..\..\DK.Basics\BaseControls\BaseControls.csproj">
  788. <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
  789. <Name>BaseControls</Name>
  790. </ProjectReference>
  791. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  792. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  793. <Name>BaseResources</Name>
  794. </ProjectReference>
  795. <ProjectReference Include="..\..\DK.Basics\DockPanel\DockPanel.csproj">
  796. <Project>{e32f051d-7c28-42ec-ab5b-cfe18290aa45}</Project>
  797. <Name>DockPanel</Name>
  798. </ProjectReference>
  799. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  800. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  801. <Name>Library</Name>
  802. </ProjectReference>
  803. <ProjectReference Include="..\..\DK.Basics\WFControls\WFControls.csproj">
  804. <Project>{34c3d971-de12-44ea-9943-581c24860a84}</Project>
  805. <Name>WFControls</Name>
  806. </ProjectReference>
  807. <ProjectReference Include="..\..\WCF.Client\WCF.Proxys\WCF.Proxys.csproj">
  808. <Project>{d5ac665b-a113-4ddd-808c-7563202dc293}</Project>
  809. <Name>WCF.Proxys</Name>
  810. </ProjectReference>
  811. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  812. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  813. <Name>WCF.DataModels</Name>
  814. </ProjectReference>
  815. <ProjectReference Include="..\Client.Controls\Client.Controls.csproj">
  816. <Project>{ae533029-79c3-4053-ba9c-ad5a0b4fbbf7}</Project>
  817. <Name>Client.Controls</Name>
  818. </ProjectReference>
  819. <ProjectReference Include="..\Client.DataModels\Client.DataModels.csproj">
  820. <Project>{abded3cb-93e4-4216-b451-a747426fb5f0}</Project>
  821. <Name>Client.DataModels</Name>
  822. </ProjectReference>
  823. <ProjectReference Include="..\CommonModule\CommonModule.csproj">
  824. <Project>{fec6e3a7-c649-4300-b7dc-fe4e111b79f6}</Project>
  825. <Name>CommonModule</Name>
  826. </ProjectReference>
  827. </ItemGroup>
  828. <ItemGroup />
  829. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  830. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  831. Other similar extension points exist, see Microsoft.Common.targets.
  832. <Target Name="BeforeBuild">
  833. </Target>
  834. <Target Name="AfterBuild">
  835. </Target>
  836. -->
  837. </Project>