📄 chatserviceserver.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>{9BC33B40-DE78-465E-8B33-1736E8E43C83}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ChatServiceServer</RootNamespace>
<AssemblyName>ChatServiceServer</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" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Data" />
<Reference Include="System.Management" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ChatServiceServer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ChatServiceServer.Designer.cs">
<DependentUpon>ChatServiceServer.cs</DependentUpon>
</Compile>
<Compile Include="ChatServiceServerInstaller.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ChatServiceServerInstaller.Designer.cs">
<DependentUpon>ChatServiceServerInstaller.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Source\ALAZ.SystemEx.NetEx\ALAZ.SystemEx.NetEx.csproj">
<Project>{25162422-3B32-4FB3-8A99-6BCFBE30D9AE}</Project>
<Name>ALAZ.SystemEx.NetEx</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Source\ALAZ.SystemEx\ALAZ.SystemEx.csproj">
<Project>{FA1EF4FC-2FC7-4B29-9EAB-2872593C89E2}</Project>
<Name>ALAZ.SystemEx</Name>
</ProjectReference>
<ProjectReference Include="..\ChatCryptService\ChatCryptService.csproj">
<Project>{980671E8-C957-4054-AE45-B6C70CB16AB8}</Project>
<Name>ChatCryptService</Name>
</ProjectReference>
<ProjectReference Include="..\ChatSocketService\ChatSocketService.csproj">
<Project>{3C7587F0-0C9B-4596-B706-DBBFFDBB6208}</Project>
<Name>ChatSocketService</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</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 + -