PicSo.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  35. <PlatformTarget>x86</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ApplicationIcon>toilet_paper.ico</ApplicationIcon>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestCertificateThumbprint>B4C5C541B9675ED900A1973DDD3442E0ACAD532A</ManifestCertificateThumbprint>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestKeyFile>PicSo_TemporaryKey.pfx</ManifestKeyFile>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <GenerateManifests>false</GenerateManifests>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <SignManifests>false</SignManifests>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <TargetZone>LocalIntranet</TargetZone>
  70. </PropertyGroup>
  71. <PropertyGroup />
  72. <PropertyGroup />
  73. <ItemGroup>
  74. <Reference Include="HtmlAgilityPack">
  75. <HintPath>.\HtmlAgilityPack.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Deployment" />
  84. <Reference Include="System.Drawing" />
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Xml" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="AboutBox1.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="AboutBox1.Designer.cs">
  93. <DependentUpon>AboutBox1.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="BasicContainer.cs">
  96. <SubType>UserControl</SubType>
  97. </Compile>
  98. <Compile Include="BasicContainer.Designer.cs">
  99. <DependentUpon>BasicContainer.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="Form1.cs">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="Form1.Designer.cs">
  105. <DependentUpon>Form1.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="InputBox.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="InputBox.Designer.cs">
  111. <DependentUpon>InputBox.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="ListViewColumnSorter.cs" />
  114. <Compile Include="MovieContainer.cs">
  115. <SubType>UserControl</SubType>
  116. </Compile>
  117. <Compile Include="MovieContainer.Designer.cs">
  118. <DependentUpon>MovieContainer.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="Program.cs" />
  121. <Compile Include="Properties\AssemblyInfo.cs" />
  122. <Compile Include="SearchController.cs" />
  123. <EmbeddedResource Include="AboutBox1.resx">
  124. <DependentUpon>AboutBox1.cs</DependentUpon>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="BasicContainer.resx">
  127. <DependentUpon>BasicContainer.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="Form1.resx">
  130. <DependentUpon>Form1.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <EmbeddedResource Include="InputBox.resx">
  133. <DependentUpon>InputBox.cs</DependentUpon>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="MovieContainer.resx">
  136. <DependentUpon>MovieContainer.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="Properties\Resources.resx">
  139. <Generator>ResXFileCodeGenerator</Generator>
  140. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  141. <SubType>Designer</SubType>
  142. </EmbeddedResource>
  143. <Compile Include="Properties\Resources.Designer.cs">
  144. <AutoGen>True</AutoGen>
  145. <DependentUpon>Resources.resx</DependentUpon>
  146. <DesignTime>True</DesignTime>
  147. </Compile>
  148. <None Include="app.config" />
  149. <None Include="Properties\Settings.settings">
  150. <Generator>SettingsSingleFileGenerator</Generator>
  151. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  152. </None>
  153. <Compile Include="Properties\Settings.Designer.cs">
  154. <AutoGen>True</AutoGen>
  155. <DependentUpon>Settings.settings</DependentUpon>
  156. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  157. </Compile>
  158. <None Include="removeDLL.bat">
  159. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  160. </None>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <ProjectReference Include="..\Gets\Gets.csproj">
  164. <Project>{9262F4C4-2D81-41AB-A444-57D3A21CEA9B}</Project>
  165. <Name>Gets</Name>
  166. </ProjectReference>
  167. <ProjectReference Include="..\Entity\Entity.csproj">
  168. <Project>{21D25A8A-680F-4C0A-815B-AE394905A64A}</Project>
  169. <Name>AVSORTER</Name>
  170. </ProjectReference>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <Content Include="driver.ico" />
  174. <Content Include="drive_open.ico" />
  175. <Content Include="internal_drive_open.ico" />
  176. <Content Include="toilet_paper.ico" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  180. <Visible>False</Visible>
  181. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  182. <Install>true</Install>
  183. </BootstrapperPackage>
  184. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  185. <Visible>False</Visible>
  186. <ProductName>.NET Framework 3.5 SP1</ProductName>
  187. <Install>false</Install>
  188. </BootstrapperPackage>
  189. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  190. <Visible>False</Visible>
  191. <ProductName>Windows Installer 4.5</ProductName>
  192. <Install>true</Install>
  193. </BootstrapperPackage>
  194. </ItemGroup>
  195. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  196. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  197. Other similar extension points exist, see Microsoft.Common.targets.
  198. <Target Name="BeforeBuild">
  199. </Target>
  200. <Target Name="AfterBuild">
  201. </Target>
  202. -->
  203. </Project>