PicSo.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1A9F40ED-0402-4145-9140-0C153B989983}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>PicSo</RootNamespace>
  12. <AssemblyName>PicSo</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>false</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>1</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. <NuGetPackageImportStamp>
  34. </NuGetPackageImportStamp>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  37. <PlatformTarget>x86</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  47. <PlatformTarget>x86</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ApplicationIcon>toilet_paper.ico</ApplicationIcon>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <ManifestCertificateThumbprint>B4C5C541B9675ED900A1973DDD3442E0ACAD532A</ManifestCertificateThumbprint>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <ManifestKeyFile>PicSo_TemporaryKey.pfx</ManifestKeyFile>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <GenerateManifests>false</GenerateManifests>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <SignManifests>false</SignManifests>
  69. </PropertyGroup>
  70. <PropertyGroup>
  71. <TargetZone>LocalIntranet</TargetZone>
  72. </PropertyGroup>
  73. <PropertyGroup />
  74. <PropertyGroup />
  75. <ItemGroup>
  76. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  77. <HintPath>..\packages\EntityFramework.6.0.0\lib\net40\EntityFramework.dll</HintPath>
  78. <Private>True</Private>
  79. </Reference>
  80. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  81. <HintPath>..\packages\EntityFramework.6.0.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="HtmlAgilityPack">
  85. <HintPath>.\HtmlAgilityPack.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  89. <Private>True</Private>
  90. </Reference>
  91. <Reference Include="SqlSugar, Version=4.6.4.6, Culture=neutral, processorArchitecture=MSIL">
  92. <HintPath>..\packages\sqlSugar.4.6.4.6\lib\SqlSugar.dll</HintPath>
  93. <Private>True</Private>
  94. </Reference>
  95. <Reference Include="System" />
  96. <Reference Include="System.ComponentModel.DataAnnotations" />
  97. <Reference Include="System.Core" />
  98. <Reference Include="System.Data.SQLite, Version=1.0.107.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  99. <HintPath>..\packages\System.Data.SQLite.Core.1.0.107.0\lib\net40\System.Data.SQLite.dll</HintPath>
  100. <Private>True</Private>
  101. </Reference>
  102. <Reference Include="System.Data.SQLite.EF6, Version=1.0.107.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  103. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.107.0\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
  104. <Private>True</Private>
  105. </Reference>
  106. <Reference Include="System.Data.SQLite.Linq, Version=1.0.107.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  107. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.107.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  108. <Private>True</Private>
  109. </Reference>
  110. <Reference Include="System.Xml.Linq" />
  111. <Reference Include="System.Data.DataSetExtensions" />
  112. <Reference Include="Microsoft.CSharp" />
  113. <Reference Include="System.Data" />
  114. <Reference Include="System.Deployment" />
  115. <Reference Include="System.Drawing" />
  116. <Reference Include="System.Windows.Forms" />
  117. <Reference Include="System.Xml" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Compile Include="AboutBox1.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="AboutBox1.Designer.cs">
  124. <DependentUpon>AboutBox1.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="BasicContainer.cs">
  127. <SubType>UserControl</SubType>
  128. </Compile>
  129. <Compile Include="BasicContainer.Designer.cs">
  130. <DependentUpon>BasicContainer.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="DBSugar\DBSugar.cs" />
  133. <Compile Include="DBSugar\MovieDBController.cs" />
  134. <Compile Include="Form1.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Form1.Designer.cs">
  138. <DependentUpon>Form1.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="InputBox.cs">
  141. <SubType>Form</SubType>
  142. </Compile>
  143. <Compile Include="InputBox.Designer.cs">
  144. <DependentUpon>InputBox.cs</DependentUpon>
  145. </Compile>
  146. <Compile Include="ListViewColumnSorter.cs" />
  147. <Compile Include="MovieContainer.cs">
  148. <SubType>UserControl</SubType>
  149. </Compile>
  150. <Compile Include="MovieContainer.Designer.cs">
  151. <DependentUpon>MovieContainer.cs</DependentUpon>
  152. </Compile>
  153. <Compile Include="Program.cs" />
  154. <Compile Include="Properties\AssemblyInfo.cs" />
  155. <Compile Include="SearchController.cs" />
  156. <EmbeddedResource Include="AboutBox1.resx">
  157. <DependentUpon>AboutBox1.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="BasicContainer.resx">
  160. <DependentUpon>BasicContainer.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="Form1.resx">
  163. <DependentUpon>Form1.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="InputBox.resx">
  166. <DependentUpon>InputBox.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="MovieContainer.resx">
  169. <DependentUpon>MovieContainer.cs</DependentUpon>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="Properties\Resources.resx">
  172. <Generator>ResXFileCodeGenerator</Generator>
  173. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  174. <SubType>Designer</SubType>
  175. </EmbeddedResource>
  176. <Compile Include="Properties\Resources.Designer.cs">
  177. <AutoGen>True</AutoGen>
  178. <DependentUpon>Resources.resx</DependentUpon>
  179. <DesignTime>True</DesignTime>
  180. </Compile>
  181. <None Include="app.config" />
  182. <None Include="packages.config" />
  183. <None Include="Properties\Settings.settings">
  184. <Generator>SettingsSingleFileGenerator</Generator>
  185. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  186. </None>
  187. <Compile Include="Properties\Settings.Designer.cs">
  188. <AutoGen>True</AutoGen>
  189. <DependentUpon>Settings.settings</DependentUpon>
  190. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  191. </Compile>
  192. <None Include="removeDLL.bat">
  193. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  194. </None>
  195. </ItemGroup>
  196. <ItemGroup>
  197. <ProjectReference Include="..\Gets\Gets.csproj">
  198. <Project>{9262F4C4-2D81-41AB-A444-57D3A21CEA9B}</Project>
  199. <Name>Gets</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\Entity\Entity.csproj">
  202. <Project>{21D25A8A-680F-4C0A-815B-AE394905A64A}</Project>
  203. <Name>AVSORTER</Name>
  204. </ProjectReference>
  205. </ItemGroup>
  206. <ItemGroup>
  207. <Content Include="drive_open.ico" />
  208. <Content Include="toilet_paper.ico" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  212. <Visible>False</Visible>
  213. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  214. <Install>true</Install>
  215. </BootstrapperPackage>
  216. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  217. <Visible>False</Visible>
  218. <ProductName>.NET Framework 3.5 SP1</ProductName>
  219. <Install>false</Install>
  220. </BootstrapperPackage>
  221. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  222. <Visible>False</Visible>
  223. <ProductName>Windows Installer 4.5</ProductName>
  224. <Install>true</Install>
  225. </BootstrapperPackage>
  226. </ItemGroup>
  227. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  228. <Import Project="..\packages\System.Data.SQLite.Core.1.0.107.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.107.0\build\net40\System.Data.SQLite.Core.targets')" />
  229. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  230. <PropertyGroup>
  231. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  232. </PropertyGroup>
  233. <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.107.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.107.0\build\net40\System.Data.SQLite.Core.targets'))" />
  234. </Target>
  235. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  236. Other similar extension points exist, see Microsoft.Common.targets.
  237. <Target Name="BeforeBuild">
  238. </Target>
  239. <Target Name="AfterBuild">
  240. </Target>
  241. -->
  242. </Project>