星火微课系统客户端
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.

Common.csproj 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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="NPOI">
  45. <HintPath>dlls\NPOI.dll</HintPath>
  46. </Reference>
  47. <Reference Include="NPOI.OOXML">
  48. <HintPath>dlls\NPOI.OOXML.dll</HintPath>
  49. </Reference>
  50. <Reference Include="NPOI.OpenXml4Net">
  51. <HintPath>dlls\NPOI.OpenXml4Net.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NPOI.OpenXmlFormats">
  54. <HintPath>dlls\NPOI.OpenXmlFormats.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Data.SQLite">
  59. <HintPath>dlls\System.Data.SQLite.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Web" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="VisioForge.Controls, Version=12.0.56.0, Culture=neutral, PublicKeyToken=5873e863f1bcda5d, processorArchitecture=MSIL">
  71. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Controls.dll</HintPath>
  72. </Reference>
  73. <Reference Include="VisioForge.Controls.UI, Version=12.0.56.0, Culture=neutral, PublicKeyToken=eafa6bd21aa991fd, processorArchitecture=MSIL">
  74. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Controls.UI.dll</HintPath>
  75. </Reference>
  76. <Reference Include="VisioForge.Controls.UI.Dialogs, Version=12.0.56.0, Culture=neutral, PublicKeyToken=3d84672df68c33ac, processorArchitecture=MSIL">
  77. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Controls.UI.Dialogs.dll</HintPath>
  78. </Reference>
  79. <Reference Include="VisioForge.MediaFramework, Version=12.0.56.0, Culture=neutral, PublicKeyToken=14e66dd726c53f11, processorArchitecture=MSIL">
  80. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.MediaFramework.dll</HintPath>
  81. </Reference>
  82. <Reference Include="VisioForge.Shared, Version=12.0.56.0, Culture=neutral, PublicKeyToken=4cb7f6778cad43a2, processorArchitecture=MSIL">
  83. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Shared.dll</HintPath>
  84. </Reference>
  85. <Reference Include="VisioForge.Tools, Version=12.0.56.0, Culture=neutral, PublicKeyToken=33c6ded9724deec2, processorArchitecture=MSIL">
  86. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Tools.dll</HintPath>
  87. </Reference>
  88. <Reference Include="VisioForge.Types, Version=12.0.56.0, Culture=neutral, PublicKeyToken=722de1c1c0a7f49e, processorArchitecture=MSIL">
  89. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Types.dll</HintPath>
  90. </Reference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="Model\DownloadInfoModel.cs" />
  94. <Compile Include="system\CLeopardZip.cs" />
  95. <Compile Include="system\DataConvertCommon.cs" />
  96. <Compile Include="system\DownloadManager.cs" />
  97. <Compile Include="system\DownloadService.cs" />
  98. <Compile Include="system\FFMpeg.cs" />
  99. <Compile Include="system\FileToolsCommon.cs" />
  100. <Compile Include="system\FreeMemoryHelper.cs" />
  101. <Compile Include="system\HttpHelper.cs" />
  102. <Compile Include="system\ImageHelper.cs" />
  103. <Compile Include="system\LogHelper.cs" />
  104. <Compile Include="system\PrimaryScreen.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. <Compile Include="system\SplashScreen.cs" />
  107. <Compile Include="system\XmlUtilHelper.cs" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Folder Include="dlls\" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <None Include="log4net.config">
  114. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  115. </None>
  116. <None Include="packages.config" />
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. </Project>