mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Enabled Greenshot.Addon.Office, this seems to be working (note: only tested an export to word)
This commit is contained in:
parent
e5d2f92d15
commit
a2773088c7
3 changed files with 2 additions and 9 deletions
|
@ -515,7 +515,7 @@ namespace Greenshot.Addon.OcrCommand
|
|||
#region Clean up
|
||||
|
||||
/// <summary>
|
||||
/// If <see cref="Dispose" /> is not called, we need to make
|
||||
/// If dispose() is not called, we need to make
|
||||
/// sure that the COM object is still cleaned up.
|
||||
/// </summary>
|
||||
~COMWrapper()
|
||||
|
|
|
@ -117,13 +117,13 @@
|
|||
<ProjectReference Include="..\Greenshot.Addon.LegacyEditor\Greenshot.Addon.LegacyEditor.csproj" />
|
||||
<ProjectReference Include="..\Greenshot.Addon.Lutim\Greenshot.Addon.Lutim.csproj" />
|
||||
<ProjectReference Include="..\Greenshot.Addon.OCR\Greenshot.Addon.OCR.csproj" />
|
||||
<ProjectReference Include="..\Greenshot.Addon.Office\Greenshot.Addon.Office.csproj" />
|
||||
<ProjectReference Include="..\Greenshot.Addon.OneDrive\Greenshot.Addon.OneDrive.csproj" />
|
||||
<ProjectReference Include="..\Greenshot.Addon.Photobucket\Greenshot.Addon.Photobucket.csproj" />
|
||||
<ProjectReference Include="..\Greenshot.Addon.Tfs\Greenshot.Addon.Tfs.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net471' ">
|
||||
<ProjectReference Include="..\Greenshot.Addon.Jira\Greenshot.Addon.Jira.csproj" />
|
||||
<ProjectReference Include="..\Greenshot.Addon.Office\Greenshot.Addon.Office.csproj" />
|
||||
<!--ProjectReference Include="..\Greenshot.Addon.Win10\Greenshot.Addon.Win10.csproj" /-->
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -6,12 +6,5 @@
|
|||
<add key="Dapplo.CaliburnMicro" value="https://ci.appveyor.com/nuget/dapplo-caliburnmicro-46kaa8k8ft4i" />
|
||||
<add key="Dapplo.HttpExtensions" value="https://ci.appveyor.com/nuget/dapplo-httpextensions-6qa60p3t5ixy" />
|
||||
<add key="Dapplo.Windows" value="https://ci.appveyor.com/nuget/dapplo-windows-pjnkjqjp7t6a" />
|
||||
<add key="myget.dotnetcore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
||||
<add key="dotnet-core-latest" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
||||
<add key="bdn-nightly" value="https://ci.appveyor.com/nuget/benchmarkdotnet" />
|
||||
</packageSources>
|
||||
<disabledPackageSources>
|
||||
<add key="myget.dotnetcore" value="true" />
|
||||
<add key="dotnet-core-latest" value="true" />
|
||||
</disabledPackageSources>
|
||||
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue