mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Made the Win10 share work, at least somewhat.
This commit is contained in:
parent
4da8f223da
commit
5779d2ac2b
7 changed files with 365 additions and 4 deletions
|
@ -12,6 +12,7 @@
|
|||
<AssemblyName>GreenshotWin10Plugin</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -35,6 +36,8 @@
|
|||
<Reference Include="PresentationFramework" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
|
@ -43,16 +46,19 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="MemoryRandomAccessStream.cs" />
|
||||
<Compile Include="Native\DataTransferManagerHelper.cs" />
|
||||
<Compile Include="Native\IDataTransferManagerInterOp.cs" />
|
||||
<Compile Include="Win10ShareDestination.cs" />
|
||||
<Compile Include="Win10OcrDestination.cs" />
|
||||
<Compile Include="Win10Plugin.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="log4net">
|
||||
<Reference Include="log4net">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Greenshot\lib\log4net.dll</HintPath>
|
||||
</Reference>
|
||||
|
||||
<Reference Include="WindowsBase" />
|
||||
<!-- Light up Windows 10 features -->
|
||||
<Reference Include="System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue