⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gsmmodem.csproj

📁 gsmmodem通讯/手机编程 通讯/手机编程
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{A67F334B-2AA7-4CAB-BAC8-232F928C9536}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Tollkuci.GsmModem</RootNamespace>
    <AssemblyName>GsmModem</AssemblyName>
    <SccProjectName>SAK</SccProjectName>
    <SccLocalPath>SAK</SccLocalPath>
    <SccAuxPath>SAK</SccAuxPath>
    <SccProvider>SAK</SccProvider>
    <SignAssembly>true</SignAssembly>
    <AssemblyOriginatorKeyFile>Tollkuci.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <DocumentationFile>bin\Debug\GsmModem.XML</DocumentationFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="FlowControl.cs" />
    <Compile Include="Helper.cs" />
    <Compile Include="IncomingMessage.cs" />
    <Compile Include="MessageEventArgs.cs" />
    <Compile Include="MessageMemory.cs" />
    <Compile Include="Modem.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Modem.Designer.cs">
      <DependentUpon>Modem.cs</DependentUpon>
    </Compile>
    <Compile Include="OutgoingMessage.cs" />
    <Compile Include="Parity.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="SerialPort.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="SerialPort.Designer.cs">
      <DependentUpon>SerialPort.cs</DependentUpon>
    </Compile>
    <Compile Include="StopBits.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Modem.resx">
      <SubType>Designer</SubType>
      <DependentUpon>Modem.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="SerialPort.resx">
      <SubType>Designer</SubType>
      <DependentUpon>SerialPort.cs</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <None Include="Overview.cd" />
    <None Include="Tollkuci.snk" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -