mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Fix for one build issue, commenting out a test which needed the dropbox addon.
This commit is contained in:
parent
7a817d7a53
commit
867aff0c6c
2 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
|
||||
<Reference Include="Windows">
|
||||
<HintPath>C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath>
|
||||
<IsWinMDFile>true</IsWinMDFile>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -22,6 +23,7 @@
|
|||
<!-- Light up Windows 10 features -->
|
||||
<Reference Include="Windows">
|
||||
<HintPath>C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath>
|
||||
<IsWinMDFile>true</IsWinMDFile>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.VisualBasic" />
|
||||
<Reference Include="PresentationCore" />
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
#endregion
|
||||
|
||||
/*
|
||||
* This only works when Greenshot.Addon.Dropbox can be loaded
|
||||
using Dapplo.Config.Ini.Converters;
|
||||
using Greenshot.Addon.Dropbox.Configuration.Impl;
|
||||
using Xunit;
|
||||
|
@ -42,3 +44,4 @@ namespace Greenshot.Tests
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue