PLX_Sample_msdev_2008AnyCPU.csproj
上传用户:huajielb
上传日期:2022-07-29
资源大小:626k
文件大小:8k
源码类别:

驱动编程

开发平台:

Visual C++

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>9.0.30729</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{B9F2773A-0653-4959-B01C-D8F04C3B623A}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>App.ico</ApplicationIcon>
  10.     <AssemblyKeyContainerName>
  11.     </AssemblyKeyContainerName>
  12.     <AssemblyName>PLX_Sample</AssemblyName>
  13.     <AssemblyOriginatorKeyFile>
  14.     </AssemblyOriginatorKeyFile>
  15.     <DefaultClientScript>JScript</DefaultClientScript>
  16.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  17.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  18.     <DelaySign>false</DelaySign>
  19.     <OutputType>WinExe</OutputType>
  20.     <RootNamespace>PLX_Sample</RootNamespace>
  21.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  22.     <StartupObject>
  23.     </StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <UpgradeBackupLocation>
  27.     </UpgradeBackupLocation>
  28.     <OldToolsVersion>2.0</OldToolsVersion>
  29.     <PublishUrl>publish</PublishUrl>
  30.     <Install>true</Install>
  31.     <InstallFrom>Disk</InstallFrom>
  32.     <UpdateEnabled>false</UpdateEnabled>
  33.     <UpdateMode>Foreground</UpdateMode>
  34.     <UpdateInterval>7</UpdateInterval>
  35.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36.     <UpdatePeriodically>false</UpdatePeriodically>
  37.     <UpdateRequired>false</UpdateRequired>
  38.     <MapFileExtensions>true</MapFileExtensions>
  39.     <ApplicationRevision>0</ApplicationRevision>
  40.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41.     <IsWebBootstrapper>false</IsWebBootstrapper>
  42.     <UseApplicationTrust>false</UseApplicationTrust>
  43.     <BootstrapperEnabled>true</BootstrapperEnabled>
  44.     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
  45.     <TargetFrameworkSubset>
  46.     </TargetFrameworkSubset>
  47.   </PropertyGroup>
  48.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  49.     <OutputPath>binDebug</OutputPath>
  50.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  51.     <BaseAddress>285212672</BaseAddress>
  52.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  53.     <ConfigurationOverrideFile>
  54.     </ConfigurationOverrideFile>
  55.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  56.     <DocumentationFile>
  57.     </DocumentationFile>
  58.     <DebugSymbols>true</DebugSymbols>
  59.     <FileAlignment>4096</FileAlignment>
  60.     <NoStdLib>false</NoStdLib>
  61.     <NoWarn>
  62.     </NoWarn>
  63.     <Optimize>false</Optimize>
  64.     <RegisterForComInterop>false</RegisterForComInterop>
  65.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  66.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  67.     <WarningLevel>4</WarningLevel>
  68.     <DebugType>full</DebugType>
  69.     <ErrorReport>prompt</ErrorReport>
  70.   </PropertyGroup>
  71.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  72.     <OutputPath>binRelease</OutputPath>
  73.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  74.     <BaseAddress>285212672</BaseAddress>
  75.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  76.     <ConfigurationOverrideFile>
  77.     </ConfigurationOverrideFile>
  78.     <DefineConstants>TRACE</DefineConstants>
  79.     <DocumentationFile>
  80.     </DocumentationFile>
  81.     <DebugSymbols>false</DebugSymbols>
  82.     <FileAlignment>4096</FileAlignment>
  83.     <NoStdLib>false</NoStdLib>
  84.     <NoWarn>
  85.     </NoWarn>
  86.     <Optimize>true</Optimize>
  87.     <RegisterForComInterop>false</RegisterForComInterop>
  88.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  89.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  90.     <WarningLevel>4</WarningLevel>
  91.     <DebugType>none</DebugType>
  92.     <ErrorReport>prompt</ErrorReport>
  93.   </PropertyGroup>
  94.   <ItemGroup>
  95.     <Reference Include="Microsoft.VisualBasic" />
  96.     <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  97.     <Reference Include="System">
  98.       <Name>System</Name>
  99.     </Reference>
  100.     <Reference Include="System.Data">
  101.       <Name>System.Data</Name>
  102.     </Reference>
  103.     <Reference Include="System.Design" />
  104.     <Reference Include="System.Drawing">
  105.       <Name>System.Drawing</Name>
  106.     </Reference>
  107.     <Reference Include="System.Windows.Forms">
  108.       <Name>System.Windows.Forms</Name>
  109.     </Reference>
  110.     <Reference Include="System.Xml">
  111.       <Name>System.XML</Name>
  112.     </Reference>
  113.     <Reference Include="wdapi_dotnet921, Version=9.2.1.0, Culture=neutral, processorArchitecture=x86">
  114.       <SpecificVersion>False</SpecificVersion>
  115.       <HintPath>..libbinDebugwdapi_dotnet921.dll</HintPath>
  116.     </Reference>
  117.   </ItemGroup>
  118.   <ItemGroup>
  119.     <Compile Include="AddrSpaceTransferForm.cs">
  120.       <SubType>Form</SubType>
  121.     </Compile>
  122.     <Compile Include="AssemblyInfo.cs">
  123.       <SubType>Code</SubType>
  124.     </Compile>
  125.     <Compile Include="CfgTransfersForm.cs">
  126.       <SubType>Form</SubType>
  127.     </Compile>
  128.     <Compile Include="My_DMATransfer.cs">
  129.       <SubType>Form</SubType>
  130.     </Compile>
  131.     <Compile Include="My_DMATransfer.Designer.cs">
  132.       <DependentUpon>My_DMATransfer.cs</DependentUpon>
  133.     </Compile>
  134.     <Compile Include="DMATransferForm.cs">
  135.       <SubType>Form</SubType>
  136.     </Compile>
  137.     <Compile Include="OpenDMAForm.cs">
  138.       <SubType>Form</SubType>
  139.     </Compile>
  140.     <Compile Include="PLX_Sample.cs">
  141.       <SubType>Form</SubType>
  142.     </Compile>
  143.     <Compile Include="RegistersForm.cs">
  144.       <SubType>Form</SubType>
  145.     </Compile>
  146.     <EmbeddedResource Include="AddrSpaceTransferForm.resx">
  147.       <DependentUpon>AddrSpaceTransferForm.cs</DependentUpon>
  148.       <SubType>Designer</SubType>
  149.     </EmbeddedResource>
  150.     <EmbeddedResource Include="CfgTransfersForm.resx">
  151.       <DependentUpon>CfgTransfersForm.cs</DependentUpon>
  152.       <SubType>Designer</SubType>
  153.     </EmbeddedResource>
  154.     <EmbeddedResource Include="DMATransferForm.resx">
  155.       <DependentUpon>DMATransferForm.cs</DependentUpon>
  156.       <SubType>Designer</SubType>
  157.     </EmbeddedResource>
  158.     <EmbeddedResource Include="My_DMATransfer.resx">
  159.       <DependentUpon>My_DMATransfer.cs</DependentUpon>
  160.     </EmbeddedResource>
  161.     <EmbeddedResource Include="OpenDMAForm.resx">
  162.       <DependentUpon>OpenDMAForm.cs</DependentUpon>
  163.       <SubType>Designer</SubType>
  164.     </EmbeddedResource>
  165.     <EmbeddedResource Include="PLX_Sample.resx">
  166.       <DependentUpon>PLX_Sample.cs</DependentUpon>
  167.       <SubType>Designer</SubType>
  168.     </EmbeddedResource>
  169.     <EmbeddedResource Include="RegistersForm.resx">
  170.       <DependentUpon>RegistersForm.cs</DependentUpon>
  171.       <SubType>Designer</SubType>
  172.     </EmbeddedResource>
  173.     <Content Include="App.ico" />
  174.   </ItemGroup>
  175.   <ItemGroup>
  176.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  177.       <Visible>False</Visible>
  178.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  179.       <Install>true</Install>
  180.     </BootstrapperPackage>
  181.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  182.       <Visible>False</Visible>
  183.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  184.       <Install>false</Install>
  185.     </BootstrapperPackage>
  186.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  187.       <Visible>False</Visible>
  188.       <ProductName>.NET Framework 3.5</ProductName>
  189.       <Install>false</Install>
  190.     </BootstrapperPackage>
  191.   </ItemGroup>
  192.   <ItemGroup>
  193.     <ProjectReference Include="..libplx_lib_msdev_2008AnyCPU.csproj">
  194.       <Project>{6E564799-7568-4A2D-A944-89BF9C1DEBCC}</Project>
  195.       <Name>plx_lib_msdev_2008AnyCPU</Name>
  196.     </ProjectReference>
  197.   </ItemGroup>
  198.   <ItemGroup>
  199.     <None Include="app.config" />
  200.     <None Include="ClassDiagram1.cd" />
  201.     <None Include="ClassDiagram2.cd" />
  202.   </ItemGroup>
  203.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  204.   <PropertyGroup>
  205.     <PreBuildEvent>
  206.     </PreBuildEvent>
  207.     <PostBuildEvent>
  208.     </PostBuildEvent>
  209.   </PropertyGroup>
  210. </Project>