|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="packages\Ultz.Native.SDL.2.0.14.1\build\net461\Ultz.Native.SDL.props" Condition="Exists('packages\Ultz.Native.SDL.2.0.14.1\build\net461\Ultz.Native.SDL.props')" /> |
| 4 | + <Import Project="packages\Ultz.Native.GLFW.3.3.3.1\build\net461\Ultz.Native.GLFW.props" Condition="Exists('packages\Ultz.Native.GLFW.3.3.3.1\build\net461\Ultz.Native.GLFW.props')" /> |
3 | 5 | <Import Project="packages\Microsoft.CodeAnalysis.Analyzers.3.3.3\build\Microsoft.CodeAnalysis.Analyzers.props" Condition="Exists('packages\Microsoft.CodeAnalysis.Analyzers.3.3.3\build\Microsoft.CodeAnalysis.Analyzers.props')" />
|
4 | 6 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 | 7 | <PropertyGroup>
|
|
10 | 12 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 | 13 | <RootNamespace>Bio</RootNamespace>
|
12 | 14 | <AssemblyName>Bio</AssemblyName>
|
13 |
| - <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
| 15 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
14 | 16 | <FileAlignment>512</FileAlignment>
|
15 | 17 | <Deterministic>true</Deterministic>
|
16 | 18 | <TargetFrameworkProfile />
|
|
106 | 108 | <Reference Include="CSScriptLib, Version=4.4.6.0, Culture=neutral, processorArchitecture=MSIL">
|
107 | 109 | <HintPath>packages\CS-Script.4.4.6\lib\netstandard2.0\CSScriptLib.dll</HintPath>
|
108 | 110 | </Reference>
|
109 |
| - <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> |
110 |
| - <HintPath>C:\Users\Erikr\source\repos\Imager\Imager\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath> |
111 |
| - </Reference> |
112 | 111 | <Reference Include="ICSharpCode.SharpZipLib, Version=1.4.1.12, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
113 | 112 | <HintPath>packages\SharpZipLib.1.4.1\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll</HintPath>
|
114 | 113 | </Reference>
|
|
132 | 131 | <HintPath>packages\Microsoft.Extensions.DependencyModel.7.0.0\lib\net462\Microsoft.Extensions.DependencyModel.dll</HintPath>
|
133 | 132 | <Private>True</Private>
|
134 | 133 | </Reference>
|
| 134 | + <Reference Include="OpenTK.Input, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 135 | + <HintPath>packages\OpenTK.Input.4.7.5\lib\netstandard2.0\OpenTK.Input.dll</HintPath> |
| 136 | + </Reference> |
135 | 137 | <Reference Include="SharpDX, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
136 | 138 | <HintPath>packages\SharpDX.4.2.0\lib\net45\SharpDX.dll</HintPath>
|
137 | 139 | </Reference>
|
|
159 | 161 | <Private>True</Private>
|
160 | 162 | </Reference>
|
161 | 163 | <Reference Include="System.Configuration" />
|
162 |
| - <Reference Include="System.Core" /> |
163 | 164 | <Reference Include="System.DirectoryServices" />
|
164 | 165 | <Reference Include="System.Drawing" />
|
165 | 166 | <Reference Include="System.Drawing.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
175 | 176 | <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
176 | 177 | <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
177 | 178 | </Reference>
|
| 179 | + <Reference Include="System.Reactive, Version=5.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL"> |
| 180 | + <HintPath>packages\System.Reactive.5.0.0\lib\net472\System.Reactive.dll</HintPath> |
| 181 | + </Reference> |
178 | 182 | <Reference Include="System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
179 | 183 | <HintPath>packages\System.Reflection.Metadata.7.0.0\lib\net462\System.Reflection.Metadata.dll</HintPath>
|
180 | 184 | <Private>True</Private>
|
|
217 | 221 | </Reference>
|
218 | 222 | <Reference Include="System.Xml.Serialization" />
|
219 | 223 | <Reference Include="WindowsBase" />
|
220 |
| - <Reference Include="WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad, processorArchitecture=MSIL"> |
221 |
| - <HintPath>C:\Users\Erikr\source\repos\Imager\Imager\packages\InputSimulator.1.0.4.0\lib\net20\WindowsInput.dll</HintPath> |
222 |
| - </Reference> |
223 | 224 | <Reference Include="IKVM.Runtime">
|
224 | 225 | <HintPath>packages\IKVM.8.4.4-prerelease0001\lib\net461\IKVM.Runtime.dll</HintPath>
|
225 | 226 | </Reference>
|
|
229 | 230 | <Reference Include="IKVM.AWT.WinForms">
|
230 | 231 | <HintPath>packages\IKVM.8.1.5717.0\lib\IKVM.AWT.WinForms.dll</HintPath>
|
231 | 232 | </Reference>
|
232 |
| - <Reference Include="WindowsInput"> |
233 |
| - <HintPath>packages\InputSimulator.1.0.4.0\lib\net20\WindowsInput.dll</HintPath> |
234 |
| - </Reference> |
235 |
| - <Reference Include="freelib-utils"> |
236 |
| - <HintPath>freelib-utils.dll</HintPath> |
237 |
| - </Reference> |
238 | 233 | <Reference Include="IKVM.Java">
|
239 | 234 | <HintPath>packages\IKVM.8.4.4-prerelease0001\lib\net461\IKVM.Java.dll</HintPath>
|
240 | 235 | </Reference>
|
|
253 | 248 | <Reference Include="bioformats_package">
|
254 | 249 | <HintPath>bioformats_package.dll</HintPath>
|
255 | 250 | </Reference>
|
| 251 | + <Reference Include="System.Core"> |
| 252 | + <HintPath>packages\System.Core.3.5.21022.801\lib\net20\System.Core.dll</HintPath> |
| 253 | + </Reference> |
| 254 | + <Reference Include="Microsoft.Bcl.HashCode"> |
| 255 | + <HintPath>packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath> |
| 256 | + </Reference> |
| 257 | + <Reference Include="mscorlib" /> |
| 258 | + <Reference Include="Microsoft.DotNet.PlatformAbstractions"> |
| 259 | + <HintPath>packages\Microsoft.DotNet.PlatformAbstractions.3.1.6\lib\net45\Microsoft.DotNet.PlatformAbstractions.dll</HintPath> |
| 260 | + </Reference> |
| 261 | + <Reference Include="Ultz.Bcl.Half"> |
| 262 | + <HintPath>packages\Ultz.Bcl.Half.Fallback.1.0.0\lib\netstandard2.0\Ultz.Bcl.Half.dll</HintPath> |
| 263 | + </Reference> |
256 | 264 | </ItemGroup>
|
257 | 265 | <ItemGroup>
|
258 | 266 | <Compile Include="Graphics\AbstractFloodFiller.cs" />
|
|
463 | 471 | <DependentUpon>Tools.cs</DependentUpon>
|
464 | 472 | </Compile>
|
465 | 473 | <Compile Include="Source\Units.cs" />
|
466 |
| - <Compile Include="Source\Win32.cs" /> |
467 | 474 | <Compile Include="Source\XMLView.cs">
|
468 | 475 | <SubType>Form</SubType>
|
469 | 476 | </Compile>
|
|
581 | 588 | </ItemGroup>
|
582 | 589 | <ItemGroup>
|
583 | 590 | <Content Include="Bio.ico" />
|
584 |
| - <Content Include="freelib-utils.dll"> |
585 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
586 |
| - <IncludeInPackage>true</IncludeInPackage> |
587 |
| - </Content> |
588 | 591 | </ItemGroup>
|
589 | 592 | <ItemGroup>
|
590 | 593 | <None Include=".editorconfig" />
|
|
613 | 616 | <Analyzer Include="packages\Microsoft.CodeAnalysis.Analyzers.3.3.3\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
|
614 | 617 | </ItemGroup>
|
615 | 618 | <ItemGroup>
|
616 |
| - <ProjectReference Include="..\AForgeNET\AForgeNET\AForgeBio.csproj"> |
617 |
| - <Project>{CB32276C-4D3D-4DB7-80F8-E4002D7298F8}</Project> |
| 619 | + <ProjectReference Include="..\AForgeBio\AForgeBio\AForgeBio.csproj"> |
| 620 | + <Project>{cb32276c-4d3d-4db7-80f8-e4002d7298f8}</Project> |
618 | 621 | <Name>AForgeBio</Name>
|
619 | 622 | </ProjectReference>
|
620 | 623 | </ItemGroup>
|
|
627 | 630 | <Error Condition="!Exists('packages\Microsoft.CodeAnalysis.Analyzers.3.3.3\build\Microsoft.CodeAnalysis.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.CodeAnalysis.Analyzers.3.3.3\build\Microsoft.CodeAnalysis.Analyzers.targets'))" />
|
628 | 631 | <Error Condition="!Exists('packages\SkiaSharp.NativeAssets.macOS.2.88.3\build\net462\SkiaSharp.NativeAssets.macOS.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.NativeAssets.macOS.2.88.3\build\net462\SkiaSharp.NativeAssets.macOS.targets'))" />
|
629 | 632 | <Error Condition="!Exists('packages\SkiaSharp.NativeAssets.Win32.2.88.3\build\net462\SkiaSharp.NativeAssets.Win32.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.NativeAssets.Win32.2.88.3\build\net462\SkiaSharp.NativeAssets.Win32.targets'))" />
|
| 633 | + <Error Condition="!Exists('packages\Ultz.Native.GLFW.3.3.3.1\build\net461\Ultz.Native.GLFW.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Ultz.Native.GLFW.3.3.3.1\build\net461\Ultz.Native.GLFW.props'))" /> |
| 634 | + <Error Condition="!Exists('packages\Ultz.Native.SDL.2.0.14.1\build\net461\Ultz.Native.SDL.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Ultz.Native.SDL.2.0.14.1\build\net461\Ultz.Native.SDL.props'))" /> |
630 | 635 | </Target>
|
631 | 636 | <Import Project="packages\Microsoft.CodeAnalysis.Analyzers.3.3.3\build\Microsoft.CodeAnalysis.Analyzers.targets" Condition="Exists('packages\Microsoft.CodeAnalysis.Analyzers.3.3.3\build\Microsoft.CodeAnalysis.Analyzers.targets')" />
|
632 | 637 | <Import Project="packages\SkiaSharp.NativeAssets.macOS.2.88.3\build\net462\SkiaSharp.NativeAssets.macOS.targets" Condition="Exists('packages\SkiaSharp.NativeAssets.macOS.2.88.3\build\net462\SkiaSharp.NativeAssets.macOS.targets')" />
|
|
0 commit comments