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

📄 library.csproj

📁 对gif
💻 CSPROJ
字号:
<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>{6598A7CD-8F27-4D3F-A675-5AE63113A7C3}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>FreeImageAPI</RootNamespace>
    <AssemblyName>FreeImageNET</AssemblyName>
    <StartupObject>
    </StartupObject>
    <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>none</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <BaseAddress>4194304</BaseAddress>
    <FileAlignment>512</FileAlignment>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <NoWarn>
    </NoWarn>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <DocumentationFile>bin\Debug\FreeImageNET.XML</DocumentationFile>
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>none</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>
    </DefineConstants>
    <ErrorReport>none</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <FileAlignment>512</FileAlignment>
    <BaseAddress>4194304</BaseAddress>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <NoWarn>
    </NoWarn>
    <DocumentationFile>bin\Release\FreeImageNET.XML</DocumentationFile>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Classes\FreeImagePlugin.cs" />
    <Compile Include="Classes\FreeImageBitmap.cs" />
    <Compile Include="Classes\FreeImageEngine.cs" />
    <Compile Include="Classes\FreeImageStreamIO.cs" />
    <Compile Include="Classes\ImageMetadata.cs" />
    <Compile Include="Classes\LocalPlugin.cs" />
    <Compile Include="Classes\MemoryArray.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Classes\MetadataModel.cs" />
    <Compile Include="Classes\MetadataModels.cs" />
    <Compile Include="Classes\MetadataTag.cs" />
    <Compile Include="Classes\Palette.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Classes\PluginRepository.cs" />
    <Compile Include="Classes\Scanline.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Classes\StreamWrapper.cs" />
    <Compile Include="Delegates.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_DITHER.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_FORMAT.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_TMO.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_TYPE.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_COLOR_CHANNEL.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_COLOR_TYPE.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_FILTER.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_JPEG_OPERATION.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_LOAD_FLAGS.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_MDMODEL.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_MDTYPE.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_QUANTIZE.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_SAVE_FLAGS.cs" />
    <Compile Include="Enumerations\ICC_FLAGS.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_COLOR_DEPTH.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_COMPARE_FLAGS.cs" />
    <Compile Include="Enumerations\FREE_IMAGE_METADATA_COPY.cs" />
    <Compile Include="Enumerations\MD_SEARCH_FLAGS.cs" />
    <Compile Include="Structs\BITMAP.cs" />
    <Compile Include="Structs\BITMAPINFO.cs" />
    <Compile Include="Structs\BITMAPINFOHEADER.cs" />
    <Compile Include="Structs\FI16RGB555.cs" />
    <Compile Include="Structs\FI16RGB565.cs" />
    <Compile Include="Structs\FI1BIT.cs" />
    <Compile Include="Structs\FIBITMAP.cs" />
    <Compile Include="Structs\FICOMPLEX.cs" />
    <Compile Include="Structs\FIICCPROFILE.cs" />
    <Compile Include="Structs\FIMEMORY.cs" />
    <Compile Include="Structs\FIMETADATA.cs" />
    <Compile Include="Structs\FIMULTIBITMAP.cs" />
    <Compile Include="Structs\FIRational.cs" />
    <Compile Include="Structs\FIRGB16.cs" />
    <Compile Include="Structs\FIRGBA16.cs" />
    <Compile Include="Structs\FIRGBAF.cs" />
    <Compile Include="Structs\FIRGBF.cs" />
    <Compile Include="FreeImageStaticImports.cs" />
    <Compile Include="FreeImageWrapper.cs" />
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>
      </SubType>
    </Compile>
    <Compile Include="Structs\FITAG.cs" />
    <Compile Include="Structs\FIURational.cs" />
    <Compile Include="Structs\fi_handle.cs" />
    <Compile Include="Structs\FreeImageIO.cs" />
    <Compile Include="Structs\FI4BIT.cs" />
    <Compile Include="Structs\Plugin.cs" />
    <Compile Include="Structs\RGBQUAD.cs" />
    <Compile Include="Structs\RGBTRIPLE.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>

⌨️ 快捷键说明

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