Core.StlMes.Client.Sale.UI.Balance.csproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{64C63471-088A-46B0-ABA5-AEF8537A8115}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Core.StlMes.Client.Sale.UI.Balance</RootNamespace>
  12. <AssemblyName>Core.StlMes.Client.Sale.UI.Balance</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>
  16. </StartupObject>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <UpgradeBackupLocation>
  20. </UpgradeBackupLocation>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <TargetFrameworkProfile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>..\output\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Core.Mes.Client.Comm, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\output\Core.Mes.Client.Comm.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Core.StlMes.Client.Sale.BLL.SaleBusinessMgt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  47. <Reference Include="Core.StlMes.Client.Sale.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\..\output\Core.StlMes.Client.Sale.Common.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Core.StlMes.Client.Sale.Util, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <HintPath>..\output\Core.StlMes.Client.Sale.Util.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Core.StlMes.Client.SaleOrder, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  55. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\..\ClientBaseDll2008\CoreFS.CA06.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Infragistics2.Documents.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Documents.v9.2.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Infragistics2.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Excel.v9.2.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Shared.v9.2.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Infragistics2.Win.AppStylistSupport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.AppStylistSupport.v9.2.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.Misc.v9.2.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Infragistics2.Win.SupportDialogs.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.SupportDialogs.v9.2.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Infragistics2.Win.UltraChart.v9.2.Design, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraChart.v9.2.Design.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Infragistics2.Win.UltraGauge.v9.2.Design, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraGauge.v9.2.Design.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Infragistics2.Win.UltraWinCalcManager.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinCalcManager.v9.2.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Infragistics2.Win.UltraWinCalcManager.v9.2.FormulaBuilder, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinCalcManager.v9.2.FormulaBuilder.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Infragistics2.Win.UltraWinChart.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinChart.v9.2.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Infragistics2.Win.UltraWinDataSource.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinDataSource.v9.2.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Infragistics2.Win.UltraWinDock.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinDock.v9.2.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinEditors.v9.2.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Infragistics2.Win.UltraWinExplorerBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinExplorerBar.v9.2.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Infragistics2.Win.UltraWinGauge.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  120. <SpecificVersion>False</SpecificVersion>
  121. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinGauge.v9.2.dll</HintPath>
  122. </Reference>
  123. <Reference Include="Infragistics2.Win.UltraWinGrid.DocumentExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  124. <SpecificVersion>False</SpecificVersion>
  125. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinGrid.DocumentExport.v9.2.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinGrid.v9.2.dll</HintPath>
  134. </Reference>
  135. <Reference Include="Infragistics2.Win.UltraWinInkProvider.Ink17.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  136. <SpecificVersion>False</SpecificVersion>
  137. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinInkProvider.Ink17.v9.2.dll</HintPath>
  138. </Reference>
  139. <Reference Include="Infragistics2.Win.UltraWinInkProvider.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinInkProvider.v9.2.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Infragistics2.Win.UltraWinListBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  144. <SpecificVersion>False</SpecificVersion>
  145. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinListBar.v9.2.dll</HintPath>
  146. </Reference>
  147. <Reference Include="Infragistics2.Win.UltraWinListView.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  148. <SpecificVersion>False</SpecificVersion>
  149. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinListView.v9.2.dll</HintPath>
  150. </Reference>
  151. <Reference Include="Infragistics2.Win.UltraWinMaskedEdit.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  152. <SpecificVersion>False</SpecificVersion>
  153. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinMaskedEdit.v9.2.dll</HintPath>
  154. </Reference>
  155. <Reference Include="Infragistics2.Win.UltraWinPrintPreviewDialog.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  156. <SpecificVersion>False</SpecificVersion>
  157. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinPrintPreviewDialog.v9.2.dll</HintPath>
  158. </Reference>
  159. <Reference Include="Infragistics2.Win.UltraWinSchedule.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  160. <SpecificVersion>False</SpecificVersion>
  161. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinSchedule.v9.2.dll</HintPath>
  162. </Reference>
  163. <Reference Include="Infragistics2.Win.UltraWinSpellChecker.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  164. <SpecificVersion>False</SpecificVersion>
  165. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinSpellChecker.v9.2.dll</HintPath>
  166. </Reference>
  167. <Reference Include="Infragistics2.Win.UltraWinStatusBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  168. <SpecificVersion>False</SpecificVersion>
  169. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinStatusBar.v9.2.dll</HintPath>
  170. </Reference>
  171. <Reference Include="Infragistics2.Win.UltraWinTabbedMdi.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  172. <SpecificVersion>False</SpecificVersion>
  173. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinTabbedMdi.v9.2.dll</HintPath>
  174. </Reference>
  175. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  176. <SpecificVersion>False</SpecificVersion>
  177. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinTabControl.v9.2.dll</HintPath>
  178. </Reference>
  179. <Reference Include="Infragistics2.Win.UltraWinToolbars.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  180. <SpecificVersion>False</SpecificVersion>
  181. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinToolbars.v9.2.dll</HintPath>
  182. </Reference>
  183. <Reference Include="Infragistics2.Win.UltraWinTree.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  184. <SpecificVersion>False</SpecificVersion>
  185. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.UltraWinTree.v9.2.dll</HintPath>
  186. </Reference>
  187. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  188. <SpecificVersion>False</SpecificVersion>
  189. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.v9.2.dll</HintPath>
  190. </Reference>
  191. <Reference Include="Infragistics2.Win.v9.2.Design, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  192. <SpecificVersion>False</SpecificVersion>
  193. <HintPath>..\..\ClientBaseDll2008\Infragistics2.Win.v9.2.Design.dll</HintPath>
  194. </Reference>
  195. <Reference Include="Interop.Excel, Version=1.3.0.0, Culture=neutral">
  196. <SpecificVersion>False</SpecificVersion>
  197. <HintPath>..\..\ClientBaseDll2008\Interop.Excel.dll</HintPath>
  198. </Reference>
  199. <Reference Include="Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  200. <SpecificVersion>False</SpecificVersion>
  201. <HintPath>..\..\ClientBaseDll2008\Microsoft.Office.Interop.Excel.dll</HintPath>
  202. <Private>False</Private>
  203. </Reference>
  204. <Reference Include="Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  205. <SpecificVersion>False</SpecificVersion>
  206. <HintPath>..\..\ClientBaseDll2008\Microsoft.Office.Interop.Word.dll</HintPath>
  207. <Private>False</Private>
  208. </Reference>
  209. <Reference Include="office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  210. <SpecificVersion>False</SpecificVersion>
  211. <HintPath>..\..\ClientBaseDll2008\office.dll</HintPath>
  212. </Reference>
  213. <Reference Include="System" />
  214. <Reference Include="System.Core">
  215. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  216. </Reference>
  217. <Reference Include="System.Xml.Linq">
  218. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  219. </Reference>
  220. <Reference Include="System.Data.DataSetExtensions">
  221. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  222. </Reference>
  223. <Reference Include="System.Data" />
  224. <Reference Include="System.Deployment" />
  225. <Reference Include="System.Drawing" />
  226. <Reference Include="System.Windows.Forms" />
  227. <Reference Include="System.Xml" />
  228. </ItemGroup>
  229. <ItemGroup>
  230. <Compile Include="BalanceAccount\DlgInvoicePrint.cs">
  231. <SubType>Form</SubType>
  232. </Compile>
  233. <Compile Include="BalanceAccount\DlgInvoicePrint.Designer.cs">
  234. <DependentUpon>DlgInvoicePrint.cs</DependentUpon>
  235. </Compile>
  236. <Compile Include="BalanceAccount\FrmBalanceInvoceMgt.cs">
  237. <SubType>Form</SubType>
  238. </Compile>
  239. <Compile Include="BalanceAccount\FrmBalanceInvoceMgt.Designer.cs">
  240. <DependentUpon>FrmBalanceInvoceMgt.cs</DependentUpon>
  241. </Compile>
  242. <Compile Include="BalanceAccount\FrmBalanceInvoceMgtOrgList.cs">
  243. <SubType>Form</SubType>
  244. </Compile>
  245. <Compile Include="BalanceAccount\FrmBalanceInvoceMgtOrgList.Designer.cs">
  246. <DependentUpon>FrmBalanceInvoceMgtOrgList.cs</DependentUpon>
  247. </Compile>
  248. <Compile Include="BalanceAccount\FrmBalanceTicketAffrim.cs">
  249. <SubType>Form</SubType>
  250. </Compile>
  251. <Compile Include="BalanceAccount\FrmBalanceTicketAffrim.Designer.cs">
  252. <DependentUpon>FrmBalanceTicketAffrim.cs</DependentUpon>
  253. </Compile>
  254. <Compile Include="BalanceAccount\FrmBalanceTicketMgt.cs">
  255. <SubType>Form</SubType>
  256. </Compile>
  257. <Compile Include="BalanceAccount\FrmBalanceTicketMgt.Designer.cs">
  258. <DependentUpon>FrmBalanceTicketMgt.cs</DependentUpon>
  259. </Compile>
  260. <Compile Include="BalanceAccount\FrmBalanceTicketsAline.cs">
  261. <SubType>Form</SubType>
  262. </Compile>
  263. <Compile Include="BalanceAccount\FrmBalanceTicketsAline.Designer.cs">
  264. <DependentUpon>FrmBalanceTicketsAline.cs</DependentUpon>
  265. </Compile>
  266. <Compile Include="BalanceAccount\FrmBalPriceInput.cs">
  267. <SubType>Form</SubType>
  268. </Compile>
  269. <Compile Include="BalanceAccount\FrmBalPriceInput.Designer.cs">
  270. <DependentUpon>FrmBalPriceInput.cs</DependentUpon>
  271. </Compile>
  272. <Compile Include="BalanceAccount\FrmInvoiceMonthMgt.cs">
  273. <SubType>Form</SubType>
  274. </Compile>
  275. <Compile Include="BalanceAccount\FrmInvoiceMonthMgt.Designer.cs">
  276. <DependentUpon>FrmInvoiceMonthMgt.cs</DependentUpon>
  277. </Compile>
  278. <Compile Include="BalanceAccount\FrmMnyInput.cs">
  279. <SubType>Form</SubType>
  280. </Compile>
  281. <Compile Include="BalanceAccount\FrmMnyInput.Designer.cs">
  282. <DependentUpon>FrmMnyInput.cs</DependentUpon>
  283. </Compile>
  284. <Compile Include="BalanceAccount\FrmBalanceInvoceMgtOrg.cs">
  285. <SubType>Form</SubType>
  286. </Compile>
  287. <Compile Include="BalanceAccount\FrmBalanceInvoceMgtOrg.Designer.cs">
  288. <DependentUpon>FrmBalanceInvoceMgtOrg.cs</DependentUpon>
  289. </Compile>
  290. <Compile Include="BalanceAccount\FrmOutStockMnyConfig.cs">
  291. <SubType>Form</SubType>
  292. </Compile>
  293. <Compile Include="BalanceAccount\FrmOutStockMnyConfig.Designer.cs">
  294. <DependentUpon>FrmOutStockMnyConfig.cs</DependentUpon>
  295. </Compile>
  296. <Compile Include="BalanceDetail\FrmBalanceDetailAccept.cs">
  297. <SubType>Form</SubType>
  298. </Compile>
  299. <Compile Include="BalanceDetail\FrmBalanceDetailAccept.Designer.cs">
  300. <DependentUpon>FrmBalanceDetailAccept.cs</DependentUpon>
  301. </Compile>
  302. <Compile Include="DlgBox\DlgCredit.cs">
  303. <SubType>Form</SubType>
  304. </Compile>
  305. <Compile Include="DlgBox\DlgCredit.Designer.cs">
  306. <DependentUpon>DlgCredit.cs</DependentUpon>
  307. </Compile>
  308. <Compile Include="DlgBox\DlgSelectBuyer.cs">
  309. <SubType>Form</SubType>
  310. </Compile>
  311. <Compile Include="DlgBox\DlgSelectBuyer.Designer.cs">
  312. <DependentUpon>DlgSelectBuyer.cs</DependentUpon>
  313. </Compile>
  314. <Compile Include="DlgBox\DlgSelectInvoceTransMnyAndOutStockMny.cs">
  315. <SubType>Form</SubType>
  316. </Compile>
  317. <Compile Include="DlgBox\DlgSelectInvoceTransMnyAndOutStockMny.Designer.cs">
  318. <DependentUpon>DlgSelectInvoceTransMnyAndOutStockMny.cs</DependentUpon>
  319. </Compile>
  320. <Compile Include="DlgBox\DlgSelectRolAndCreditRecord.cs">
  321. <SubType>Form</SubType>
  322. </Compile>
  323. <Compile Include="DlgBox\DlgSelectRolAndCreditRecord.Designer.cs">
  324. <DependentUpon>DlgSelectRolAndCreditRecord.cs</DependentUpon>
  325. </Compile>
  326. <Compile Include="Program.cs" />
  327. <Compile Include="Properties\AssemblyInfo.cs" />
  328. <EmbeddedResource Include="BalanceAccount\DlgInvoicePrint.resx">
  329. <DependentUpon>DlgInvoicePrint.cs</DependentUpon>
  330. <SubType>Designer</SubType>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="BalanceAccount\FrmBalanceInvoceMgt.resx">
  333. <DependentUpon>FrmBalanceInvoceMgt.cs</DependentUpon>
  334. <SubType>Designer</SubType>
  335. </EmbeddedResource>
  336. <EmbeddedResource Include="BalanceAccount\FrmBalanceInvoceMgtOrgList.resx">
  337. <DependentUpon>FrmBalanceInvoceMgtOrgList.cs</DependentUpon>
  338. <SubType>Designer</SubType>
  339. </EmbeddedResource>
  340. <EmbeddedResource Include="BalanceAccount\FrmBalanceTicketAffrim.resx">
  341. <DependentUpon>FrmBalanceTicketAffrim.cs</DependentUpon>
  342. <SubType>Designer</SubType>
  343. </EmbeddedResource>
  344. <EmbeddedResource Include="BalanceAccount\FrmBalanceTicketMgt.resx">
  345. <DependentUpon>FrmBalanceTicketMgt.cs</DependentUpon>
  346. <SubType>Designer</SubType>
  347. </EmbeddedResource>
  348. <EmbeddedResource Include="BalanceAccount\FrmBalanceInvoceMgtOrg.resx">
  349. <DependentUpon>FrmBalanceInvoceMgtOrg.cs</DependentUpon>
  350. <SubType>Designer</SubType>
  351. </EmbeddedResource>
  352. <EmbeddedResource Include="BalanceAccount\FrmBalanceTicketsAline.resx">
  353. <DependentUpon>FrmBalanceTicketsAline.cs</DependentUpon>
  354. <SubType>Designer</SubType>
  355. </EmbeddedResource>
  356. <EmbeddedResource Include="BalanceAccount\FrmBalPriceInput.resx">
  357. <DependentUpon>FrmBalPriceInput.cs</DependentUpon>
  358. <SubType>Designer</SubType>
  359. </EmbeddedResource>
  360. <EmbeddedResource Include="BalanceAccount\FrmInvoiceMonthMgt.resx">
  361. <DependentUpon>FrmInvoiceMonthMgt.cs</DependentUpon>
  362. <SubType>Designer</SubType>
  363. </EmbeddedResource>
  364. <EmbeddedResource Include="BalanceAccount\FrmMnyInput.resx">
  365. <DependentUpon>FrmMnyInput.cs</DependentUpon>
  366. <SubType>Designer</SubType>
  367. </EmbeddedResource>
  368. <EmbeddedResource Include="BalanceAccount\FrmOutStockMnyConfig.resx">
  369. <DependentUpon>FrmOutStockMnyConfig.cs</DependentUpon>
  370. <SubType>Designer</SubType>
  371. </EmbeddedResource>
  372. <EmbeddedResource Include="BalanceDetail\FrmBalanceDetailAccept.resx">
  373. <DependentUpon>FrmBalanceDetailAccept.cs</DependentUpon>
  374. <SubType>Designer</SubType>
  375. </EmbeddedResource>
  376. <EmbeddedResource Include="DlgBox\DlgCredit.resx">
  377. <DependentUpon>DlgCredit.cs</DependentUpon>
  378. <SubType>Designer</SubType>
  379. </EmbeddedResource>
  380. <EmbeddedResource Include="DlgBox\DlgSelectBuyer.resx">
  381. <DependentUpon>DlgSelectBuyer.cs</DependentUpon>
  382. <SubType>Designer</SubType>
  383. </EmbeddedResource>
  384. <EmbeddedResource Include="DlgBox\DlgSelectInvoceTransMnyAndOutStockMny.resx">
  385. <DependentUpon>DlgSelectInvoceTransMnyAndOutStockMny.cs</DependentUpon>
  386. <SubType>Designer</SubType>
  387. </EmbeddedResource>
  388. <EmbeddedResource Include="DlgBox\DlgSelectRolAndCreditRecord.resx">
  389. <DependentUpon>DlgSelectRolAndCreditRecord.cs</DependentUpon>
  390. <SubType>Designer</SubType>
  391. </EmbeddedResource>
  392. <EmbeddedResource Include="Properties\licenses.licx" />
  393. <EmbeddedResource Include="Properties\Resources.resx">
  394. <Generator>ResXFileCodeGenerator</Generator>
  395. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  396. <SubType>Designer</SubType>
  397. </EmbeddedResource>
  398. <EmbeddedResource Include="Report\BalanceQueryList.resx">
  399. <DependentUpon>BalanceQueryList.cs</DependentUpon>
  400. <SubType>Designer</SubType>
  401. </EmbeddedResource>
  402. <EmbeddedResource Include="Report\FrmInvoiceAccountMgt.resx">
  403. <DependentUpon>FrmInvoiceAccountMgt.cs</DependentUpon>
  404. <SubType>Designer</SubType>
  405. </EmbeddedResource>
  406. <EmbeddedResource Include="TranMoney\FrmTransMoneyInput.resx">
  407. <DependentUpon>FrmTransMoneyInput.cs</DependentUpon>
  408. <SubType>Designer</SubType>
  409. </EmbeddedResource>
  410. <EmbeddedResource Include="TranMoney\FrmTransMoneyQuery.resx">
  411. <DependentUpon>FrmTransMoneyQuery.cs</DependentUpon>
  412. <SubType>Designer</SubType>
  413. </EmbeddedResource>
  414. <EmbeddedResource Include="TranMoney\FrmTransMoneyQueryRpt.resx">
  415. <DependentUpon>FrmTransMoneyQueryRpt.cs</DependentUpon>
  416. <SubType>Designer</SubType>
  417. </EmbeddedResource>
  418. <Compile Include="Properties\Resources.Designer.cs">
  419. <AutoGen>True</AutoGen>
  420. <DependentUpon>Resources.resx</DependentUpon>
  421. <DesignTime>True</DesignTime>
  422. </Compile>
  423. <None Include="Properties\Settings.settings">
  424. <Generator>SettingsSingleFileGenerator</Generator>
  425. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  426. </None>
  427. <Compile Include="Properties\Settings.Designer.cs">
  428. <AutoGen>True</AutoGen>
  429. <DependentUpon>Settings.settings</DependentUpon>
  430. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  431. </Compile>
  432. <Compile Include="Report\BalanceQueryList.cs">
  433. <SubType>Form</SubType>
  434. </Compile>
  435. <Compile Include="Report\BalanceQueryList.Designer.cs">
  436. <DependentUpon>BalanceQueryList.cs</DependentUpon>
  437. </Compile>
  438. <Compile Include="Report\FrmInvoiceAccountMgt.cs">
  439. <SubType>Form</SubType>
  440. </Compile>
  441. <Compile Include="Report\FrmInvoiceAccountMgt.Designer.cs">
  442. <DependentUpon>FrmInvoiceAccountMgt.cs</DependentUpon>
  443. </Compile>
  444. <Compile Include="StaticData\TbColumnAndCaption.cs" />
  445. <Compile Include="TranMoney\FrmTransMoneyInput.cs">
  446. <SubType>Form</SubType>
  447. </Compile>
  448. <Compile Include="TranMoney\FrmTransMoneyInput.Designer.cs">
  449. <DependentUpon>FrmTransMoneyInput.cs</DependentUpon>
  450. </Compile>
  451. <Compile Include="TranMoney\FrmTransMoneyQuery.cs">
  452. <SubType>Form</SubType>
  453. </Compile>
  454. <Compile Include="TranMoney\FrmTransMoneyQuery.Designer.cs">
  455. <DependentUpon>FrmTransMoneyQuery.cs</DependentUpon>
  456. </Compile>
  457. <Compile Include="TranMoney\FrmTransMoneyQueryRpt.cs">
  458. <SubType>Form</SubType>
  459. </Compile>
  460. <Compile Include="TranMoney\FrmTransMoneyQueryRpt.Designer.cs">
  461. <DependentUpon>FrmTransMoneyQueryRpt.cs</DependentUpon>
  462. </Compile>
  463. </ItemGroup>
  464. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  465. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  466. Other similar extension points exist, see Microsoft.Common.targets.
  467. <Target Name="BeforeBuild">
  468. </Target>
  469. <Target Name="AfterBuild">
  470. </Target>
  471. -->
  472. </Project>