PicSo.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <PlatformTarget>x86</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <PlatformTarget>x86</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>1414496318_339862.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="HtmlAgilityPack">
  42. <HintPath>.\HtmlAgilityPack.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Deployment" />
  51. <Reference Include="System.Drawing" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="AboutBox1.cs">
  57. <SubType>Form</SubType>
  58. </Compile>
  59. <Compile Include="AboutBox1.Designer.cs">
  60. <DependentUpon>AboutBox1.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="BasicContainer.cs">
  63. <SubType>UserControl</SubType>
  64. </Compile>
  65. <Compile Include="BasicContainer.Designer.cs">
  66. <DependentUpon>BasicContainer.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Form1.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="Form1.Designer.cs">
  72. <DependentUpon>Form1.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="InputBox.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="InputBox.Designer.cs">
  78. <DependentUpon>InputBox.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="ListViewColumnSorter.cs" />
  81. <Compile Include="MovieContainer.cs">
  82. <SubType>UserControl</SubType>
  83. </Compile>
  84. <Compile Include="MovieContainer.Designer.cs">
  85. <DependentUpon>MovieContainer.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Program.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="SearchController.cs" />
  90. <EmbeddedResource Include="AboutBox1.resx">
  91. <DependentUpon>AboutBox1.cs</DependentUpon>
  92. </EmbeddedResource>
  93. <EmbeddedResource Include="BasicContainer.resx">
  94. <DependentUpon>BasicContainer.cs</DependentUpon>
  95. </EmbeddedResource>
  96. <EmbeddedResource Include="Form1.resx">
  97. <DependentUpon>Form1.cs</DependentUpon>
  98. </EmbeddedResource>
  99. <EmbeddedResource Include="InputBox.resx">
  100. <DependentUpon>InputBox.cs</DependentUpon>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="MovieContainer.resx">
  103. <DependentUpon>MovieContainer.cs</DependentUpon>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="Properties\Resources.resx">
  106. <Generator>ResXFileCodeGenerator</Generator>
  107. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  108. <SubType>Designer</SubType>
  109. </EmbeddedResource>
  110. <Compile Include="Properties\Resources.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Resources.resx</DependentUpon>
  113. <DesignTime>True</DesignTime>
  114. </Compile>
  115. <None Include="app.config" />
  116. <None Include="Properties\Settings.settings">
  117. <Generator>SettingsSingleFileGenerator</Generator>
  118. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  119. </None>
  120. <Compile Include="Properties\Settings.Designer.cs">
  121. <AutoGen>True</AutoGen>
  122. <DependentUpon>Settings.settings</DependentUpon>
  123. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  124. </Compile>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ProjectReference Include="..\Gets\Gets.csproj">
  128. <Project>{9262F4C4-2D81-41AB-A444-57D3A21CEA9B}</Project>
  129. <Name>Gets</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\Entity\Entity.csproj">
  132. <Project>{21D25A8A-680F-4C0A-815B-AE394905A64A}</Project>
  133. <Name>AVSORTER</Name>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Content Include="1414496318_339862.ico" />
  138. </ItemGroup>
  139. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  140. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  141. Other similar extension points exist, see Microsoft.Common.targets.
  142. <Target Name="BeforeBuild">
  143. </Target>
  144. <Target Name="AfterBuild">
  145. </Target>
  146. -->
  147. </Project>