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

驱动编程

开发平台:

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>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{6E564799-7568-4A2D-A944-89BF9C1DEBCC}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>plx_lib_dotnet</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>
  15.     </AssemblyOriginatorKeyFile>
  16.     <DefaultClientScript>JScript</DefaultClientScript>
  17.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19.     <DelaySign>false</DelaySign>
  20.     <OutputType>Library</OutputType>
  21.     <RootNamespace>plx_lib</RootNamespace>
  22.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23.     <StartupObject>
  24.     </StartupObject>
  25.     <FileUpgradeFlags>
  26.     </FileUpgradeFlags>
  27.     <UpgradeBackupLocation>
  28.     </UpgradeBackupLocation>
  29.     <OldToolsVersion>2.0</OldToolsVersion>
  30.   </PropertyGroup>
  31.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32.     <OutputPath>binDebug</OutputPath>
  33.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  34.     <BaseAddress>285212672</BaseAddress>
  35.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  36.     <ConfigurationOverrideFile>
  37.     </ConfigurationOverrideFile>
  38.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  39.     <DocumentationFile>
  40.     </DocumentationFile>
  41.     <DebugSymbols>true</DebugSymbols>
  42.     <FileAlignment>4096</FileAlignment>
  43.     <NoStdLib>false</NoStdLib>
  44.     <NoWarn>
  45.     </NoWarn>
  46.     <Optimize>false</Optimize>
  47.     <RegisterForComInterop>false</RegisterForComInterop>
  48.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  49.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  50.     <WarningLevel>4</WarningLevel>
  51.     <DebugType>full</DebugType>
  52.     <ErrorReport>prompt</ErrorReport>
  53.   </PropertyGroup>
  54.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55.     <OutputPath>binRelease</OutputPath>
  56.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  57.     <BaseAddress>285212672</BaseAddress>
  58.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  59.     <ConfigurationOverrideFile>
  60.     </ConfigurationOverrideFile>
  61.     <DefineConstants>TRACE</DefineConstants>
  62.     <DocumentationFile>
  63.     </DocumentationFile>
  64.     <DebugSymbols>false</DebugSymbols>
  65.     <FileAlignment>4096</FileAlignment>
  66.     <NoStdLib>false</NoStdLib>
  67.     <NoWarn>
  68.     </NoWarn>
  69.     <Optimize>true</Optimize>
  70.     <RegisterForComInterop>false</RegisterForComInterop>
  71.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  72.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  73.     <WarningLevel>4</WarningLevel>
  74.     <DebugType>none</DebugType>
  75.     <ErrorReport>prompt</ErrorReport>
  76.   </PropertyGroup>
  77.   <ItemGroup>
  78.     <Reference Include="System">
  79.       <Name>System</Name>
  80.     </Reference>
  81.     <Reference Include="System.Data">
  82.       <Name>System.Data</Name>
  83.     </Reference>
  84.     <Reference Include="System.Windows.Forms">
  85.       <Name>System.Windows.Forms</Name>
  86.     </Reference>
  87.     <Reference Include="System.XML">
  88.       <Name>System.XML</Name>
  89.     </Reference>
  90.     <Reference Include="wdapi_dotnet">
  91.       <Name>wdapi_dotnet</Name>
  92.       <HintPath>..diagReleasev2.0.50727wdapi_dotnet1000.dll</HintPath>
  93.     </Reference>
  94.   </ItemGroup>
  95.   <ItemGroup>
  96.     <Compile Include="AssemblyInfo.cs">
  97.       <SubType>Code</SubType>
  98.     </Compile>
  99.     <Compile Include="dma.cs">
  100.       <SubType>Code</SubType>
  101.     </Compile>
  102.     <Compile Include="EEPROM.cs">
  103.       <SubType>Code</SubType>
  104.     </Compile>
  105.     <Compile Include="log.cs">
  106.       <SubType>Code</SubType>
  107.     </Compile>
  108.     <Compile Include="PLX_Device.cs">
  109.       <SubType>Code</SubType>
  110.     </Compile>
  111.     <Compile Include="PLX_DeviceList.cs">
  112.       <SubType>Code</SubType>
  113.     </Compile>
  114.     <Compile Include="PLX_MasterDevice.cs">
  115.       <SubType>Code</SubType>
  116.     </Compile>
  117.     <Compile Include="PLX_Regs.cs">
  118.       <SubType>Code</SubType>
  119.     </Compile>
  120.     <Compile Include="PLX_TargetDevice.cs">
  121.       <SubType>Code</SubType>
  122.     </Compile>
  123.   </ItemGroup>
  124.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  125.   <PropertyGroup>
  126.     <PreBuildEvent>
  127.     </PreBuildEvent>
  128.     <PostBuildEvent>
  129.     </PostBuildEvent>
  130.   </PropertyGroup>
  131. </Project>