2021-02-09 16:07:57 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2024-09-25 14:08:26 +02:00
<Import Project= "packages\ILRepack.MSBuild.Task.2.0.13\build\ILRepack.MSBuild.Task.props" Condition= "Exists('packages\ILRepack.MSBuild.Task.2.0.13\build\ILRepack.MSBuild.Task.props')" />
<Import Project= "packages\ILRepack.2.0.34\build\ILRepack.props" Condition= "Exists('packages\ILRepack.2.0.34\build\ILRepack.props')" />
2021-02-09 16:07:57 +01:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
2024-09-28 21:33:36 +02:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<DefineConstants > WINDOWS_APP</DefineConstants>
</PropertyGroup>
2020-11-23 16:51:05 +01:00
<PropertyGroup >
2021-02-09 16:07:57 +01:00
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {389E42DD-A163-49D7-9E0A-AE41090A07B3}</ProjectGuid>
2024-09-28 21:33:36 +02:00
<OutputType > Exe</OutputType>
2021-02-09 16:07:57 +01:00
<RootNamespace > Flowframes</RootNamespace>
<AssemblyName > Flowframes</AssemblyName>
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
<IsWebBootstrapper > false</IsWebBootstrapper>
<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>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > x64</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</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>
</PropertyGroup>
<PropertyGroup >
2021-04-25 21:57:30 +02:00
<ApplicationIcon > FlowframesLogo2021.ico</ApplicationIcon>
2020-11-23 16:51:05 +01:00
</PropertyGroup>
2021-02-09 16:07:57 +01:00
<PropertyGroup >
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\x64\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<PlatformTarget > x64</PlatformTarget>
<LangVersion > 7.3</LangVersion>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2024-09-28 21:33:36 +02:00
<Prefer32Bit > false</Prefer32Bit>
2021-02-09 16:07:57 +01:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
2024-09-28 21:33:36 +02:00
<OutputPath > bin\RelGui</OutputPath>
<OutputType > WinExe</OutputType>
2021-12-06 22:46:39 +01:00
<DefineConstants > DEBUG;TRACE</DefineConstants>
<Optimize > false</Optimize>
2021-02-09 16:07:57 +01:00
<DebugType > pdbonly</DebugType>
<PlatformTarget > x64</PlatformTarget>
<LangVersion > 7.3</LangVersion>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2024-09-28 21:33:36 +02:00
<Prefer32Bit > false</Prefer32Bit>
<DebugSymbols > false</DebugSymbols>
<GenerateSerializationAssemblies > Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'ConsoleRelease|x64'" >
<OutputPath > bin\RelCmd</OutputPath>
<OutputType > Exe</OutputType>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<Optimize > false</Optimize>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x64</PlatformTarget>
<LangVersion > 7.3</LangVersion>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > false</Prefer32Bit>
<DebugSymbols > false</DebugSymbols>
2021-03-24 21:16:49 +01:00
<GenerateSerializationAssemblies > Off</GenerateSerializationAssemblies>
2021-02-09 16:07:57 +01:00
</PropertyGroup>
2020-11-23 16:51:05 +01:00
<ItemGroup >
2021-05-04 00:20:31 +02:00
<Reference Include= "AdamsLair.WinForms, Version=1.1.18.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\AdamsLair.WinForms.1.1.18\lib\net45\AdamsLair.WinForms.dll</HintPath>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "CircularProgressBar, Version=2.8.0.16, Culture=neutral, PublicKeyToken=310fd07b25df79b3, processorArchitecture=MSIL" >
<HintPath > packages\CircularProgressBar.2.8.0.16\lib\net40\CircularProgressBar.dll</HintPath>
</Reference>
<Reference Include= "Crc32.NET, Version=1.0.0.0, Culture=neutral, PublicKeyToken=dc0b95cf99bf4e99, processorArchitecture=MSIL" >
<HintPath > packages\Crc32.NET.1.2.0\lib\net20\Crc32.NET.dll</HintPath>
</Reference>
<Reference Include= "CustomMarshalers" />
<Reference Include= "Cyotek.Windows.Forms.TabList, Version=2.0.0.0, Culture=neutral, PublicKeyToken=58daa28b0b2de221, processorArchitecture=MSIL" >
2024-08-26 10:44:28 +02:00
<HintPath > packages\CyotekTabList.2.2.0\lib\net35\Cyotek.Windows.Forms.TabList.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
<Reference Include= "DiskDetector, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\diskdetector-net.0.3.2\lib\netstandard2.0\DiskDetector.dll</HintPath>
</Reference>
<Reference Include= "HTAlt WinForms, Version=0.1.6.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\HTAlt.WinForms.0.1.6\lib\net461\HTAlt WinForms.dll</HintPath>
</Reference>
2021-03-24 17:29:40 +01:00
<Reference Include= "HTAlt.Standart, Version=0.1.6.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\HTAlt.Standart.0.1.6\lib\netstandard2.0\HTAlt.Standart.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
2024-09-25 14:08:26 +02:00
<Reference Include= "Magick.NET-Q8-x64, Version=13.10.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64" >
<HintPath > packages\Magick.NET-Q8-x64.13.10.0\lib\netstandard20\Magick.NET-Q8-x64.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
2024-08-26 10:44:28 +02:00
<Reference Include= "Magick.NET.Core, Version=13.10.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL" >
<HintPath > packages\Magick.NET.Core.13.10.0\lib\netstandard20\Magick.NET.Core.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
2024-09-25 14:08:26 +02:00
<Reference Include= "Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\Microsoft.Build.Framework.15.9.20\lib\net46\Microsoft.Build.Framework.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\Microsoft.Build.Utilities.Core.15.9.20\lib\net46\Microsoft.Build.Utilities.Core.dll</HintPath>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "Microsoft.VisualBasic" />
2024-09-25 14:08:26 +02:00
<Reference Include= "Microsoft.VisualStudio.Setup.Configuration.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\Microsoft.VisualStudio.Setup.Configuration.Interop.1.16.30\lib\net35\Microsoft.VisualStudio.Setup.Configuration.Interop.dll</HintPath>
<EmbedInteropTypes > True</EmbedInteropTypes>
</Reference>
2021-03-21 15:32:34 +01:00
<Reference Include= "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
2024-08-11 20:32:36 +02:00
<Reference Include= "NDesk.Options, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll</HintPath>
</Reference>
2021-05-17 11:46:49 +02:00
<Reference Include= "Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
2024-08-26 10:44:28 +02:00
<HintPath > packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
2021-05-17 11:46:49 +02:00
</Reference>
2021-03-21 15:32:34 +01:00
<Reference Include= "NvAPIWrapper, Version=0.8.1.100, Culture=neutral, PublicKeyToken=310fd07b25df79b3, processorArchitecture=MSIL" >
<HintPath > packages\NvAPIWrapper.Net.0.8.1.101\lib\net45\NvAPIWrapper.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
<Reference Include= "PagedControl, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\PagedControl.2.2.0\lib\net35\PagedControl.dll</HintPath>
</Reference>
2021-05-04 00:20:31 +02:00
<Reference Include= "PopupControl, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\AdamsLair.WinForms.PopupControl.1.0.1\lib\net40\PopupControl.dll</HintPath>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
<Reference Include= "System" />
2021-03-21 15:32:34 +01:00
<Reference Include= "System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-02-09 16:07:57 +01:00
<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>
2024-09-25 14:08:26 +02:00
<Reference Include= "System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
</Reference>
2021-03-21 15:32:34 +01:00
<Reference Include= "System.ComponentModel.Composition" />
2024-09-25 14:08:26 +02:00
<Reference Include= "System.Configuration" />
2024-08-26 10:04:35 +02:00
<Reference Include= "System.Console, Version=4.0.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Console.4.3.1\lib\net46\System.Console.dll</HintPath>
2021-03-21 15:32:34 +01:00
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "System.Core" />
<Reference Include= "System.Design" />
2024-08-26 10:44:28 +02:00
<Reference Include= "System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > packages\System.Diagnostics.DiagnosticSource.9.0.0-preview.7.24405.7\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
2021-03-21 15:32:34 +01:00
</Reference>
<Reference Include= "System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2024-08-26 10:44:28 +02:00
<Reference Include= "System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > packages\System.Drawing.Common.9.0.0-preview.7.24405.4\lib\net462\System.Drawing.Common.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
2021-03-21 15:32:34 +01:00
<Reference Include= "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<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, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.Compression.FileSystem" />
<Reference Include= "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Linq, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Linq.4.3.0\lib\net463\System.Linq.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "System.Management" />
2024-08-26 10:04:35 +02:00
<Reference Include= "System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
2024-08-26 10:04:35 +02:00
<Reference Include= "System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
2021-03-21 15:32:34 +01:00
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-02-09 16:07:57 +01:00
<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>
2021-03-21 15:32:34 +01:00
<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>
2024-08-26 10:04:35 +02:00
<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>
2021-03-21 15:32:34 +01:00
<Private > True</Private>
<Private > True</Private>
</Reference>
2024-08-26 10:04:35 +02:00
<Reference Include= "System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
2024-08-26 10:04:35 +02:00
<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>
2021-03-21 15:32:34 +01:00
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "System.Security.Claims, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-03-21 15:32:34 +01:00
<Reference Include= "System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2024-08-26 10:04:35 +02:00
<HintPath > packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
2021-03-21 15:32:34 +01:00
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2024-08-26 10:04:35 +02:00
<Reference Include= "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
2021-03-21 15:32:34 +01:00
<Private > True</Private>
<Private > True</Private>
</Reference>
2024-08-26 10:04:35 +02:00
<Reference Include= "System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
2021-03-21 15:32:34 +01:00
<Reference Include= "System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2024-08-26 10:04:35 +02:00
<HintPath > packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll</HintPath>
2021-03-21 15:32:34 +01:00
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
2024-08-26 10:04:35 +02:00
<HintPath > packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
2021-02-09 16:07:57 +01:00
</Reference>
<Reference Include= "System.Xaml" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Deployment" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
2021-03-21 15:32:34 +01:00
<Reference Include= "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2024-08-26 10:04:35 +02:00
<HintPath > packages\System.Xml.ReaderWriter.4.3.1\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
2021-03-21 15:32:34 +01:00
<Private > True</Private>
<Private > True</Private>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "TabControl, Version=2.1.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\TabControl.2.1.2\lib\net35\TabControl.dll</HintPath>
</Reference>
2021-08-01 15:57:35 +02:00
<Reference Include= "Tulpep.NotificationWindow, Version=1.1.38.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\Tulpep.NotificationWindow.1.1.38\lib\net40\Tulpep.NotificationWindow.dll</HintPath>
</Reference>
2023-12-21 21:05:23 +01:00
<Reference Include= "Vulkan, Version=0.0.6850.37785, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\VulkanSharp.0.1.10\lib\net452\Vulkan.dll</HintPath>
</Reference>
<Reference Include= "Vulkan.Windows, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\VulkanSharp.0.1.10\lib\net452\Vulkan.Windows.dll</HintPath>
</Reference>
2021-02-09 16:07:57 +01:00
<Reference Include= "Win32Interop.Dwmapi, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\Win32Interop.Dwmapi.1.0.1\lib\Win32Interop.Dwmapi.dll</HintPath>
</Reference>
<Reference Include= "Win32Interop.Gdi32, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\Win32Interop.Gdi32.1.0.1\lib\Win32Interop.Gdi32.dll</HintPath>
</Reference>
<Reference Include= "Win32Interop.Kernel32, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\Win32Interop.Kernel32.1.0.1\lib\Win32Interop.Kernel32.dll</HintPath>
</Reference>
<Reference Include= "Win32Interop.User32, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\Win32Interop.User32.1.0.1\lib\Win32Interop.User32.dll</HintPath>
</Reference>
<Reference Include= "Win32Interop.Uxtheme, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > packages\Win32Interop.Uxtheme.1.0.1\lib\Win32Interop.Uxtheme.dll</HintPath>
</Reference>
<Reference Include= "WindowsBase" />
<Reference Include= "WindowsFormsIntegration" />
<Reference Include= "WinFormAnimation, Version=1.6.0.4, Culture=neutral, PublicKeyToken=310fd07b25df79b3, processorArchitecture=MSIL" >
<HintPath > packages\WinFormAnimation.1.6.0.4\lib\net40\WinFormAnimation.dll</HintPath>
</Reference>
2021-04-18 18:11:47 +02:00
<Reference Include= "System.Management.Automation" />
2020-11-23 16:51:05 +01:00
</ItemGroup>
<ItemGroup >
2024-08-25 20:45:50 +02:00
<Compile Include= "Cli.cs" />
2024-08-21 14:45:46 +02:00
<Compile Include= "Data\AiInfo.cs" />
2021-02-23 22:26:13 +01:00
<Compile Include= "Data\AudioTrack.cs" />
2023-01-15 17:23:49 +01:00
<Compile Include= "Data\EncoderInfo.cs" />
<Compile Include= "Data\EncoderInfoVideo.cs" />
<Compile Include= "Data\Enums.cs" />
<Compile Include= "Data\ExportSettings.cs" />
2021-05-19 16:18:24 +02:00
<Compile Include= "Data\Filetypes.cs" />
2023-12-27 03:22:28 +01:00
<Compile Include= "Data\FpsInfo.cs" />
2022-07-20 18:10:31 +02:00
<Compile Include= "Data\MediaFile.cs" />
2021-05-17 11:46:49 +02:00
<Compile Include= "Data\ModelCollection.cs" />
2021-08-31 15:57:48 +02:00
<Compile Include= "Data\Servers.cs" />
2022-07-20 18:10:31 +02:00
<Compile Include= "Data\Streams\AttachmentStream.cs" />
<Compile Include= "Data\Streams\AudioStream.cs" />
<Compile Include= "Data\Streams\DataStream.cs" />
<Compile Include= "Data\Streams\Stream.cs" />
<Compile Include= "Data\Streams\SubtitleStream.cs" />
<Compile Include= "Data\Streams\VideoStream.cs" />
2023-01-15 17:23:49 +01:00
<Compile Include= "Data\Strings.cs" />
2022-07-20 18:10:31 +02:00
<Compile Include= "Data\VideoColorData.cs" />
2021-05-07 23:39:52 +02:00
<Compile Include= "Data\VidExtraData.cs" />
2021-04-02 14:36:08 +02:00
<Compile Include= "Data\Fraction.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Data\InterpSettings.cs" />
2021-08-15 11:37:41 +02:00
<Compile Include= "Data\Implementations.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Data\Padding.cs" />
2021-09-14 18:18:41 +02:00
<Compile Include= "Data\QueryInfo.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Data\ResumeState.cs" />
<Compile Include= "Data\SubtitleTrack.cs" />
2024-08-23 09:58:30 +02:00
<Compile Include= "Extensions\ArgParseExtensions.cs" />
2021-04-29 22:57:00 +02:00
<Compile Include= "Extensions\ProcessExtensions.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Forms\BatchForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\BatchForm.Designer.cs" >
<DependentUpon > BatchForm.cs</DependentUpon>
</Compile>
<Compile Include= "Forms\BigPreviewForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\BigPreviewForm.Designer.cs" >
<DependentUpon > BigPreviewForm.cs</DependentUpon>
</Compile>
2023-02-15 12:27:36 +01:00
<Compile Include= "Forms\CustomForm.cs" >
<SubType > Form</SubType>
</Compile>
2021-05-04 00:20:31 +02:00
<Compile Include= "Forms\DebugForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\DebugForm.Designer.cs" >
<DependentUpon > DebugForm.cs</DependentUpon>
</Compile>
2023-02-21 12:00:07 +01:00
<Compile Include= "Forms\Main\Form1.Properties.cs" >
<SubType > Form</SubType>
</Compile>
2022-07-23 14:43:57 +02:00
<Compile Include= "Forms\MessageForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\MessageForm.Designer.cs" >
<DependentUpon > MessageForm.cs</DependentUpon>
</Compile>
2021-06-22 12:03:48 +02:00
<Compile Include= "Forms\ModelDownloadForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\ModelDownloadForm.Designer.cs" >
<DependentUpon > ModelDownloadForm.cs</DependentUpon>
</Compile>
2022-07-27 14:10:29 +02:00
<Compile Include= "Forms\PromptForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\PromptForm.designer.cs" >
<DependentUpon > PromptForm.cs</DependentUpon>
</Compile>
2021-02-09 16:07:57 +01:00
<Compile Include= "Forms\SettingsForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\SettingsForm.Designer.cs" >
<DependentUpon > SettingsForm.cs</DependentUpon>
</Compile>
2024-08-26 10:04:35 +02:00
<Compile Include= "Forms\SplashForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\SplashForm.Designer.cs" >
<DependentUpon > SplashForm.cs</DependentUpon>
</Compile>
2021-08-01 15:57:35 +02:00
<Compile Include= "Forms\TimeoutForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\TimeoutForm.Designer.cs" >
<DependentUpon > TimeoutForm.cs</DependentUpon>
</Compile>
2021-02-09 16:07:57 +01:00
<Compile Include= "Forms\UpdaterForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\UpdaterForm.Designer.cs" >
<DependentUpon > UpdaterForm.cs</DependentUpon>
</Compile>
<Compile Include= "IO\ConfigParser.cs" />
<Compile Include= "IO\ModelDownloader.cs" />
2021-04-04 00:01:49 +02:00
<Compile Include= "IO\Symlinks.cs" />
2021-03-19 19:34:48 +01:00
<Compile Include= "Magick\Blend.cs" />
2021-05-19 16:40:32 +02:00
<Compile Include= "Magick\MagickExtensions.cs" />
2021-03-10 15:20:53 +01:00
<Compile Include= "Magick\SceneDetect.cs" />
2021-05-17 16:09:19 +02:00
<Compile Include= "Main\AiModels.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Main\AutoEncode.cs" />
2021-09-28 20:44:08 +02:00
<Compile Include= "Main\AutoEncodeResume.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Main\BatchProcessing.cs" />
2021-09-13 10:51:37 +02:00
<Compile Include= "Main\Export.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Main\InterpolateSteps.cs" />
<Compile Include= "Main\InterpolateUtils.cs" />
<Compile Include= "Main\FrameOrder.cs" />
<Compile Include= "Main\ResumeUtils.cs" />
2021-12-06 22:46:39 +01:00
<Compile Include= "Media\AvOutputHandler.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Media\AvProcess.cs" />
<Compile Include= "Media\FfmpegAlpha.cs" />
<Compile Include= "Media\FfmpegAudioAndMetadata.cs" />
<Compile Include= "Media\FfmpegCommands.cs" />
<Compile Include= "Media\FfmpegEncode.cs" />
<Compile Include= "Media\FfmpegExtract.cs" />
2021-08-23 16:51:12 +02:00
<Compile Include= "Media\FfmpegUtils.cs" />
2021-04-18 18:11:47 +02:00
<Compile Include= "Media\GetFrameCountCached.cs" />
<Compile Include= "Media\GetMediaResolutionCached.cs" />
2021-09-14 18:18:41 +02:00
<Compile Include= "Media\GetVideoInfo.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "MiscUtils\Benchmarker.cs" />
2021-04-04 11:05:38 +02:00
<Compile Include= "MiscUtils\FrameRename.cs" />
2021-06-22 12:03:48 +02:00
<Compile Include= "MiscUtils\ModelDownloadFormUtils.cs" />
2021-05-06 12:08:03 +02:00
<Compile Include= "MiscUtils\NmkdStopwatch.cs" />
2023-01-15 17:23:49 +01:00
<Compile Include= "MiscUtils\OutputUtils.cs" />
<Compile Include= "MiscUtils\ParseUtils.cs" />
2024-09-26 19:32:19 +02:00
<Compile Include= "NUtilsTemp.cs" />
2021-08-23 16:51:12 +02:00
<Compile Include= "Os\AiProcess.cs" />
2021-04-29 22:57:00 +02:00
<Compile Include= "Extensions\ExtensionMethods.cs" />
2023-02-21 12:00:07 +01:00
<Compile Include= "Forms\Main\Form1.cs" >
2021-02-09 16:07:57 +01:00
<SubType > Form</SubType>
</Compile>
2023-02-21 12:00:07 +01:00
<Compile Include= "Forms\Main\Form1.Designer.cs" >
2021-02-09 16:07:57 +01:00
<DependentUpon > Form1.cs</DependentUpon>
</Compile>
<Compile Include= "Main\Interpolate.cs" />
<Compile Include= "IO\CfgStrings.cs" />
<Compile Include= "IO\Config.cs" />
2021-08-23 16:51:12 +02:00
<Compile Include= "IO\IoUtils.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Data\Paths.cs" />
<Compile Include= "IO\Logger.cs" />
<Compile Include= "Magick\Converter.cs" />
<Compile Include= "Magick\Dedupe.cs" />
2021-08-23 16:51:12 +02:00
<Compile Include= "Os\AiProcessSuspend.cs" />
<Compile Include= "Os\NvApi.cs" />
<Compile Include= "Os\OsUtils.cs" />
<Compile Include= "Os\Python.cs" />
<Compile Include= "Os\StartupChecks.cs" />
<Compile Include= "Os\Updater.cs" />
2022-05-31 22:17:22 +02:00
<Compile Include= "Os\VapourSynthUtils.cs" />
2023-12-21 21:05:23 +01:00
<Compile Include= "Os\VulkanUtils.cs" />
2021-02-09 16:07:57 +01:00
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "MiscUtils\FormatUtils.cs" />
2021-08-23 16:51:12 +02:00
<Compile Include= "Ui\ControlExtensions.cs" />
<Compile Include= "Ui\DebugFormHelper.cs" />
<Compile Include= "Ui\GetWebInfo.cs" />
<Compile Include= "Ui\InterpolationProgress.cs" />
<Compile Include= "Ui\MainUiFunctions.cs" />
<Compile Include= "Ui\UiUtils.cs" />
<Compile Include= "Ui\QuickSettingsTab.cs" />
2022-07-20 18:10:31 +02:00
<Compile Include= "Utilities\ColorDataUtils.cs" />
2022-07-25 10:37:44 +02:00
<Compile Include= "Utilities\NcnnUtils.cs" />
2024-09-26 18:51:07 +02:00
<Compile Include= "Utilities\RollingAverage.cs" />
2023-02-21 12:00:07 +01:00
<EmbeddedResource Include= "Forms\Main\Form1.resx" >
2021-02-09 16:07:57 +01:00
<DependentUpon > Form1.cs</DependentUpon>
<SubType > Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include= "Forms\BatchForm.resx" >
<DependentUpon > BatchForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "Forms\BigPreviewForm.resx" >
<DependentUpon > BigPreviewForm.cs</DependentUpon>
</EmbeddedResource>
2021-05-04 00:20:31 +02:00
<EmbeddedResource Include= "Forms\DebugForm.resx" >
<DependentUpon > DebugForm.cs</DependentUpon>
</EmbeddedResource>
2022-07-23 14:43:57 +02:00
<EmbeddedResource Include= "Forms\MessageForm.resx" >
<DependentUpon > MessageForm.cs</DependentUpon>
</EmbeddedResource>
2021-06-22 12:03:48 +02:00
<EmbeddedResource Include= "Forms\ModelDownloadForm.resx" >
<DependentUpon > ModelDownloadForm.cs</DependentUpon>
</EmbeddedResource>
2022-07-27 14:10:29 +02:00
<EmbeddedResource Include= "Forms\PromptForm.resx" >
<DependentUpon > PromptForm.cs</DependentUpon>
2023-01-08 02:28:54 +01:00
<SubType > Designer</SubType>
2022-07-27 14:10:29 +02:00
</EmbeddedResource>
2021-02-09 16:07:57 +01:00
<EmbeddedResource Include= "Forms\SettingsForm.resx" >
<DependentUpon > SettingsForm.cs</DependentUpon>
2021-04-18 18:11:47 +02:00
<SubType > Designer</SubType>
2021-02-09 16:07:57 +01:00
</EmbeddedResource>
2024-08-26 10:04:35 +02:00
<EmbeddedResource Include= "Forms\SplashForm.resx" >
<DependentUpon > SplashForm.cs</DependentUpon>
</EmbeddedResource>
2021-08-01 15:57:35 +02:00
<EmbeddedResource Include= "Forms\TimeoutForm.resx" >
<DependentUpon > TimeoutForm.cs</DependentUpon>
</EmbeddedResource>
2021-02-09 16:07:57 +01:00
<EmbeddedResource Include= "Forms\UpdaterForm.resx" >
<DependentUpon > UpdaterForm.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" >
2020-11-23 16:51:05 +01:00
<AutoGen > True</AutoGen>
2021-02-09 16:07:57 +01:00
<DependentUpon > Resources.resx</DependentUpon>
<DesignTime > True</DesignTime>
2020-11-23 16:51:05 +01:00
</Compile>
2021-02-09 16:07:57 +01:00
<None Include= "packages.config" />
<None Include= "Properties\Settings.settings" >
2021-02-08 15:48:44 -05:00
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
2021-02-09 16:07:57 +01:00
<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 >
<BootstrapperPackage Include= ".NETFramework,Version=v4.7.2" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.7.2 %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 >
2021-04-25 21:57:30 +02:00
<Content Include= "FlowframesLogo2021.ico" />
2024-09-25 14:08:26 +02:00
<None Include= "Resources\baseline_restart_alt_white_48dp_40px.png" />
2024-06-24 14:03:29 +02:00
<None Include= "Resources\baseline_settings_white_48dp_40px.png" />
<None Include= "Resources\baseline_queue_white_48dp_40px.png" />
<None Include= "Resources\baseline_system_update_alt_white_48dp_40px.png" />
<None Include= "Resources\baseline_list_alt_white_48dp_40px.png" />
<None Include= "Resources\discordNew40px.png" />
<None Include= "Resources\patreon256pxColored_40px.png" />
<None Include= "Resources\patreon40pxColored.png" />
<None Include= "Resources\paypal40px.png" />
2021-09-08 18:16:43 +02:00
<None Include= "Resources\paypal256px.png" />
<None Include= "Resources\discordNew.png" />
2021-07-15 18:50:20 +02:00
<None Include= "Resources\baseline_restart_alt_white_48dp.png" />
2021-05-04 12:30:49 +02:00
<None Include= "Resources\baseline_format_size_white_48dp.png" />
<None Include= "Resources\baseline_wrap_text_white_48dp.png" />
<None Include= "Resources\baseline_refresh_white_48dp.png" />
2021-05-04 00:20:31 +02:00
<None Include= "Resources\baseline_list_alt_white_48dp.png" />
2021-04-29 22:57:00 +02:00
<None Include= "Resources\baseline_play_arrow_white_48dp.png" />
<None Include= "Resources\baseline_pause_white_48dp.png" />
<None Include= "Resources\baseline_stop_white_48dp.png" />
2021-04-04 17:47:47 +02:00
<None Include= "Resources\devmode.bat" />
2021-02-09 16:07:57 +01:00
<None Include= "Resources\flowframesIcoNew-512px.png" />
<None Include= "Resources\flowframesIcoNew.png" />
<None Include= "Resources\questmark-72px-bordeer.png" />
<None Include= "Resources\7za.exe" />
<None Include= "Resources\baseline_fact_check_white_48dp.png" />
<None Include= "Resources\discordIco.png" />
<None Include= "Resources\patreon256px.png" />
<None Include= "Resources\baseline_settings_white_48dp.png" />
<None Include= "Resources\baseline_image_white_48dp.png" />
<None Include= "Resources\baseline_image_white_48dp-4x.png" />
<None Include= "Resources\baseline_image_white_48dp-4x-25pcAlpha.png" />
<None Include= "Resources\baseline_queue_white_48dp.png" />
<None Include= "Resources\separatorTest1.png" />
<None Include= "Resources\discordIcoColored.png" />
<None Include= "Resources\patreon256pxColored.png" />
<None Include= "Resources\baseline_create_white_18dp.png" />
<None Include= "Resources\baseline_create_white_18dp-semiTransparent.png" />
<Content Include= "flowframesIcoNew.ico" />
<None Include= "Resources\baseline_system_update_alt_white_48dp.png" />
<None Include= "Resources\baseline_system_update_alt_white_48dp1.png" />
2020-11-23 16:51:05 +01:00
</ItemGroup>
2021-02-09 16:07:57 +01:00
<ItemGroup />
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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>
2024-08-26 10:04:35 +02:00
<Error Condition= "!Exists('packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets'))" />
2024-09-25 14:08:26 +02:00
<Error Condition= "!Exists('packages\ILRepack.2.0.34\build\ILRepack.props')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\ILRepack.2.0.34\build\ILRepack.props'))" />
<Error Condition= "!Exists('packages\ILRepack.MSBuild.Task.2.0.13\build\ILRepack.MSBuild.Task.props')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\ILRepack.MSBuild.Task.2.0.13\build\ILRepack.MSBuild.Task.props'))" />
<Error Condition= "!Exists('packages\Magick.NET-Q8-x64.13.10.0\build\netstandard20\Magick.NET-Q8-x64.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\Magick.NET-Q8-x64.13.10.0\build\netstandard20\Magick.NET-Q8-x64.targets'))" />
</Target>
2024-09-28 21:33:36 +02:00
<Target Name= "ILRepack" AfterTargets= "Build" Condition= "'$(Configuration)' == 'ReleaseRepack'" >
2024-09-25 14:08:26 +02:00
<PropertyGroup >
<WorkingDirectory > $(MSBuildThisFileDirectory)bin\x64\Release</WorkingDirectory>
</PropertyGroup>
<ItemGroup >
<RepackAssemblies Include= "$(WorkingDirectory)\*.dll" Exclude= "$(WorkingDirectory)\*Native*.dll" />
</ItemGroup>
<ILRepack OutputType= "$(OutputType)" MainAssembly= "$(AssemblyName).exe" OutputAssembly= "$(AssemblyName).exe" InputAssemblies= "@(RepackAssemblies)" WilcardInputAssemblies= "true" WorkingDirectory= "$(WorkingDirectory)" />
2021-02-09 16:07:57 +01:00
</Target>
2024-08-26 10:04:35 +02:00
<Import Project= "packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition= "Exists('packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
2024-09-25 14:08:26 +02:00
<Import Project= "packages\Magick.NET-Q8-x64.13.10.0\build\netstandard20\Magick.NET-Q8-x64.targets" Condition= "Exists('packages\Magick.NET-Q8-x64.13.10.0\build\netstandard20\Magick.NET-Q8-x64.targets')" />
2020-11-23 16:51:05 +01:00
</Project>