三维控件测试程序.csproj
上传用户:lslight
上传日期:2022-01-10
资源大小:14248k
文件大小:4k
源码类别:

DirextX编程

开发平台:

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>{72E188BD-D9AB-4E75-B9AC-317272CC0C72}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>三维控件测试程序</RootNamespace>
  11.     <AssemblyName>三维控件测试程序</AssemblyName>
  12.     <ApplicationIcon>Earth.ico</ApplicationIcon>
  13.   </PropertyGroup>
  14.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15.     <DebugSymbols>true</DebugSymbols>
  16.     <DebugType>full</DebugType>
  17.     <Optimize>false</Optimize>
  18.     <OutputPath>binDebug</OutputPath>
  19.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  20.     <ErrorReport>prompt</ErrorReport>
  21.     <WarningLevel>4</WarningLevel>
  22.   </PropertyGroup>
  23.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24.     <DebugType>pdbonly</DebugType>
  25.     <Optimize>true</Optimize>
  26.     <OutputPath>binRelease</OutputPath>
  27.     <DefineConstants>TRACE</DefineConstants>
  28.     <ErrorReport>prompt</ErrorReport>
  29.     <WarningLevel>4</WarningLevel>
  30.   </PropertyGroup>
  31.   <ItemGroup>
  32.     <Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  33.     <Reference Include="Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  34.     <Reference Include="Microsoft.DirectX.Direct3DX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  35.     <Reference Include="System" />
  36.     <Reference Include="System.Data" />
  37.     <Reference Include="System.Deployment" />
  38.     <Reference Include="System.Drawing" />
  39.     <Reference Include="System.Windows.Forms" />
  40.     <Reference Include="System.Xml" />
  41.   </ItemGroup>
  42.   <ItemGroup>
  43.     <Compile Include="Form1.cs">
  44.       <SubType>Form</SubType>
  45.     </Compile>
  46.     <Compile Include="Form1.Designer.cs">
  47.       <DependentUpon>Form1.cs</DependentUpon>
  48.     </Compile>
  49.     <Compile Include="Program.cs" />
  50.     <Compile Include="PropertiesAssemblyInfo.cs" />
  51.     <EmbeddedResource Include="Form1.resx">
  52.       <SubType>Designer</SubType>
  53.       <DependentUpon>Form1.cs</DependentUpon>
  54.     </EmbeddedResource>
  55.     <EmbeddedResource Include="PropertiesResources.resx">
  56.       <Generator>ResXFileCodeGenerator</Generator>
  57.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  58.       <SubType>Designer</SubType>
  59.     </EmbeddedResource>
  60.     <Compile Include="PropertiesResources.Designer.cs">
  61.       <AutoGen>True</AutoGen>
  62.       <DependentUpon>Resources.resx</DependentUpon>
  63.     </Compile>
  64.     <None Include="PropertiesSettings.settings">
  65.       <Generator>SettingsSingleFileGenerator</Generator>
  66.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  67.     </None>
  68.     <Compile Include="PropertiesSettings.Designer.cs">
  69.       <AutoGen>True</AutoGen>
  70.       <DependentUpon>Settings.settings</DependentUpon>
  71.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  72.     </Compile>
  73.   </ItemGroup>
  74.   <ItemGroup>
  75.     <ProjectReference Include="..CTGU.XZYCTGU.XZY.csproj">
  76.       <Project>{3BD1E699-FF77-442B-9107-08C4A6BA45E7}</Project>
  77.       <Name>CTGU.XZY</Name>
  78.     </ProjectReference>
  79.   </ItemGroup>
  80.   <ItemGroup>
  81.     <Content Include="Earth.ico" />
  82.   </ItemGroup>
  83.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  84.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  85.        Other similar extension points exist, see Microsoft.Common.targets.
  86.   <Target Name="BeforeBuild">
  87.   </Target>
  88.   <Target Name="AfterBuild">
  89.   </Target>
  90.   -->
  91. </Project>