MyImageManger.csproj
上传用户:wedding
上传日期:2022-08-10
资源大小:558k
文件大小:4k
源码类别:

图形图像处理

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{932442FC-8A0D-4857-90A3-D2423756C372}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>MyImageManger</RootNamespace>
  11.     <AssemblyName>MyImageManger</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>binDebug</OutputPath>
  18.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23.     <DebugType>pdbonly</DebugType>
  24.     <Optimize>true</Optimize>
  25.     <OutputPath>binRelease</OutputPath>
  26.     <DefineConstants>TRACE</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <ItemGroup>
  31.     <Reference Include="GifImageLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  32.       <SpecificVersion>False</SpecificVersion>
  33.       <HintPath>F:积累工具GifImageLib.dll</HintPath>
  34.     </Reference>
  35.     <Reference Include="IrisSkin2, Version=2006.3.22.45, Culture=neutral, processorArchitecture=MSIL">
  36.       <SpecificVersion>False</SpecificVersion>
  37.       <HintPath>..PictureMangerbinDebugIrisSkin2.dll</HintPath>
  38.     </Reference>
  39.     <Reference Include="System" />
  40.     <Reference Include="System.Data" />
  41.     <Reference Include="System.Deployment" />
  42.     <Reference Include="System.Drawing" />
  43.     <Reference Include="System.Windows.Forms" />
  44.     <Reference Include="System.Xml" />
  45.   </ItemGroup>
  46.   <ItemGroup>
  47.     <Compile Include="ImageManager.cs" />
  48.     <Compile Include="frmMain.cs">
  49.       <SubType>Form</SubType>
  50.     </Compile>
  51.     <Compile Include="frmMain.Designer.cs">
  52.       <DependentUpon>frmMain.cs</DependentUpon>
  53.     </Compile>
  54.     <Compile Include="Program.cs" />
  55.     <Compile Include="PropertiesAssemblyInfo.cs" />
  56.     <EmbeddedResource Include="frmMain.resx">
  57.       <SubType>Designer</SubType>
  58.       <DependentUpon>frmMain.cs</DependentUpon>
  59.     </EmbeddedResource>
  60.     <EmbeddedResource Include="PropertiesResources.resx">
  61.       <Generator>ResXFileCodeGenerator</Generator>
  62.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  63.       <SubType>Designer</SubType>
  64.     </EmbeddedResource>
  65.     <Compile Include="PropertiesResources.Designer.cs">
  66.       <AutoGen>True</AutoGen>
  67.       <DependentUpon>Resources.resx</DependentUpon>
  68.       <DesignTime>True</DesignTime>
  69.     </Compile>
  70.     <None Include="binDebugXPBlue.ssk" />
  71.     <None Include="PropertiesSettings.settings">
  72.       <Generator>SettingsSingleFileGenerator</Generator>
  73.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  74.     </None>
  75.     <Compile Include="PropertiesSettings.Designer.cs">
  76.       <AutoGen>True</AutoGen>
  77.       <DependentUpon>Settings.settings</DependentUpon>
  78.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  79.     </Compile>
  80.   </ItemGroup>
  81.   <ItemGroup>
  82.     <Content Include="imagesBiger.png" />
  83.     <Content Include="imagesleft.png" />
  84.     <Content Include="imagesNext.png" />
  85.     <Content Include="imagespictures.ico" />
  86.     <Content Include="imagespre.png" />
  87.     <Content Include="imagesright.png" />
  88.     <Content Include="imagessmaller.png" />
  89.   </ItemGroup>
  90.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  91.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  92.        Other similar extension points exist, see Microsoft.Common.targets.
  93.   <Target Name="BeforeBuild">
  94.   </Target>
  95.   <Target Name="AfterBuild">
  96.   </Target>
  97.   -->
  98. </Project>