alaz.systemex.netex.csproj
来自「ActiveSync数据同步」· CSPROJ 代码 · 共 76 行
CSPROJ
76 行
<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>{25162422-3B32-4FB3-8A99-6BCFBE30D9AE}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ALAZ.SystemEx.NetEx</RootNamespace>
<AssemblyName>ALAZ.SystemEx.NetEx</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ALAZLibSN.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>
</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.Web" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SocketsEx\AuthenticateCallbackData.cs" />
<Compile Include="SocketsEx\BaseSocketConnection.cs" />
<Compile Include="SocketsEx\BaseSocketConnectionCreator.cs" />
<Compile Include="SocketsEx\BaseSocketConnectionHost.cs" />
<Compile Include="SocketsEx\CallbackData.cs" />
<Compile Include="SocketsEx\ClientSocketConnection.cs" />
<Compile Include="SocketsEx\ConnectionEventArgs.cs" />
<Compile Include="SocketsEx\CryptUtils.cs" />
<Compile Include="SocketsEx\ExceptionEventArgs.cs" />
<Compile Include="SocketsEx\MessageBuffer.cs" />
<Compile Include="SocketsEx\MessageEventArgs.cs" />
<Compile Include="SocketsEx\ProxyInfo.cs" />
<Compile Include="SocketsEx\ServerSocketConnection.cs" />
<Compile Include="SocketsEx\SocketClient.cs" />
<Compile Include="SocketsEx\SocketClientSync.cs" />
<Compile Include="SocketsEx\SocketConnector.cs" />
<Compile Include="SocketsEx\SocketListener.cs" />
<Compile Include="SocketsEx\SocketServer.cs" />
<Compile Include="SocketsEx\SocketsExTypes.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ALAZLibSN.snk" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ALAZ.SystemEx\ALAZ.SystemEx.csproj">
<Project>{FA1EF4FC-2FC7-4B29-9EAB-2872593C89E2}</Project>
<Name>ALAZ.SystemEx</Name>
</ProjectReference>
</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 + =
减小字号Ctrl + -
显示快捷键?