mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-14 04:17:41 +02:00
08fe746dac
* (Add) Thumbnail image can now saved to clipboard * (Add) Setting to allow choose default file extension at load file dialog * (Add) Double click middle mouse to zoom to fit to image * (Add) Move mutator to move print volume around the plate * (Add) Pattern tool * (Change) Setting window now have tabs to compact the window height * (Fix) Progress for mutators always show layer count instead of selected range
381 lines
18 KiB
XML
381 lines
18 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>UVtools.GUI</RootNamespace>
|
|
<AssemblyName>UVtools</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>UVtools.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>UVtools.GUI.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ApplicationManagement">
|
|
<HintPath>Libraries\ApplicationManagement.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Cyotek.Windows.Forms.ImageBox, Version=1.2.0.0, Culture=neutral, PublicKeyToken=58daa28b0b2de221, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\CyotekImageBox.1.3.0-Alpha1\lib\net20\Cyotek.Windows.Forms.ImageBox.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Emgu.CV.Platform.NetFramework, Version=4.3.0.3890, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Emgu.CV.4.3.0.3890\lib\net461\Emgu.CV.Platform.NetFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Emgu.CV.Platform.NetStandard, Version=4.3.0.3890, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Emgu.CV.4.3.0.3890\lib\net461\Emgu.CV.Platform.NetStandard.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reflection.TypeExtensions, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Reflection.TypeExtensions.4.7.0\lib\net461\System.Reflection.TypeExtensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0-preview.6.20305.6\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Extensions, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.Extensions.4.3.1\lib\net462\System.Runtime.Extensions.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.InteropServices" />
|
|
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
|
|
<Reference Include="System.Threading.Thread" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Controls\SplitButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmInstallPEProfiles.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmInstallPEProfiles.Designer.cs">
|
|
<DependentUpon>FrmInstallPEProfiles.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmToolPattern.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmToolPattern.Designer.cs">
|
|
<DependentUpon>FrmToolPattern.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutationOneNumericalInput.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutationOneNumericalInput.Designer.cs">
|
|
<DependentUpon>FrmMutationOneNumericalInput.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutationOneComoboBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutationOneComoboBox.Designer.cs">
|
|
<DependentUpon>FrmMutationOneComoboBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutationMove.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutationMove.Designer.cs">
|
|
<DependentUpon>FrmMutationMove.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutationResize.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutationResize.Designer.cs">
|
|
<DependentUpon>FrmMutationResize.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmRepairLayers.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmRepairLayers.Designer.cs">
|
|
<DependentUpon>FrmRepairLayers.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutation.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmMutation.Designer.cs">
|
|
<DependentUpon>FrmMutation.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmInputBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmInputBox.Designer.cs">
|
|
<DependentUpon>FrmInputBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmAbout.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmAbout.Designer.cs">
|
|
<DependentUpon>FrmAbout.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmLoading.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmLoading.Designer.cs">
|
|
<DependentUpon>FrmLoading.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmSettings.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FrmSettings.Designer.cs">
|
|
<DependentUpon>FrmSettings.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FrmMain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmMain.Designer.cs">
|
|
<DependentUpon>FrmMain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\PEProfileFolder.cs" />
|
|
<Compile Include="Mutation.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="Forms\FrmAbout.resx">
|
|
<DependentUpon>FrmAbout.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmInstallPEProfiles.resx">
|
|
<DependentUpon>FrmInstallPEProfiles.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmToolPattern.resx">
|
|
<DependentUpon>FrmToolPattern.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmMutationOneNumericalInput.resx">
|
|
<DependentUpon>FrmMutationOneNumericalInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmMutationOneComoboBox.resx">
|
|
<DependentUpon>FrmMutationOneComoboBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmMutationMove.resx">
|
|
<DependentUpon>FrmMutationMove.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmMutationResize.resx">
|
|
<DependentUpon>FrmMutationResize.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmRepairLayers.resx">
|
|
<DependentUpon>FrmRepairLayers.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmMutation.resx">
|
|
<DependentUpon>FrmMutation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmInputBox.resx">
|
|
<DependentUpon>FrmInputBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmLoading.resx">
|
|
<DependentUpon>FrmLoading.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FrmSettings.resx">
|
|
<DependentUpon>FrmSettings.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FrmMain.resx">
|
|
<DependentUpon>FrmMain.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="..\CHANGELOG.md">
|
|
<Link>CHANGELOG.md</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\CREDITS.md">
|
|
<Link>CREDITS.md</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\LICENSE">
|
|
<Link>LICENSE</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\README.md">
|
|
<Link>README.md</Link>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Images\checkbox-marked-16x16.png" />
|
|
<None Include="Images\checkbox-unmarked-16x16.png" />
|
|
<None Include="Images\file-image-16x16.png" />
|
|
<None Include="Images\clipboard-16x16.png" />
|
|
<None Include="Images\settings-16x16.png" />
|
|
<None Include="Images\pattern-16x16.png" />
|
|
<None Include="Images\resize-16x16.png" />
|
|
<Content Include="UVtools.ico" />
|
|
<None Include="UVtools.png" />
|
|
<None Include="Images\Exit-16x16.png" />
|
|
<None Include="Images\Open-16x16.png" />
|
|
<None Include="Images\Extract-object-16x16.png" />
|
|
<None Include="Images\Button-Info-16x16.png" />
|
|
<None Include="Images\Donate-16x16.png" />
|
|
<None Include="Images\Global-Network-icon-16x16.png" />
|
|
<None Include="Images\Convert-16x16.png" />
|
|
<None Include="Images\layers-16x16.png" />
|
|
<None Include="Images\Rotate-16x16.png" />
|
|
<None Include="Images\Back-16x16.png" />
|
|
<None Include="Images\Next-16x16.png" />
|
|
<None Include="Images\Save-16x16.png" />
|
|
<None Include="Images\File-Close-16x16.png" />
|
|
<None Include="Images\Error-128x128.png" />
|
|
<None Include="Images\Wrench-16x16.png" />
|
|
<None Include="Images\File-Refresh-16x16.png" />
|
|
<None Include="Images\Cancel-32x32.png" />
|
|
<None Include="Images\Cancel-24x24.png" />
|
|
<None Include="Images\Ok-24x24.png" />
|
|
<None Include="Images\SaveAs-16x16.png" />
|
|
<None Include="Images\search-16x16.png" />
|
|
<None Include="Images\pixel-16x16.png" />
|
|
<None Include="Images\Geometry-16x16.png" />
|
|
<None Include="Images\CNCMachine-16x16.png" />
|
|
<None Include="Images\gui\mutation_blackhat.png" />
|
|
<None Include="Images\gui\mutation_closing.png" />
|
|
<None Include="Images\gui\mutation_dilation.png" />
|
|
<None Include="Images\gui\mutation_erosion.png" />
|
|
<None Include="Images\gui\mutation_gradient.png" />
|
|
<None Include="Images\gui\mutation_opening.png" />
|
|
<None Include="Images\gui\mutation_tophat.png" />
|
|
<None Include="Images\eye-16x16.png" />
|
|
<None Include="Images\filter-filled-16x16.png" />
|
|
<None Include="Images\eye-24x24.png" />
|
|
<None Include="Images\refresh-16x16.png" />
|
|
<None Include="Images\pointer-16x16.png" />
|
|
<None Include="Images\delete-16x16.png" />
|
|
<None Include="Images\island-16x16.png" />
|
|
<None Include="Images\plus.ico" />
|
|
<None Include="Images\arrow-up.ico" />
|
|
<None Include="Images\arrow-down.ico" />
|
|
<None Include="Images\arrow-up-16x16.png" />
|
|
<None Include="Images\arrow-down-16x16.png" />
|
|
<None Include="Images\arrow-down-double-16x16.png" />
|
|
<None Include="Images\arrow-end-16x16.png" />
|
|
<None Include="Images\arrow-top-16x16.png" />
|
|
<None Include="Images\warning-16x16.png" />
|
|
<None Include="Images\gui\mutation_solidify.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\UVtools.Core\UVtools.Core.csproj">
|
|
<Project>{7c9927f8-132e-4a37-b894-440e0fd5aa3d}</Project>
|
|
<Name>UVtools.Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Extensions\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>xcopy /i /y /d /s $(ProjectDir)..\PrusaSlicer $(ProjectDir)$(OutDir)\PrusaSlicer
|
|
xcopy /d /y $(ProjectDir)..\UVtools.Cmd\$(OutDir)netcoreapp3.1\* $(ProjectDir)$(OutDir)</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\Emgu.CV.runtime.windows.4.3.0.3890\build\Emgu.CV.runtime.windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Emgu.CV.runtime.windows.4.3.0.3890\build\Emgu.CV.runtime.windows.targets'))" />
|
|
</Target>
|
|
<Import Project="..\packages\Emgu.CV.runtime.windows.4.3.0.3890\build\Emgu.CV.runtime.windows.targets" Condition="Exists('..\packages\Emgu.CV.runtime.windows.4.3.0.3890\build\Emgu.CV.runtime.windows.targets')" />
|
|
</Project> |