拾取对象.csproj
上传用户:lslight
上传日期:2022-01-10
资源大小:14248k
文件大小:3k
源码类别:

DirextX编程

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>8.0.50727</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{3BB0A43A-877D-4083-97E7-7B3C83B4B61F}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>拾取对象</RootNamespace>
  12.     <AssemblyName>拾取对象</AssemblyName>
  13.     <StartupObject>
  14.     </StartupObject>
  15.   </PropertyGroup>
  16.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17.     <DebugSymbols>true</DebugSymbols>
  18.     <DebugType>full</DebugType>
  19.     <Optimize>false</Optimize>
  20.     <OutputPath>binDebug</OutputPath>
  21.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  22.     <ErrorReport>prompt</ErrorReport>
  23.     <WarningLevel>4</WarningLevel>
  24.   </PropertyGroup>
  25.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26.     <DebugType>pdbonly</DebugType>
  27.     <Optimize>true</Optimize>
  28.     <OutputPath>binRelease</OutputPath>
  29.     <DefineConstants>TRACE</DefineConstants>
  30.     <ErrorReport>prompt</ErrorReport>
  31.     <WarningLevel>4</WarningLevel>
  32.   </PropertyGroup>
  33.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  34.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  35.        Other similar extension points exist, see Microsoft.Common.targets.
  36.   <Target Name="BeforeBuild">
  37.   </Target>
  38.   <Target Name="AfterBuild">
  39.   </Target>
  40.   -->
  41.   <ItemGroup>
  42.     <Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  43.     <Reference Include="Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  44.     <Reference Include="Microsoft.DirectX.Direct3DX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  45.     <Reference Include="System" />
  46.     <Reference Include="System.Data" />
  47.     <Reference Include="System.Drawing" />
  48.     <Reference Include="System.Windows.Forms" />
  49.     <Reference Include="System.Xml" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <Compile Include="PickObject.cs">
  53.       <SubType>Form</SubType>
  54.     </Compile>
  55.     <Compile Include="PickObject.Designer.cs">
  56.       <DependentUpon>PickObject.cs</DependentUpon>
  57.     </Compile>
  58.   </ItemGroup>
  59. </Project>