PLX_Sample_msdev_2005AnyCPU.csproj
上传用户:huajielb
上传日期:2022-07-29
资源大小:626k
文件大小:5k
源码类别:
驱动编程
开发平台:
Visual C++
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectType>Local</ProjectType>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{B9F2773A-0653-4959-B01C-D8F04C3B623A}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ApplicationIcon>App.ico</ApplicationIcon>
- <AssemblyKeyContainerName>
- </AssemblyKeyContainerName>
- <AssemblyName>PLX_Sample</AssemblyName>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- <DefaultClientScript>JScript</DefaultClientScript>
- <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
- <DefaultTargetSchema>IE50</DefaultTargetSchema>
- <DelaySign>false</DelaySign>
- <OutputType>WinExe</OutputType>
- <RootNamespace>PLX_Sample</RootNamespace>
- <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
- <StartupObject>
- </StartupObject>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>binDebug</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>true</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>false</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>full</DebugType>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>binRelease</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>false</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>true</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>none</DebugType>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="plx_lib_dotnet">
- <Name>plx_lib_dotnet</Name>
- <HintPath>Releasev2.0.50727plx_lib_dotnet.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <Name>System</Name>
- </Reference>
- <Reference Include="System.Data">
- <Name>System.Data</Name>
- </Reference>
- <Reference Include="System.Drawing">
- <Name>System.Drawing</Name>
- </Reference>
- <Reference Include="System.Windows.Forms">
- <Name>System.Windows.Forms</Name>
- </Reference>
- <Reference Include="System.Xml">
- <Name>System.XML</Name>
- </Reference>
- <Reference Include="wdapi_dotnet">
- <Name>wdapi_dotnet</Name>
- <HintPath>Releasev2.0.50727wdapi_dotnet921.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AddrSpaceTransferForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="CfgTransfersForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DMATransferForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="OpenDMAForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="PLX_Sample.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="RegistersForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <EmbeddedResource Include="AddrSpaceTransferForm.resx">
- <DependentUpon>AddrSpaceTransferForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CfgTransfersForm.resx">
- <DependentUpon>CfgTransfersForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DMATransferForm.resx">
- <DependentUpon>DMATransferForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OpenDMAForm.resx">
- <DependentUpon>OpenDMAForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="PLX_Sample.resx">
- <DependentUpon>PLX_Sample.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="RegistersForm.resx">
- <DependentUpon>RegistersForm.cs</DependentUpon>
- </EmbeddedResource>
- <Content Include="App.ico" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- </Project>