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

📄 gpcore.csproj

📁 Gibphone is CSharp Program, it can tell you how to design p2p chat.
💻 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>{2F10DF03-F72B-4FE1-B204-21E31E646328}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>GPCore</RootNamespace>
    <AssemblyName>GPCore</AssemblyName>
    <StartupObject>
    </StartupObject>
  </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\GPCore.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>
    <DocumentationFile>bin\Release\GPCore.XML</DocumentationFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseBundle|AnyCPU' ">
    <OutputPath>bin\ReleaseBundle\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <DebugType>full</DebugType>
    <DebugSymbols>true</DebugSymbols>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="cswavrec, Version=1.0.2157.34036, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>lib\cswavrec.dll</HintPath>
    </Reference>
    <Reference Include="FirebirdSql.Data.FirebirdClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>lib\FirebirdSql.Data.FirebirdClient.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Args\AddContactArgs.cs" />
    <Compile Include="Args\BuddyIconEventArgs.cs" />
    <Compile Include="Args\ChatArgs.cs" />
    <Compile Include="Args\ChatInviteArgs.cs" />
    <Compile Include="Args\ConfiguredAccountEventArgs.cs" />
    <Compile Include="Args\ExceptionEventArgs.cs" />
    <Compile Include="Args\MessageArgs.cs" />
    <Compile Include="Args\NewChatArgs.cs" />
    <Compile Include="Args\StatusChangedArgs.cs" />
    <Compile Include="Args\StringEventArgs.cs" />
    <Compile Include="Args\TypingArgs.cs" />
    <Compile Include="Args\UsernameEventArgs.cs" />
    <Compile Include="Args\ChatUsernameArgs.cs" />
    <Compile Include="GPMessageMethodAttribute.cs" />
    <Compile Include="CoreInstanceHelper.cs" />
    <Compile Include="Exceptions\TryAgainException.cs" />
    <Compile Include="Forms\frmAddProtocol.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Forms\frmAddProtocol.Designer.cs">
      <DependentUpon>frmAddProtocol.cs</DependentUpon>
    </Compile>
    <Compile Include="Forms\frmNewPhone.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Forms\frmNewPhone.Designer.cs">
      <DependentUpon>frmNewPhone.cs</DependentUpon>
    </Compile>
    <Compile Include="Forms\frmPhones.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Forms\frmPhones.Designer.cs">
      <DependentUpon>frmPhones.cs</DependentUpon>
    </Compile>
    <Compile Include="Forms\frmPlugin.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Forms\frmPlugin.Designer.cs">
      <DependentUpon>frmPlugin.cs</DependentUpon>
    </Compile>
    <Compile Include="Forms\frmProtocols.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Forms\frmProtocols.Designer.cs">
      <DependentUpon>frmProtocols.cs</DependentUpon>
    </Compile>
    <Compile Include="Forms\frmSplash.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Forms\frmSplash.Designer.cs">
      <DependentUpon>frmSplash.cs</DependentUpon>
    </Compile>
    <Compile Include="Forms\ReportBug.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Forms\ReportBug.Designer.cs">
      <DependentUpon>ReportBug.cs</DependentUpon>
    </Compile>
    <Compile Include="GibphoneConrtols\HtmlRichTextBox.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="GibphoneConrtols\HtmlText.cs" />
    <Compile Include="GibphoneConrtols\InputBox.cs" />
    <Compile Include="GibphoneConrtols\ListViewEx.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="GibphoneConrtols\PasswordBox.cs" />
    <Compile Include="GibphoneConrtols\RtfText.cs" />
    <Compile Include="GPArgumentMethodAttribute.cs" />
    <Compile Include="GPDataReader.cs" />
    <Compile Include="GPMethodAttribute.cs" />
    <Compile Include="GPStateMethodAttribute.cs" />
    <Compile Include="IIdable.cs" />
    <Compile Include="NetworkProtocol\NetworkProtocol.cs" />
    <Compile Include="Phone\Phone.cs" />
    <Compile Include="PluginManager\CoreEventListener.cs" />
    <Compile Include="PluginManager\LocalClassLoader.cs" />
    <Compile Include="PluginManager\PluginManager.cs" />
    <Compile Include="PluginManager\RemoteClassLoader.cs" />
    <Compile Include="ProtocolList.cs" />
    <Compile Include="ProtocolPanel.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="ProtocolPanel.Designer.cs">
      <DependentUpon>ProtocolPanel.cs</DependentUpon>
    </Compile>
    <Compile Include="CoreEvents.cs" />
    <Compile Include="EventCore.cs" />
    <Compile Include="Logger.cs" />
    <Compile Include="Protocol\Event.cs" />
    <Compile Include="Protocol\IAuthenticate.cs" />
    <Compile Include="Protocol\IAwayMessage.cs" />
    <Compile Include="Protocol\IBuddyIcon.cs" />
    <Compile Include="Protocol\ICall.cs" />
    <Compile Include="Protocol\IChat.cs" />
    <Compile Include="Protocol\ICustomProtocolOptions.cs" />
    <Compile Include="Protocol\ICustomSaveProperties.cs" />
    <Compile Include="Protocol\IMessage.cs" />
    <Compile Include="Protocol\IMessageOfTheDay.cs" />
    <Compile Include="Protocol\IPresence.cs" />
    <Compile Include="Protocol\IProfile.cs" />
    <Compile Include="Protocol\IProtocol.cs" />
    <Compile Include="Protocol\IServerBuddyList.cs" />
    <Compile Include="Protocol\ITyping.cs" />
    <Compile Include="Sound.cs" />
    <Compile Include="Sql.cs" />
    <Compile Include="SqlAccount.cs" />
    <Compile Include="SqlGib.cs" />
    <Compile Include="SqlGroup.cs" />
    <Compile Include="TrayIcon.cs" />
    <Compile Include="PluginAttribute.cs" />
    <Compile Include="Core.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="User.cs" />
    <Compile Include="Vocoder\VoiceEncoding.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="ProtocolPanel.resx">
      <DependentUpon>ProtocolPanel.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="GPIcon.ico" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="CreateDatabase.sql">
    </EmbeddedResource>
    <EmbeddedResource Include="Forms\frmAddProtocol.resx">
      <DependentUpon>frmAddProtocol.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Forms\frmNewPhone.resx">
      <DependentUpon>frmNewPhone.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Forms\frmPhones.resx">
      <DependentUpon>frmPhones.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Forms\frmPlugin.resx">
      <DependentUpon>frmPlugin.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Forms\frmProtocols.resx">
      <DependentUpon>frmProtocols.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Forms\frmSplash.resx">
      <DependentUpon>frmSplash.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Forms\ReportBug.resx">
      <DependentUpon>ReportBug.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <Content Include="fbembed.dll">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="lib\fbembed.dll">
      <SubType>Designer</SubType>
    </Content>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>

⌨️ 快捷键说明

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