You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<PackageId>lr.wechat</PackageId>
|
|
<Authors></Authors>
|
|
<Company></Company>
|
|
<Description></Description>
|
|
<Product></Product>
|
|
<Copyright></Copyright>
|
|
<PackageReleaseNotes></PackageReleaseNotes>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<!--<DocumentationFile>C:\work\learun-adms-core\learun.framework.core\learun.core\learun.wechat\learun.wechat.xml</DocumentationFile>-->
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Class1.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Comm\" />
|
|
<Folder Include="Model\" />
|
|
<Folder Include="Model\Attribute\" />
|
|
<Folder Include="Model\Open\" />
|
|
<Folder Include="Model\Request\" />
|
|
<Folder Include="Model\Request\SendMessage\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\learun.util\learun.util.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\applogo.png">
|
|
<Pack>True</Pack>
|
|
<PackagePath></PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project>
|
|
|