|
|
@ -43,18 +43,21 @@ |
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
|
|
<OutputPath>bin\x64\Release\</OutputPath> |
|
|
|
<OutputPath>bin\x64\Release\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<DefineConstants> |
|
|
|
|
|
|
|
</DefineConstants> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<NoWarn> |
|
|
|
<NoWarn> |
|
|
|
</NoWarn> |
|
|
|
</NoWarn> |
|
|
|
|
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
@ -63,197 +66,40 @@ |
|
|
|
<Reference Include="ImGui.NET, Version=1.66.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="ImGui.NET, Version=1.66.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\ImGui.NET.1.66.0\lib\netstandard2.0\ImGui.NET.dll</HintPath> |
|
|
|
<HintPath>..\packages\ImGui.NET.1.66.0\lib\netstandard2.0\ImGui.NET.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.DotNet.PlatformAbstractions, Version=2.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.DotNet.PlatformAbstractions.2.0.3\lib\net45\Microsoft.DotNet.PlatformAbstractions.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="Microsoft.Extensions.DependencyModel, Version=2.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.Extensions.DependencyModel.2.0.3\lib\net451\Microsoft.Extensions.DependencyModel.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
<Reference Include="NativeLibraryLoader, Version=1.0.10.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="NativeLibraryLoader, Version=1.0.10.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\NativeLibraryLoader.1.0.10\lib\netstandard2.0\NativeLibraryLoader.dll</HintPath> |
|
|
|
<HintPath>..\packages\NativeLibraryLoader.1.0.10\lib\netstandard2.0\NativeLibraryLoader.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath> |
|
|
|
<HintPath>..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="SharpDX.D3DCompiler, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\SharpDX.D3DCompiler.4.0.1\lib\net45\SharpDX.D3DCompiler.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="SharpDX.Direct3D11, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="SharpDX.Direct3D11, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\SharpDX.Direct3D11.4.0.1\lib\net45\SharpDX.Direct3D11.dll</HintPath> |
|
|
|
<HintPath>..\packages\SharpDX.Direct3D11.4.0.1\lib\net45\SharpDX.Direct3D11.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll</HintPath> |
|
|
|
<HintPath>..\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath> |
|
|
|
<HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.ComponentModel.Composition" /> |
|
|
|
|
|
|
|
<Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Core" /> |
|
|
|
|
|
|
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath> |
|
|
|
|
|
|
|
</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> |
|
|
|
|
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<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> |
|
|
|
|
|
|
|
<Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
<Reference Include="System.Numerics" /> |
|
|
|
<Reference Include="System.Numerics" /> |
|
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
<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> |
|
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</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.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
|
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll</HintPath> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
<Reference Include="System.Data" /> |
|
|
|
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
|
|
|
<Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
<Private>True</Private> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="Veldrid, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="Veldrid, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\Veldrid.4.5.0\lib\netstandard2.0\Veldrid.dll</HintPath> |
|
|
|
<HintPath>..\packages\Veldrid.4.5.0\lib\netstandard2.0\Veldrid.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Veldrid.MetalBindings, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Veldrid.MetalBindings.4.5.0\lib\netstandard2.0\Veldrid.MetalBindings.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="Veldrid.OpenGLBindings, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Veldrid.OpenGLBindings.4.5.0\lib\netstandard2.0\Veldrid.OpenGLBindings.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="Veldrid.SDL2, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="Veldrid.SDL2, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\Veldrid.SDL2.4.5.0\lib\netstandard2.0\Veldrid.SDL2.dll</HintPath> |
|
|
|
<HintPath>..\packages\Veldrid.SDL2.4.5.0\lib\netstandard2.0\Veldrid.SDL2.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Veldrid.StartupUtilities, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="Veldrid.StartupUtilities, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\Veldrid.StartupUtilities.4.5.0\lib\netstandard2.0\Veldrid.StartupUtilities.dll</HintPath> |
|
|
|
<HintPath>..\packages\Veldrid.StartupUtilities.4.5.0\lib\netstandard2.0\Veldrid.StartupUtilities.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="vk, Version=1.0.21.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Vk.1.0.21\lib\netstandard1.4\vk.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="HookController.cs" /> |
|
|
|
<Compile Include="HookController.cs" /> |
|
|
@ -263,16 +109,9 @@ |
|
|
|
<Compile Include="NativeMethods.cs" /> |
|
|
|
<Compile Include="NativeMethods.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="app.config" /> |
|
|
|
|
|
|
|
<None Include="packages.config" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
<EmbeddedResource Include="Shaders\GLSL\imgui-vertex.glsl" LogicalName="imgui-vertex.glsl" /> |
|
|
|
|
|
|
|
<EmbeddedResource Include="Shaders\GLSL\imgui-frag.glsl" LogicalName="imgui-frag.glsl" /> |
|
|
|
|
|
|
|
<EmbeddedResource Include="Shaders\HLSL\imgui-vertex.hlsl.bytes" LogicalName="imgui-vertex.hlsl.bytes" /> |
|
|
|
<EmbeddedResource Include="Shaders\HLSL\imgui-vertex.hlsl.bytes" LogicalName="imgui-vertex.hlsl.bytes" /> |
|
|
|
<EmbeddedResource Include="Shaders\HLSL\imgui-frag.hlsl.bytes" LogicalName="imgui-frag.hlsl.bytes" /> |
|
|
|
<EmbeddedResource Include="Shaders\HLSL\imgui-frag.hlsl.bytes" LogicalName="imgui-frag.hlsl.bytes" /> |
|
|
|
<EmbeddedResource Include="Shaders\SPIR-V\imgui-vertex.spv" LogicalName="imgui-vertex.spv" /> |
|
|
|
|
|
|
|
<EmbeddedResource Include="Shaders\SPIR-V\imgui-frag.spv" LogicalName="imgui-frag.spv" /> |
|
|
|
|
|
|
|
<EmbeddedResource Include="Shaders\Metal\imgui-vertex.metallib" LogicalName="imgui-vertex.metallib" /> |
|
|
|
|
|
|
|
<EmbeddedResource Include="Shaders\Metal\imgui-frag.metallib" LogicalName="imgui-frag.metallib" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Content Include="cimgui.dll"> |
|
|
|
<Content Include="cimgui.dll"> |
|
|
@ -287,4 +126,8 @@ |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<Error Condition="!Exists('..\packages\Veldrid.SDL2.4.5.0\build\net40\Veldrid.SDL2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Veldrid.SDL2.4.5.0\build\net40\Veldrid.SDL2.targets'))" /> |
|
|
|
<Error Condition="!Exists('..\packages\Veldrid.SDL2.4.5.0\build\net40\Veldrid.SDL2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Veldrid.SDL2.4.5.0\build\net40\Veldrid.SDL2.targets'))" /> |
|
|
|
</Target> |
|
|
|
</Target> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
|
|
<PostBuildEvent> |
|
|
|
|
|
|
|
</PostBuildEvent> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
</Project> |
|
|
|
</Project> |