-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b49eba8
commit 22d8c3e
Showing
1 changed file
with
52 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,58 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<Version>0.1.0-preview1</Version> | ||
<AssemblyName>Senparc.Toutiao</AssemblyName> | ||
<RootNamespace>Senparc.Toutiao</RootNamespace> | ||
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild> | ||
<Description> | ||
<PropertyGroup> | ||
<OutputType>Library</OutputType> | ||
<Version>0.1.0-preview1</Version> | ||
<AssemblyName>Senparc.Toutiao</AssemblyName> | ||
<RootNamespace>Senparc.Toutiao</RootNamespace> | ||
<IsTestProject>false</IsTestProject> | ||
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild> | ||
<IsPackable>true</IsPackable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Company>Senparc</Company> | ||
<Product>TouTiao</Product> | ||
<Authors>Senparc</Authors> | ||
<Description> | ||
头条 SDK - Senparc.TouTiao SDK 基础模块 | ||
|
||
Senparc.TouTiao SDK 开源项目: | ||
https://github.com/Senparc/TouTiaoSDK | ||
</Description> | ||
<Copyright>Senparc Copyright © 2004~2020</Copyright> | ||
<PackageTags>头条,TouTiao,Senparc,盛派,SDK,C#,小程序,小游戏,Cache,Redis</PackageTags> | ||
<Authors>Senparc</Authors> | ||
<Owners>Senparc</Owners> | ||
<PackageLicenseUrl>https://github.com/Senparc/TouTiaoSDK/blob/master/license.md</PackageLicenseUrl> | ||
<ProjectUrl>https://github.com/Senparc/TouTiaoSDK</ProjectUrl> | ||
<Title>Senparc.Toutiao.dll</Title> | ||
<Summary>头条 SDK for C#</Summary> | ||
<PackageProjectUrl>https://github.com/Senparc/TouTiaoSDK</PackageProjectUrl> | ||
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/Senparc/TouTiaoSDK</RepositoryUrl> | ||
<PackageReleaseNotes> | ||
|
||
|
||
</PackageReleaseNotes> | ||
|
||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
<OutputPath>..\BuildOutPut</OutputPath> | ||
<DefineConstants>TRACE;RELEASE</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> | ||
<OutputPath>..\BuildOutPut</OutputPath> | ||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants> | ||
<DocumentationFile>..\BuildOutPut\Senparc.Toutiao.XML</DocumentationFile> | ||
<Optimize>true</Optimize> | ||
<DebugType>pdbonly</DebugType> | ||
<ErrorReport>prompt</ErrorReport> | ||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'"> | ||
<OutputPath>..\BuildOutPut\</OutputPath> | ||
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.Toutiao.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'"> | ||
<OutputPath>..\BuildOutPut\</OutputPath> | ||
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.Toutiao.xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Senparc.NeuChar" Version="1.2.108" /> | ||
</ItemGroup> | ||
|
||
|
||
</Project> | ||
<PackageId>Senparc.TouTiao</PackageId> | ||
<PackageTags>头条,TouTiao,Senparc,盛派,SDK,C#,小程序,小游戏,Cache,Redis</PackageTags> | ||
<PackageProjectUrl>https://github.com/Senparc/TouTiaoSDK</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Senparc/TouTiaoSDK</RepositoryUrl> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<Copyright>Senparc Copyright © 2004~2020</Copyright> | ||
<Owners>Senparc</Owners> | ||
<PackageLicenseUrl>https://github.com/Senparc/TouTiaoSDK/blob/master/license.md</PackageLicenseUrl> | ||
<ProjectUrl>https://github.com/Senparc/TouTiaoSDK</ProjectUrl> | ||
<Title>Senparc.Toutiao.dll</Title> | ||
<Summary>头条 SDK for C#</Summary> | ||
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
<OutputPath>..\BuildOutPut</OutputPath> | ||
<DefineConstants>TRACE;RELEASE</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> | ||
<OutputPath>..\BuildOutPut</OutputPath> | ||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants> | ||
<DocumentationFile>..\BuildOutPut\Senparc.Toutiao.XML</DocumentationFile> | ||
<Optimize>true</Optimize> | ||
<DebugType>pdbonly</DebugType> | ||
<ErrorReport>prompt</ErrorReport> | ||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'"> | ||
<OutputPath>..\BuildOutPut\</OutputPath> | ||
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.Toutiao.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'"> | ||
<OutputPath>..\BuildOutPut\</OutputPath> | ||
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.Toutiao.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Senparc.NeuChar" Version="2.3.1.1" /> | ||
</ItemGroup> | ||
</Project> |