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.

30 lines
831 B

3 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>lr.workflow</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.workflow\learun.workflow.xml</DocumentationFile>-->
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\learun.core\learun.util\learun.util.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\applogo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>