mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-09 07:13:02 -08:00
1751880581
Fixed an issue that some destinations were not visible as they were exported wrong.
18 lines
502 B
XML
18 lines
502 B
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>GreenshotPhotobucketPlugin</RootNamespace>
|
|
<AssemblyName>GreenshotPhotobucketPlugin</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="Languages\language*.xml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|