123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>HPSocketCS</RootNamespace>
- <AssemblyName>HPSocketCS</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </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>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <CodeAnalysisLogFile>..\bin\Debug\HPSocketCS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
- <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
- <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <CodeAnalysisRuleSetDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
- <CodeAnalysisRuleDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>..\bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <CodeAnalysisLogFile>..\bin\Release\HPSocketCS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
- <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
- <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <CodeAnalysisRuleSetDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
- <CodeAnalysisRuleDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="ICSharpCode.SharpZipLib">
- <HintPath>lib\ICSharpCode.SharpZipLib.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\lyfzAliyunOssServer\packages\Newtonsoft.Json.10.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Extended\ClientInfo.cs" />
- <Compile Include="Extended\CommonLibrary.cs" />
- <Compile Include="Extended\CustomTraceListener.cs" />
- <Compile Include="Extended\DataSetSerializerDeserialize.cs" />
- <Compile Include="Extended\HP_SQLHelper.cs" />
- <Compile Include="Extended\NetFileInfo.cs" />
- <Compile Include="Extended\ReceiveCacheBuffer.cs" />
- <Compile Include="Extended\ReceiveData.cs" />
- <Compile Include="Extended\RequestData.cs" />
- <Compile Include="Extended\RequestParameters.cs" />
- <Compile Include="Extended\ReturnData.cs" />
- <Compile Include="Extended\ReturnResultObject.cs" />
- <Compile Include="Extended\SerializerDataProcessed.cs" />
- <Compile Include="Extended\SerSqlCommandItme.cs" />
- <Compile Include="Extended\SerSqlParameter.cs" />
- <Compile Include="Extended\SQLHelperRequestData.cs" />
- <Compile Include="Extended\SQLHelperReturnData.cs" />
- <Compile Include="Extended\SystemFileLogs.cs" />
- <Compile Include="Extended\TcpHeadInfo.cs" />
- <Compile Include="Extended\TcpTailInfo.cs" />
- <Compile Include="Sdk.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Sdk_x64.cs" />
- <Compile Include="Sdk_x86.cs" />
- <Compile Include="SSLClient.cs" />
- <Compile Include="SSLSdk.cs" />
- <Compile Include="SSLServer.cs" />
- <Compile Include="SSLAgent.cs" />
- <Compile Include="TcpAgent.cs" />
- <Compile Include="SSLPackServer.cs" />
- <Compile Include="SSLPackClient.cs" />
- <Compile Include="SSLPackAgent.cs" />
- <Compile Include="TcpPackServer.cs" />
- <Compile Include="SSLPullAgent.cs" />
- <Compile Include="TcpPullAgent.cs" />
- <Compile Include="TcpClient.cs" />
- <Compile Include="SSLPullClient.cs" />
- <Compile Include="TcpPullClient.cs" />
- <Compile Include="SSLPullServer.cs" />
- <Compile Include="TcpServer.cs" />
- <Compile Include="TcpPullServer.cs" />
- <Compile Include="TcpPackAgent.cs" />
- <Compile Include="TcpPackClient.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\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>
|