SunRoxm.BizPeri.ReportDataSet.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{D49B1BCF-23C2-4F22-A6C5-0EB6846A1E66}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>Library</OutputType>
  8. <LangVersion>8.0</LangVersion>
  9. <AssemblyName>SunRoxm.BizPeri.ReportDataSet</AssemblyName>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  11. <WarningLevel>4</WarningLevel>
  12. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  25. <OutputPath>bin\Release\</OutputPath>
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="CrystalDecisions.CrystalReports.Engine, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  32. <Reference Include="CrystalDecisions.ReportSource, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  33. <Reference Include="CrystalDecisions.Shared, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  34. <Reference Include="System.Data">
  35. <HintPath>E:\work\sanlu\sanlu_c#\SunRoxmServer\SunRoxm.BizPeri.Client.WinUI\bin\Debug\System.Data.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="System.Drawing" />
  39. <Reference Include="System.Xml">
  40. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System">
  43. <HintPath>E:\work\sanlu\sanlu_c#\SunRoxmServer\SunRoxm.BizPeri.Client.WinUI\bin\Debug\System.dll</HintPath>
  44. </Reference>
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. <Compile Include="Properties\Settings.Designer.cs">
  49. <AutoGen>True</AutoGen>
  50. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  51. <DependentUpon>Settings.settings</DependentUpon>
  52. </Compile>
  53. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmCompany.cs" />
  54. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmCompany_CompanySearch.cs" />
  55. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmConstraintEndCase.cs" />
  56. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmCostSearch.cs" />
  57. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmCustomer.cs" />
  58. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmCustomerRegInfoSearch.cs" />
  59. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmCustomerReqInfo.cs" />
  60. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmCustomerReqInfo_BillSearch.cs" />
  61. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmCustomer_CustomerSearch.cs" />
  62. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmDepartment.cs" />
  63. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmEmployee.cs" />
  64. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmEmployee_EmployeeSearch.cs" />
  65. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmExpressReceivingAnnal.cs" />
  66. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmExpressReceivingAnnal_BillSearch.cs" />
  67. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmExpressSendingAnnal.cs" />
  68. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmExpressSendingAnnal_BillSearch.cs" />
  69. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmIndentBill.cs" />
  70. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmIndentBillOnNet.cs">
  71. <DependentUpon>dsFrmIndentBillOnNet.xsd</DependentUpon>
  72. </Compile>
  73. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmIndentBillOnNet.Designer.cs">
  74. <AutoGen>True</AutoGen>
  75. <DesignTime>True</DesignTime>
  76. <DependentUpon>dsFrmIndentBillOnNet.xsd</DependentUpon>
  77. </Compile>
  78. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmIndentNoSale.cs" />
  79. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmInventoryChange.cs" />
  80. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmInventoryChangeBill.cs" />
  81. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmInventoryChangeBill_BillSearch.cs" />
  82. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmInventoryCheck.cs" />
  83. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmInventorySearch.cs" />
  84. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmLocation.cs" />
  85. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmLog.cs" />
  86. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmOverallSearchTable.cs" />
  87. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPayableAccount.cs" />
  88. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPayableStrike.cs" />
  89. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPayableStrike_BillSearch.cs" />
  90. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPayAccount.cs" />
  91. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPreGet.cs" />
  92. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPreGet_BillSearch.cs" />
  93. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPrePay.cs" />
  94. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPrePay_BillSearch.cs" />
  95. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPriceQueryBill.cs" />
  96. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPriceQueryBill_BillSearch.cs" />
  97. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPrimaryAttendance.cs" />
  98. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmProduct.cs" />
  99. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmProductOnTheWay.cs" />
  100. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmProductOnTheWay_OnShipSearch.cs" />
  101. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmProduct_ProductSearch.cs" />
  102. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchaseBill_BillSearch.cs" />
  103. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchaseCosting.cs" />
  104. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchaseInDepotBill.cs" />
  105. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchaseInDepotBill_BillSearch.cs" />
  106. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchaseInvoice.cs" />
  107. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchaseInvoice_BillSearch.cs" />
  108. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchaseNoInDepot.cs" />
  109. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchaseQueryBill.cs" />
  110. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchaseQueryBill_BillSearch.cs" />
  111. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmPurchSearch.cs" />
  112. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmReceivables.cs" />
  113. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmReceivablesAnalysis.cs" />
  114. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmReceivableStrike.cs" />
  115. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmReceivableStrike_BillSearch.cs" />
  116. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmRegionalLeader.cs" />
  117. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleBill.cs" />
  118. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleBillUpdate.cs" />
  119. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleBill_BillSearch.cs" />
  120. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleBill_CustomerSearch.cs" />
  121. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleConsignment.cs" />
  122. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleContract.cs" />
  123. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleInvoicce.cs" />
  124. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleNoBilling.cs" />
  125. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleNoOutDepot.cs" />
  126. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleOutDepotBill.cs" />
  127. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleOutDepotBill_BillSearch.cs" />
  128. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleRtnBill.cs" />
  129. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleRtnBill_BillSearch.cs" />
  130. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSaleRtnNoInDepot.cs" />
  131. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmStocktakingBill.cs" />
  132. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSupplier.cs" />
  133. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmSupplier_SupplierSearch.cs" />
  134. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmTransporter.cs" />
  135. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmTransporter_TransporterSearch.cs" />
  136. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmYearSalesStatistics.cs" />
  137. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSaleRtnStatisticsCustomer.cs" />
  138. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesListCustomerSingleProductSumProduct.cs" />
  139. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesListDateSingleProductOfDSumProductOfD.cs" />
  140. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesListLocation.cs" />
  141. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesListPrincipalSingleProductOfPSumProductOfP.cs" />
  142. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesListProduct.cs" />
  143. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesStatisticsBillType.cs" />
  144. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesStatisticsCustomer.cs" />
  145. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesStatisticsLocation.cs" />
  146. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesStatisticsPrincipal.cs" />
  147. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsGetFrmSalesStatisticsProduct.cs" />
  148. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsProductSalesStatistics_CustomerProduct.cs" />
  149. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsProductSalesStatistics_CutomerProductType.cs" />
  150. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsProductSalesStatistics_PrincipaCustomerProduct.cs" />
  151. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsProductSalesStatistics_PrincipalProduct.cs" />
  152. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsProductSalesStatistics_PrincipalProductType.cs" />
  153. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsPurchaseBill.cs" />
  154. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmAttendanceReport.cs" />
  155. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmCostListByProduct.cs" />
  156. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmCostListBySaleBill.cs" />
  157. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmCustomerAccountStatistics.cs" />
  158. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmOverallSearchStatistics.cs" />
  159. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmProductInventory.cs" />
  160. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmReceivableStrikeDetails.cs" />
  161. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmReceivableStrikeStatistics.cs" />
  162. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmSaleInvoiceStatistics.cs" />
  163. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmSalesDailyByLocation.cs" />
  164. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmSalesDailyByPrincipal.cs" />
  165. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmSalesDailyByProduct.cs" />
  166. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmSalesMonthByPrincipal.cs" />
  167. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmSalesMonthByProduct.cs" />
  168. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIFrmUnStrikeInvoiceDetail.cs" />
  169. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsUIMonthStatistics.cs" />
  170. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\GetFrmCustomerList.cs" />
  171. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\GetFrmDateList.cs" />
  172. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\GetFrmLocationList.cs" />
  173. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\GetFrmProductList.cs" />
  174. <Compile Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\GetFrmSalesListPrinciPalSingleProductOf.cs" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="app.config" />
  178. <None Include="Properties\Settings.settings">
  179. <Generator>SettingsSingleFileGenerator</Generator>
  180. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  181. </None>
  182. <None Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmIndentBillOnNet.xsc">
  183. <DependentUpon>dsFrmIndentBillOnNet.xsd</DependentUpon>
  184. </None>
  185. <None Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmIndentBillOnNet.xsd">
  186. <SubType>Designer</SubType>
  187. <Generator>MSDataSetGenerator</Generator>
  188. <LastGenOutput>dsFrmIndentBillOnNet.Designer.cs</LastGenOutput>
  189. </None>
  190. <None Include="SunRoxm.BizPeri.ReportDataSet.ReportDataSet\dsFrmIndentBillOnNet.xss">
  191. <DependentUpon>dsFrmIndentBillOnNet.xsd</DependentUpon>
  192. </None>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Service Include="{C0C07587-41A7-46C8-8FBD-3F9C8EBE2DDC}" />
  196. </ItemGroup>
  197. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  198. </Project>