mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-09 07:13:02 -08:00
18 lines
620 B
XML
18 lines
620 B
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>GreenshotJiraPlugin</RootNamespace>
|
|
<AssemblyName>GreenshotJiraPlugin</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="Languages\language*.xml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj" />
|
|
<PackageReference Include="Dapplo.Jira" version="1.1.38" />
|
|
<PackageReference Include="Dapplo.Jira.SvgWinForms" Version="1.1.38" />
|
|
</ItemGroup>
|
|
</Project> |