星火批注
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.

преди 3 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{808A7075-5AF5-46B3-8EF6-514C0B5FA8D7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Common</RootNamespace>
  11. <AssemblyName>Common</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="ICSharpCode.SharpZipLib">
  35. <HintPath>dlls\ICSharpCode.SharpZipLib.dll</HintPath>
  36. </Reference>
  37. <Reference Include="log4net">
  38. <HintPath>dlls\log4net.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>dlls\Newtonsoft.Json.dll</HintPath>
  43. </Reference>
  44. <Reference Include="O2S.Components.PDFRender4NET">
  45. <HintPath>..\dl\O2S.Components.PDFRender4NET.dll</HintPath>
  46. </Reference>
  47. <Reference Include="PresentationCore" />
  48. <Reference Include="PresentationFramework" />
  49. <Reference Include="System" />
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Data.SQLite">
  53. <HintPath>dlls\System.Data.SQLite.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Web" />
  57. <Reference Include="System.Windows.Forms" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="WindowsBase" />
  65. <Reference Include="WindowsFormsIntegration" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="AESHelper.cs" />
  69. <Compile Include="Model\DownloadInfoModel.cs" />
  70. <Compile Include="system\BackgroundWorkerHelper.cs" />
  71. <Compile Include="system\DataProvider.cs" />
  72. <Compile Include="system\KeyboardHookCommon.cs" />
  73. <Compile Include="system\MouseEventCommon.cs" />
  74. <Compile Include="system\NumUtil.cs" />
  75. <Compile Include="system\PdfTrunImage.cs" />
  76. <Compile Include="system\BlackboardNew.cs" />
  77. <Compile Include="system\CLeopardZip.cs" />
  78. <Compile Include="system\DataConvertCommon.cs" />
  79. <Compile Include="system\DownloadManager.cs" />
  80. <Compile Include="system\DownloadService.cs" />
  81. <Compile Include="system\FileToolsCommon.cs" />
  82. <Compile Include="system\FreeMemoryHelper.cs" />
  83. <Compile Include="system\HttpHelper.cs" />
  84. <Compile Include="system\ImageHelper.cs" />
  85. <Compile Include="system\JsonHelper.cs" />
  86. <Compile Include="system\LogHelper.cs" />
  87. <Compile Include="system\PrimaryScreen.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="system\RegistryHelper.cs" />
  90. <Compile Include="system\SplashScreen.cs" />
  91. <Compile Include="system\XmlUtilHelper.cs" />
  92. <Compile Include="system\ZJClippingBorder.cs" />
  93. <Compile Include="ZB\ClippingBorder.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Folder Include="dlls\" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="log4net.config">
  100. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  101. </None>
  102. <None Include="packages.config" />
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. </Project>