Files
lserp_cs_6.0/插件库/Lskj.Push/Lskj.Push.csproj
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

128 lines
5.6 KiB
XML

<?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)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D77C7B9E-3694-400D-BEE7-AFC99E63E55B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lskj.Push</RootNamespace>
<AssemblyName>Lskj.Push</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\Debug\AllMethodXml\Lskj.Push.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\引用DLL\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Common\APIRequestException.cs" />
<Compile Include="Common\AudienceConverter.cs" />
<Compile Include="Common\BaseHttpClient.cs" />
<Compile Include="Common\BaseResult.cs" />
<Compile Include="Common\DeviceType.cs" />
<Compile Include="Common\PlatformConverter.cs" />
<Compile Include="Common\ResponseWrapper.cs" />
<Compile Include="Common\resp\APIConnectionException.cs" />
<Compile Include="Common\resp\BooleanResult.cs" />
<Compile Include="Common\resp\DefaultResult.cs" />
<Compile Include="Common\ServiceHelper.cs" />
<Compile Include="Common\TimeUnit.cs" />
<Compile Include="Device\AliasDeviceListResult.cs" />
<Compile Include="Device\DeviceClient.cs" />
<Compile Include="Device\TagAliasResult.cs" />
<Compile Include="Device\TagListResult.cs" />
<Compile Include="JPushApi.cs" />
<Compile Include="JPushClient.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Push\Audience\AudienceTarget.cs" />
<Compile Include="Push\Audience\AudienceType.cs" />
<Compile Include="Push\MessageResult.cs" />
<Compile Include="Push\Mode\Audience.cs" />
<Compile Include="Push\Mode\Message.cs" />
<Compile Include="Push\Mode\Notification.cs" />
<Compile Include="Push\Mode\Options.cs" />
<Compile Include="Push\Mode\Platform.cs" />
<Compile Include="Push\Mode\PushPayload.cs" />
<Compile Include="Push\Mode\PushUser.cs" />
<Compile Include="Push\Notification\AndroidNotification.cs" />
<Compile Include="Push\Notification\IosNotification.cs" />
<Compile Include="Push\Notification\PlatformNotification.cs" />
<Compile Include="Push\Notification\WinphoneNotification.cs" />
<Compile Include="Push\PushClient.cs" />
<Compile Include="Report\MessagesResult.cs" />
<Compile Include="Report\ReceivedResult.cs" />
<Compile Include="Report\ReportClient.cs" />
<Compile Include="Report\UsersResult.cs" />
<Compile Include="Util\Base64.cs" />
<Compile Include="Util\JsonTool.cs" />
<Compile Include="Util\Md5.cs" />
<Compile Include="Util\Preconditions.cs" />
<Compile Include="Util\StringUtil.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.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>