You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
6.4 KiB

1 month ago
  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>{7DFC4C8D-34C9-4B27-8F8E-688BF9E149B6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ReportLibrary</RootNamespace>
  11. <AssemblyName>ReportLibrary</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. <UseVSHostingProcess>false</UseVSHostingProcess>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <StartupObject />
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="FastReport, Version=2018.3.13.0, Culture=neutral, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\..\dll\Framework 4.0\FastReport.dll</HintPath>
  48. </Reference>
  49. <Reference Include="FastReport.Bars, Version=2018.3.13.0, Culture=neutral, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\dll\Framework 4.0\FastReport.Bars.dll</HintPath>
  52. </Reference>
  53. <Reference Include="FastReport.Editor, Version=2018.3.13.0, Culture=neutral, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\..\dll\Framework 4.0\FastReport.Editor.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  58. <HintPath>..\PeisStart\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Spire.Pdf, Version=8.11.0.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  61. <HintPath>..\PeisStart\packages\Spire.PDF.8.11.0\lib\net40\Spire.Pdf.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.ComponentModel.DataAnnotations" />
  65. <Reference Include="System.Configuration" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.IO.Compression" />
  68. <Reference Include="System.Management" />
  69. <Reference Include="System.Net" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Numerics" />
  72. <Reference Include="System.Printing" />
  73. <Reference Include="System.Security" />
  74. <Reference Include="System.Web" />
  75. <Reference Include="System.Windows.Forms.DataVisualization">
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Deployment" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="Common\ListExtensions.cs" />
  88. <Compile Include="Common\PrintMonitor.cs" />
  89. <Compile Include="Helper\BarCodeHelper.cs" />
  90. <Compile Include="Common\BusinessException.cs" />
  91. <Compile Include="Common\ClientConfig.cs" />
  92. <Compile Include="Helper\FileHelper.cs" />
  93. <Compile Include="ReportClient.cs" />
  94. <Compile Include="Helper\ReportHelper.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="Common\ReportComm.cs" />
  97. <EmbeddedResource Include="Properties\Resources.resx">
  98. <Generator>ResXFileCodeGenerator</Generator>
  99. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  100. <SubType>Designer</SubType>
  101. </EmbeddedResource>
  102. <Compile Include="Properties\Resources.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DependentUpon>Resources.resx</DependentUpon>
  105. <DesignTime>True</DesignTime>
  106. </Compile>
  107. <None Include="packages.config" />
  108. <None Include="Properties\Settings.settings">
  109. <Generator>SettingsSingleFileGenerator</Generator>
  110. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  111. </None>
  112. <Compile Include="Properties\Settings.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DependentUpon>Settings.settings</DependentUpon>
  115. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  116. </Compile>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <EmbeddedResource Include="App.config">
  120. <SubType>Designer</SubType>
  121. </EmbeddedResource>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\Report.Entity\Report.Entity.csproj">
  125. <Project>{cbf72129-e8a7-427b-85f2-b7a5ad463e9e}</Project>
  126. <Name>Report.Entity</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Analyzer Include="..\..\dll\Framework 4.0\FastReport.Bars.dll" />
  131. <Analyzer Include="..\..\dll\Framework 4.0\FastReport.dll" />
  132. <Analyzer Include="..\..\dll\Framework 4.0\FastReport.Editor.dll" />
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  136. Other similar extension points exist, see Microsoft.Common.targets.
  137. <Target Name="BeforeBuild">
  138. </Target>
  139. <Target Name="AfterBuild">
  140. </Target>
  141. -->
  142. </Project>