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

📄 smpp.csproj

📁 这个是基于SMPP的开发源码
💻 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>{FBA7511C-C58F-4DC2-829E-0ACD5674C412}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>SMPP</RootNamespace>
    <AssemblyName>SMPP</AssemblyName>
  </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>
  </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" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Variable\Binary.cs" />
    <Compile Include="Variable\CString.cs" />
    <Compile Include="Variable\Encoding.cs" />
    <Compile Include="MessagePack.cs" />
    <Compile Include="Variable\Integer16.cs" />
    <Compile Include="Variable\Integer32.cs" />
    <Compile Include="Variable\Integer64.cs" />
    <Compile Include="Variable\Integer8.cs" />
    <Compile Include="Variable\Number.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Variable\String.cs" />
    <Compile Include="Variable\TLV.cs" />
    <Compile Include="Variable\TLVInt8.cs" />
    <Compile Include="Variable\Variable.cs" />
    <Compile Include="Variable\VARBinary.cs" />
    <Compile Include="Variable\VARString.cs" />
    <Compile Include="Variable\CVARString.cs" />
    <Compile Include="Variable\TLVInt16.cs" />
    <Compile Include="Variable\TLVInt32.cs" />
    <Compile Include="Variable\TLVInt64.cs" />
    <Compile Include="Variable\TLVBinary.cs" />
    <Compile Include="Variable\TLVVARBinary.cs" />
    <Compile Include="Variable\TLVString.cs" />
    <Compile Include="Variable\TLVVARString.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="ClassDiagram1.cd" />
  </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 + -