⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 photosprite.csproj

📁 一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.
💻 CSPROJ
📖 第 1 页 / 共 2 页
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{D668DE93-46A9-44DF-AC11-5657B8AB04F5}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>PhotoSprite</RootNamespace>
    <AssemblyName>PhotoSprite</AssemblyName>
    <ApplicationIcon>Logo.ICO</ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Dialog\AboutBox.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\AboutBox.Designer.cs">
      <DependentUpon>AboutBox.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\AdvancedDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\AdvancedDialog.Designer.cs">
      <DependentUpon>AdvancedDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\ArtStringDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\ArtStringDialog.Designer.cs">
      <DependentUpon>ArtStringDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\DirectionDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\DirectionDialog.Designer.cs">
      <DependentUpon>DirectionDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\InosculateDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\InosculateDialog.Designer.cs">
      <DependentUpon>InosculateDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\MagicDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\MagicDialog.Designer.cs">
      <DependentUpon>MagicDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\MappingDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\MappingDialog.Designer.cs">
      <DependentUpon>MappingDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\RegionDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\RegionDialog.Designer.cs">
      <DependentUpon>RegionDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\FilterDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\FilterDialog.Designer.cs">
      <DependentUpon>FilterDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\HistogramDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\HistogramDialog.Designer.cs">
      <DependentUpon>HistogramDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\HslDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\HslDialog.Designer.cs">
      <DependentUpon>HslDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\MotionBlurDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\MotionBlurDialog.Designer.cs">
      <DependentUpon>MotionBlurDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\ResizeDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\ResizeDialog.Designer.cs">
      <DependentUpon>ResizeDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\TranslationDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\TranslationDialog.Designer.cs">
      <DependentUpon>TranslationDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\OilPaintingDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\OilPaintingDialog.Designer.cs">
      <DependentUpon>OilPaintingDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\AngleDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\AngleDialog.Designer.cs">
      <DependentUpon>AngleDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\RedEyeRemovalDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\RedEyeRemovalDialog.Designer.cs">
      <DependentUpon>RedEyeRemovalDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\SlantDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\SlantDialog.Designer.cs">
      <DependentUpon>SlantDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\TrimDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\TrimDialog.Designer.cs">
      <DependentUpon>TrimDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="ImageProcessing\Algebra.cs" />
    <Compile Include="ColorSpace\CMYK.cs" />
    <Compile Include="ColorSpace\HSI.cs" />
    <Compile Include="ColorSpace\HSV.cs" />
    <Compile Include="ColorSpace\HSL.cs" />
    <Compile Include="ImageProcessing\ColorChange.cs" />
    <Compile Include="ImageProcessing\Effect.Extend.cs" />
    <Compile Include="ImageProcessing\Function.cs" />
    <Compile Include="ImageProcessing\GrayProcessing.cs" />
    <Compile Include="ImageProcessing\Filter.cs" />
    <Compile Include="ImageProcessing\Histogram.cs" />
    <Compile Include="ImageProcessing\RegionClip.cs" />
    <Compile Include="ImageProcessing\Statistics.cs" />
    <Compile Include="ImageProcessing\ImageInfo.cs" />
    <Compile Include="ImageProcessing\ImageTransform.cs" />
    <Compile Include="ImageProcessing\Logic.cs" />
    <Compile Include="ImageProcessing\Morphologic.Bitmap.cs" />
    <Compile Include="ImageProcessing\Morphologic.cs" />
    <Compile Include="ImageProcessing\Segmentation.Bitmap.cs" />
    <Compile Include="ImageProcessing\Segmentation.cs" />
    <Compile Include="ImageProcessing\Watermark.cs" />
    <Compile Include="Widget\AngleChooser.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Widget\AngleChooser.designer.cs">
      <DependentUpon>AngleChooser.cs</DependentUpon>
    </Compile>
    <Compile Include="Widget\Canvas.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Widget\Canvas.Designer.cs">
      <DependentUpon>Canvas.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\ColorBalanceDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\ColorBalanceDialog.Designer.cs">
      <DependentUpon>ColorBalanceDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\DegreeDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\DegreeDialog.Designer.cs">
      <DependentUpon>DegreeDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\GammaCorrectDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\GammaCorrectDialog.Designer.cs">
      <DependentUpon>GammaCorrectDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\GrayDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\GrayDialog.Designer.cs">
      <DependentUpon>GrayDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\NewDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\NewDialog.Designer.cs">
      <DependentUpon>NewDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\OptionDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\OptionDialog.Designer.cs">
      <DependentUpon>OptionDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\PaperCutDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\PaperCutDialog.Designer.cs">
      <DependentUpon>PaperCutDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Dialog\PseudoColorDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Dialog\PseudoColorDialog.Designer.cs">
      <DependentUpon>PseudoColorDialog.cs</DependentUpon>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -