星火直播PC
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 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL">
  35. <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
  36. </Reference>
  37. <Reference Include="AForge.Controls, Version=2.2.5.0, Culture=neutral, PublicKeyToken=a8ac264d1dc6b9d9, processorArchitecture=MSIL">
  38. <HintPath>..\packages\AForge.Controls.2.2.5\lib\AForge.Controls.dll</HintPath>
  39. </Reference>
  40. <Reference Include="AForge.Imaging, Version=2.2.5.0, Culture=neutral, PublicKeyToken=ba8ddea9676ca48b, processorArchitecture=MSIL">
  41. <HintPath>..\packages\AForge.Imaging.2.2.5\lib\AForge.Imaging.dll</HintPath>
  42. </Reference>
  43. <Reference Include="AForge.Math, Version=2.2.5.0, Culture=neutral, PublicKeyToken=abba2e25397ee8c9, processorArchitecture=MSIL">
  44. <HintPath>..\packages\AForge.Math.2.2.5\lib\AForge.Math.dll</HintPath>
  45. </Reference>
  46. <Reference Include="AForge.Video, Version=2.2.5.0, Culture=neutral, PublicKeyToken=cbfb6e07d173c401, processorArchitecture=MSIL">
  47. <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
  48. </Reference>
  49. <Reference Include="AForge.Video.DirectShow, Version=2.2.5.0, Culture=neutral, PublicKeyToken=61ea4348d43881b7, processorArchitecture=MSIL">
  50. <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ICSharpCode.SharpZipLib">
  53. <HintPath>dlls\ICSharpCode.SharpZipLib.dll</HintPath>
  54. </Reference>
  55. <Reference Include="log4net">
  56. <HintPath>dlls\log4net.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>dlls\Newtonsoft.Json.dll</HintPath>
  61. </Reference>
  62. <Reference Include="NPOI">
  63. <HintPath>dlls\NPOI.dll</HintPath>
  64. </Reference>
  65. <Reference Include="NPOI.OOXML">
  66. <HintPath>dlls\NPOI.OOXML.dll</HintPath>
  67. </Reference>
  68. <Reference Include="NPOI.OpenXml4Net">
  69. <HintPath>dlls\NPOI.OpenXml4Net.dll</HintPath>
  70. </Reference>
  71. <Reference Include="NPOI.OpenXmlFormats">
  72. <HintPath>dlls\NPOI.OpenXmlFormats.dll</HintPath>
  73. </Reference>
  74. <Reference Include="O2S.Components.PDFRender4NET">
  75. <HintPath>..\dl\O2S.Components.PDFRender4NET.dll</HintPath>
  76. </Reference>
  77. <Reference Include="PresentationCore" />
  78. <Reference Include="PresentationFramework" />
  79. <Reference Include="System" />
  80. <Reference Include="System.Configuration" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.Data.SQLite">
  83. <HintPath>dlls\System.Data.SQLite.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Web" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="Microsoft.CSharp" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Net.Http" />
  93. <Reference Include="System.Xml" />
  94. <Reference Include="VisioForge.Controls, Version=12.0.56.0, Culture=neutral, PublicKeyToken=5873e863f1bcda5d, processorArchitecture=MSIL">
  95. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Controls.dll</HintPath>
  96. </Reference>
  97. <Reference Include="VisioForge.Controls.UI, Version=12.0.56.0, Culture=neutral, PublicKeyToken=eafa6bd21aa991fd, processorArchitecture=MSIL">
  98. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Controls.UI.dll</HintPath>
  99. </Reference>
  100. <Reference Include="VisioForge.Controls.UI.Dialogs, Version=12.0.56.0, Culture=neutral, PublicKeyToken=3d84672df68c33ac, processorArchitecture=MSIL">
  101. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Controls.UI.Dialogs.dll</HintPath>
  102. </Reference>
  103. <Reference Include="VisioForge.MediaFramework, Version=12.0.56.0, Culture=neutral, PublicKeyToken=14e66dd726c53f11, processorArchitecture=MSIL">
  104. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.MediaFramework.dll</HintPath>
  105. </Reference>
  106. <Reference Include="VisioForge.Shared, Version=12.0.56.0, Culture=neutral, PublicKeyToken=4cb7f6778cad43a2, processorArchitecture=MSIL">
  107. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Shared.dll</HintPath>
  108. </Reference>
  109. <Reference Include="VisioForge.Tools, Version=12.0.56.0, Culture=neutral, PublicKeyToken=33c6ded9724deec2, processorArchitecture=MSIL">
  110. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Tools.dll</HintPath>
  111. </Reference>
  112. <Reference Include="VisioForge.Types, Version=12.0.56.0, Culture=neutral, PublicKeyToken=722de1c1c0a7f49e, processorArchitecture=MSIL">
  113. <HintPath>..\packages\VisioForge.DotNet.Core.TRIAL.12.0.56\lib\net45\VisioForge.Types.dll</HintPath>
  114. </Reference>
  115. <Reference Include="WindowsBase" />
  116. <Reference Include="WindowsFormsIntegration" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="AESHelper.cs" />
  120. <Compile Include="Model\DownloadInfoModel.cs" />
  121. <Compile Include="system\BackgroundWorkerHelper.cs" />
  122. <Compile Include="system\DataProvider.cs" />
  123. <Compile Include="system\KeyboardHookCommon.cs" />
  124. <Compile Include="system\MouseEventCommon.cs" />
  125. <Compile Include="system\NumUtil.cs" />
  126. <Compile Include="system\PdfTrunImage.cs" />
  127. <Compile Include="system\BlackboardNew.cs" />
  128. <Compile Include="system\CameraHelper.cs" />
  129. <Compile Include="system\CLeopardZip.cs" />
  130. <Compile Include="system\DataConvertCommon.cs" />
  131. <Compile Include="system\DownloadManager.cs" />
  132. <Compile Include="system\DownloadService.cs" />
  133. <Compile Include="system\FFMpeg.cs" />
  134. <Compile Include="system\FileToolsCommon.cs" />
  135. <Compile Include="system\FreeMemoryHelper.cs" />
  136. <Compile Include="system\HttpHelper.cs" />
  137. <Compile Include="system\ImageHelper.cs" />
  138. <Compile Include="system\JsonHelper.cs" />
  139. <Compile Include="system\LogHelper.cs" />
  140. <Compile Include="system\PrimaryScreen.cs" />
  141. <Compile Include="Properties\AssemblyInfo.cs" />
  142. <Compile Include="system\RegistryHelper.cs" />
  143. <Compile Include="system\SplashScreen.cs" />
  144. <Compile Include="system\XmlUtilHelper.cs" />
  145. <Compile Include="system\ZJClippingBorder.cs" />
  146. <Compile Include="ZB\ClippingBorder.cs" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Folder Include="dlls\" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <None Include="log4net.config">
  153. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  154. </None>
  155. <None Include="packages.config" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <ProjectReference Include="..\XHWK.Model\XHWK.Model.csproj">
  159. <Project>{445A4527-849B-4FA9-AA97-8ED1098D211E}</Project>
  160. <Name>XHWK.Model</Name>
  161. </ProjectReference>
  162. </ItemGroup>
  163. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  164. </Project>