ReportUI.Win.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{528CEBFF-6B1D-44AD-9300-B0FD8BF3D26E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Tofly.ReportUI.Win</RootNamespace>
  12. <AssemblyName>Tofly.ReportUI.Win</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\..\Output\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>..\..\..\Output\Tofly.ReportUI.Win.XML</DocumentationFile>
  26. <PlatformTarget>x86</PlatformTarget>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>..\ReleaseLib\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <DocumentationFile>..\ReleaseLib\Tofly.ReportUI.Win.xml</DocumentationFile>
  37. <PlatformTarget>x86</PlatformTarget>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>..\..\..\Output\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DocumentationFile>..\..\..\Output\Tofly.ReportUI.Win.XML</DocumentationFile>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x86</PlatformTarget>
  47. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.ReportUI.Win.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  48. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  49. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  53. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  54. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  55. <Prefer32Bit>false</Prefer32Bit>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  58. <OutputPath>..\..\..\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <DocumentationFile>
  61. </DocumentationFile>
  62. <Optimize>true</Optimize>
  63. <DebugType>none</DebugType>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.ReportUI.Win.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  66. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  67. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  68. <ErrorReport>prompt</ErrorReport>
  69. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  70. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  71. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  72. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  73. <Prefer32Bit>false</Prefer32Bit>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  76. <PlatformTarget>x64</PlatformTarget>
  77. <OutputPath>bin\x64\Debug\</OutputPath>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  80. <PlatformTarget>x64</PlatformTarget>
  81. <OutputPath>..\..\..\Release\</OutputPath>
  82. </PropertyGroup>
  83. <ItemGroup>
  84. <Reference Include="DevExpress.Charts.v12.2.Core">
  85. <HintPath>..\..\..\Output\DevExpress.Charts.v12.2.Core.dll</HintPath>
  86. </Reference>
  87. <Reference Include="DevExpress.Data.v12.2">
  88. <HintPath>..\..\..\Output\DevExpress.Data.v12.2.dll</HintPath>
  89. </Reference>
  90. <Reference Include="DevExpress.Printing.v12.2.Core">
  91. <HintPath>..\..\..\Output\DevExpress.Printing.v12.2.Core.dll</HintPath>
  92. </Reference>
  93. <Reference Include="DevExpress.Utils.v12.2">
  94. <HintPath>..\..\..\Output\DevExpress.Utils.v12.2.dll</HintPath>
  95. </Reference>
  96. <Reference Include="DevExpress.XtraBars.v12.2">
  97. <HintPath>..\..\..\Output\DevExpress.XtraBars.v12.2.dll</HintPath>
  98. </Reference>
  99. <Reference Include="DevExpress.XtraCharts.v12.2">
  100. <HintPath>..\..\..\Output\DevExpress.XtraCharts.v12.2.dll</HintPath>
  101. </Reference>
  102. <Reference Include="DevExpress.XtraCharts.v12.2.UI">
  103. <HintPath>..\..\..\Output\DevExpress.XtraCharts.v12.2.UI.dll</HintPath>
  104. </Reference>
  105. <Reference Include="DevExpress.XtraEditors.v12.2">
  106. <HintPath>..\..\..\Output\DevExpress.XtraEditors.v12.2.dll</HintPath>
  107. </Reference>
  108. <Reference Include="DevExpress.XtraGrid.v12.2">
  109. <HintPath>..\..\..\Output\DevExpress.XtraGrid.v12.2.dll</HintPath>
  110. </Reference>
  111. <Reference Include="DevExpress.XtraTreeList.v12.2">
  112. <HintPath>..\..\..\Output\DevExpress.XtraTreeList.v12.2.dll</HintPath>
  113. </Reference>
  114. <Reference Include="FlexCell, Version=4.2.7.0, Culture=neutral, PublicKeyToken=6f86587eb70ee309, processorArchitecture=MSIL">
  115. <SpecificVersion>False</SpecificVersion>
  116. <HintPath>..\..\..\Dependence\FlexCell.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System" />
  119. <Reference Include="System.Core" />
  120. <Reference Include="System.Data" />
  121. <Reference Include="System.Drawing" />
  122. <Reference Include="System.Windows.Forms" />
  123. <Reference Include="System.Xml" />
  124. <Reference Include="Tofly.Core, Version=0.9.0.0, Culture=neutral, processorArchitecture=x86">
  125. <SpecificVersion>False</SpecificVersion>
  126. <HintPath>..\..\..\Dependence\Tofly.Core.dll</HintPath>
  127. </Reference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="Controls\Design\ReportDesignIDEForm.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="Controls\Design\ReportDesignIDEForm.Designer.cs">
  134. <DependentUpon>ReportDesignIDEForm.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="Controls\Design\ReportDesignUserControl.cs">
  137. <SubType>UserControl</SubType>
  138. </Compile>
  139. <Compile Include="Controls\Form\CustomSourceFieldGroupControl.cs">
  140. <SubType>UserControl</SubType>
  141. </Compile>
  142. <Compile Include="Controls\Form\CustomSourceFieldGroupControl.Designer.cs">
  143. <DependentUpon>CustomSourceFieldGroupControl.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="Controls\Form\ReportParameterSetting.cs">
  146. <SubType>UserControl</SubType>
  147. </Compile>
  148. <Compile Include="Controls\Form\ReportParameterSetting.Designer.cs">
  149. <DependentUpon>ReportParameterSetting.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="Controls\Form\UpdateSourceGroupControl.cs">
  152. <SubType>UserControl</SubType>
  153. </Compile>
  154. <Compile Include="Controls\Form\UpdateSourceGroupControl.Designer.cs">
  155. <DependentUpon>UpdateSourceGroupControl.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="Controls\Form\FieldSelectedForm.cs">
  158. <SubType>Form</SubType>
  159. </Compile>
  160. <Compile Include="Controls\Form\FieldSelectedForm.Designer.cs">
  161. <DependentUpon>FieldSelectedForm.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="Controls\Form\InputParameterForm.cs">
  164. <SubType>Form</SubType>
  165. </Compile>
  166. <Compile Include="Controls\Form\InputParameterForm.Designer.cs">
  167. <DependentUpon>InputParameterForm.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="Controls\Form\LogicSetForm.cs">
  170. <SubType>Form</SubType>
  171. </Compile>
  172. <Compile Include="Controls\Form\LogicSetForm.Designer.cs">
  173. <DependentUpon>LogicSetForm.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="Controls\Printing\ReportPrintingOpers.cs" />
  176. <Compile Include="Controls\Printing\ReportPrintViewControl.cs">
  177. <SubType>Component</SubType>
  178. </Compile>
  179. <Compile Include="Controls\Printing\ReportsPrintingForm.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="Controls\Printing\ReportsPrintingForm.Designer.cs">
  183. <DependentUpon>ReportsPrintingForm.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="Controls\Statistical\ChartStatisticalForm.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="Controls\Statistical\ChartStatisticalForm.Designer.cs">
  189. <DependentUpon>ChartStatisticalForm.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="Properties\Resources.Designer.cs">
  192. <AutoGen>True</AutoGen>
  193. <DesignTime>True</DesignTime>
  194. <DependentUpon>Resources.resx</DependentUpon>
  195. </Compile>
  196. <Compile Include="ReportControl\FormLabelSetting.cs">
  197. <SubType>Form</SubType>
  198. </Compile>
  199. <Compile Include="ReportControl\FormLabelSetting.Designer.cs">
  200. <DependentUpon>FormLabelSetting.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="ReportControl\InsertColForm.cs">
  203. <SubType>Form</SubType>
  204. </Compile>
  205. <Compile Include="ReportControl\InsertColForm.Designer.cs">
  206. <DependentUpon>InsertColForm.cs</DependentUpon>
  207. </Compile>
  208. <Compile Include="ReportControl\ReportCellClass.cs" />
  209. <Compile Include="ReportControl\ReportDesignControlPopuMenu.cs" />
  210. <Compile Include="ReportControl\ReportLabelClass.cs">
  211. <SubType>Component</SubType>
  212. </Compile>
  213. <Compile Include="Controls\Design\Expression\ReportExpressForm.cs">
  214. <SubType>Form</SubType>
  215. </Compile>
  216. <Compile Include="Controls\Design\Expression\ReportExpressForm.Designer.cs">
  217. <DependentUpon>ReportExpressForm.cs</DependentUpon>
  218. </Compile>
  219. <Compile Include="Controls\Design\Resource\ReportParamsControl.cs">
  220. <SubType>UserControl</SubType>
  221. </Compile>
  222. <Compile Include="Controls\Design\Resource\CreateReportForm.cs">
  223. <SubType>Form</SubType>
  224. </Compile>
  225. <Compile Include="Controls\Design\Resource\CreateReportForm.Designer.cs">
  226. <DependentUpon>CreateReportForm.cs</DependentUpon>
  227. </Compile>
  228. <Compile Include="Controls\Design\Resource\ReportResourceControl.cs">
  229. <SubType>UserControl</SubType>
  230. </Compile>
  231. <Compile Include="Controls\Design\Resource\ReportResourceControl.Designer.cs">
  232. <DependentUpon>ReportResourceControl.cs</DependentUpon>
  233. </Compile>
  234. <Compile Include="Properties\AssemblyInfo.cs" />
  235. <Compile Include="ReportControl\ReportTableControl.cs">
  236. <SubType>UserControl</SubType>
  237. </Compile>
  238. <Compile Include="ReportControl\ReportDocumentClass.cs">
  239. <SubType>Component</SubType>
  240. </Compile>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <EmbeddedResource Include="Controls\Design\Expression\ReportExpressForm.resx">
  244. <DependentUpon>ReportExpressForm.cs</DependentUpon>
  245. </EmbeddedResource>
  246. <EmbeddedResource Include="Controls\Design\ReportDesignUserControl.resx">
  247. <DependentUpon>ReportDesignUserControl.cs</DependentUpon>
  248. </EmbeddedResource>
  249. <EmbeddedResource Include="Controls\Design\Resource\ReportParamsControl.resx">
  250. <DependentUpon>ReportParamsControl.cs</DependentUpon>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="Controls\Design\Resource\CreateReportForm.resx">
  253. <DependentUpon>CreateReportForm.cs</DependentUpon>
  254. </EmbeddedResource>
  255. <EmbeddedResource Include="Controls\Design\Resource\ReportResourceControl.resx">
  256. <DependentUpon>ReportResourceControl.cs</DependentUpon>
  257. </EmbeddedResource>
  258. <EmbeddedResource Include="Controls\Form\CustomSourceFieldGroupControl.resx">
  259. <DependentUpon>CustomSourceFieldGroupControl.cs</DependentUpon>
  260. </EmbeddedResource>
  261. <EmbeddedResource Include="Controls\Form\ReportParameterSetting.resx">
  262. <DependentUpon>ReportParameterSetting.cs</DependentUpon>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="Controls\Form\UpdateSourceGroupControl.resx">
  265. <DependentUpon>UpdateSourceGroupControl.cs</DependentUpon>
  266. </EmbeddedResource>
  267. <EmbeddedResource Include="Controls\Form\FieldSelectedForm.resx">
  268. <DependentUpon>FieldSelectedForm.cs</DependentUpon>
  269. </EmbeddedResource>
  270. <EmbeddedResource Include="Controls\Form\InputParameterForm.resx">
  271. <DependentUpon>InputParameterForm.cs</DependentUpon>
  272. </EmbeddedResource>
  273. <EmbeddedResource Include="Controls\Form\LogicSetForm.resx">
  274. <DependentUpon>LogicSetForm.cs</DependentUpon>
  275. </EmbeddedResource>
  276. <EmbeddedResource Include="Controls\Printing\ReportsPrintingForm.resx">
  277. <DependentUpon>ReportsPrintingForm.cs</DependentUpon>
  278. <SubType>Designer</SubType>
  279. </EmbeddedResource>
  280. <EmbeddedResource Include="Controls\Statistical\ChartStatisticalForm.resx">
  281. <DependentUpon>ChartStatisticalForm.cs</DependentUpon>
  282. </EmbeddedResource>
  283. <EmbeddedResource Include="Properties\Resources.resx">
  284. <Generator>ResXFileCodeGenerator</Generator>
  285. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  286. </EmbeddedResource>
  287. <EmbeddedResource Include="ReportControl\FormLabelSetting.resx">
  288. <DependentUpon>FormLabelSetting.cs</DependentUpon>
  289. </EmbeddedResource>
  290. <EmbeddedResource Include="ReportControl\InsertColForm.resx">
  291. <DependentUpon>InsertColForm.cs</DependentUpon>
  292. </EmbeddedResource>
  293. </ItemGroup>
  294. <ItemGroup>
  295. <None Include="Resources\页面设置.png" />
  296. </ItemGroup>
  297. <ItemGroup>
  298. <Content Include="Resources\4页.png" />
  299. <Content Include="Resources\单页.png" />
  300. <Content Include="Resources\双页.png" />
  301. <Content Include="Resources\开始统计.png" />
  302. <Content Include="Resources\更新数据源.png" />
  303. </ItemGroup>
  304. <ItemGroup>
  305. <ProjectReference Include="..\..\Core\Core.NPOI\Core.NPOI.csproj">
  306. <Project>{478085ba-4e9c-4ba1-816e-a7406d485351}</Project>
  307. <Name>Core.NPOI</Name>
  308. </ProjectReference>
  309. <ProjectReference Include="..\..\Core\CoreUI.Plot\CoreUI.Plot.csproj">
  310. <Project>{4a5824d5-d7c6-4824-90ba-dbe6ae92198f}</Project>
  311. <Name>CoreUI.Plot</Name>
  312. </ProjectReference>
  313. <ProjectReference Include="..\..\Core\CoreUI.Win.Form\CoreUI.Win.Form.csproj">
  314. <Project>{400c1549-a6d9-44b8-82d9-97fa6b2b4543}</Project>
  315. <Name>CoreUI.Win.Form</Name>
  316. </ProjectReference>
  317. <ProjectReference Include="..\..\Core\CoreUI.Win\CoreUI.Win.csproj">
  318. <Project>{5995a6fa-b548-43e0-ba6e-8bac021c0cfd}</Project>
  319. <Name>CoreUI.Win</Name>
  320. </ProjectReference>
  321. <ProjectReference Include="..\..\Core\CoreUI\CoreUI.csproj">
  322. <Project>{7cbc0d84-ecc2-4fd7-a1a1-9dd28882cc43}</Project>
  323. <Name>CoreUI</Name>
  324. </ProjectReference>
  325. <ProjectReference Include="..\..\Data\DataUI.Win\DataUI.Win.csproj">
  326. <Project>{49170d4f-544d-4e15-bba2-93cb19faed04}</Project>
  327. <Name>DataUI.Win</Name>
  328. </ProjectReference>
  329. <ProjectReference Include="..\..\Data\Data\Data.csproj">
  330. <Project>{f410d912-fb51-49e7-ab85-6cc132cc19a3}</Project>
  331. <Name>Data</Name>
  332. </ProjectReference>
  333. <ProjectReference Include="..\..\Design\DesignUI.Win\DesignUI.Win.csproj">
  334. <Project>{8b78c124-4d58-412c-9c86-d2517a48353c}</Project>
  335. <Name>DesignUI.Win</Name>
  336. </ProjectReference>
  337. <ProjectReference Include="..\..\Design\DesignUI\DesignUI.csproj">
  338. <Project>{9b976547-852d-4b59-8424-0e4135f8bec7}</Project>
  339. <Name>DesignUI</Name>
  340. </ProjectReference>
  341. <ProjectReference Include="..\ReportUI\ReportUI.csproj">
  342. <Project>{78cf98f5-a789-4f11-9af2-d67c45d1e97a}</Project>
  343. <Name>ReportUI</Name>
  344. </ProjectReference>
  345. <ProjectReference Include="..\Report\Report.csproj">
  346. <Project>{98c1a3a9-0ca6-4816-9a7f-c53fce3ea0c5}</Project>
  347. <Name>Report</Name>
  348. </ProjectReference>
  349. </ItemGroup>
  350. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  351. <PropertyGroup>
  352. <PostBuildEvent>
  353. </PostBuildEvent>
  354. </PropertyGroup>
  355. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  356. Other similar extension points exist, see Microsoft.Common.targets.
  357. <Target Name="BeforeBuild">
  358. </Target>
  359. <Target Name="AfterBuild">
  360. </Target>
  361. -->
  362. </Project>