OnePhoto.csproj
上传用户:fan366
上传日期:2022-07-21
资源大小:406k
文件大小:3k
源码类别:

浏览器

开发平台:

Visual 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>{E07B96C9-C570-4315-BAB0-176B609B854A}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>OnePhoto</RootNamespace>
  11.     <AssemblyName>OnePhoto</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="System" />
  32.     <Reference Include="System.Data" />
  33.     <Reference Include="System.Deployment" />
  34.     <Reference Include="System.Drawing" />
  35.     <Reference Include="System.Windows.Forms" />
  36.     <Reference Include="System.Xml" />
  37.   </ItemGroup>
  38.   <ItemGroup>
  39.     <Compile Include="frmOne.cs">
  40.       <SubType>Form</SubType>
  41.     </Compile>
  42.     <Compile Include="frmOne.Designer.cs">
  43.       <DependentUpon>frmOne.cs</DependentUpon>
  44.     </Compile>
  45.     <Compile Include="MouseWheeMsg.cs" />
  46.     <Compile Include="Program.cs" />
  47.     <Compile Include="PropertiesAssemblyInfo.cs" />
  48.     <EmbeddedResource Include="frmOne.resx">
  49.       <SubType>Designer</SubType>
  50.       <DependentUpon>frmOne.cs</DependentUpon>
  51.     </EmbeddedResource>
  52.     <EmbeddedResource Include="frmOne.sq.resx">
  53.       <SubType>Designer</SubType>
  54.       <DependentUpon>frmOne.cs</DependentUpon>
  55.     </EmbeddedResource>
  56.     <EmbeddedResource Include="PropertiesResources.resx">
  57.       <Generator>ResXFileCodeGenerator</Generator>
  58.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  59.       <SubType>Designer</SubType>
  60.     </EmbeddedResource>
  61.     <Compile Include="PropertiesResources.Designer.cs">
  62.       <AutoGen>True</AutoGen>
  63.       <DependentUpon>Resources.resx</DependentUpon>
  64.     </Compile>
  65.     <None Include="PropertiesSettings.settings">
  66.       <Generator>SettingsSingleFileGenerator</Generator>
  67.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  68.     </None>
  69.     <Compile Include="PropertiesSettings.Designer.cs">
  70.       <AutoGen>True</AutoGen>
  71.       <DependentUpon>Settings.settings</DependentUpon>
  72.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  73.     </Compile>
  74.   </ItemGroup>
  75.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  76.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  77.        Other similar extension points exist, see Microsoft.Common.targets.
  78.   <Target Name="BeforeBuild">
  79.   </Target>
  80.   <Target Name="AfterBuild">
  81.   </Target>
  82.   -->
  83. </Project>