2023-01-22 01:59:06 +01:00
|
|
|
|
<?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>{7881B99D-0B5A-44E7-AF34-80A0ECFFD5DB}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2023-01-22 02:32:57 +01:00
|
|
|
|
<RootNamespace>KsDumper11</RootNamespace>
|
|
|
|
|
<AssemblyName>KsDumper11</AssemblyName>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\Debug\x64\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;WIN64</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
2023-01-22 02:59:34 +01:00
|
|
|
|
<OutputPath>bin\Release\x64\</OutputPath>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<DefineConstants>TRACE;WIN64</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;WIN64</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<DefineConstants>TRACE;WIN64</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\..\..\..\..\..\VM Share\KsDumper VM\KsDumper v1.1\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;WIN64</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>..\..\..\..\..\..\VM Share\KsDumper VM\KsDumper v1.1\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;WIN64</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
2023-01-22 02:59:34 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>Default.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<ItemGroup>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<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.Net.Http" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<Compile Include="ProviderSelector.cs">
|
2023-01-25 01:40:45 +01:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<Compile Include="ProviderSelector.Designer.cs">
|
|
|
|
|
<DependentUpon>ProviderSelector.cs</DependentUpon>
|
2023-01-25 01:40:45 +01:00
|
|
|
|
</Compile>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<Compile Include="StartDriver.cs" />
|
|
|
|
|
<Compile Include="TriggerForm.cs">
|
2023-01-23 05:06:08 +01:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<Compile Include="TriggerForm.Designer.cs">
|
|
|
|
|
<DependentUpon>TriggerForm.cs</DependentUpon>
|
2023-01-23 05:06:08 +01:00
|
|
|
|
</Compile>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<Compile Include="Dumper.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Dumper.Designer.cs">
|
|
|
|
|
<DependentUpon>Dumper.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2023-01-25 01:40:45 +01:00
|
|
|
|
<Compile Include="Trigger.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Trigger.Designer.cs">
|
|
|
|
|
<DependentUpon>Trigger.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<EmbeddedResource Include="ProviderSelector.resx">
|
|
|
|
|
<DependentUpon>ProviderSelector.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2023-01-25 01:40:45 +01:00
|
|
|
|
<EmbeddedResource Include="TriggerForm.resx">
|
|
|
|
|
<DependentUpon>TriggerForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<EmbeddedResource Include="Dumper.resx">
|
|
|
|
|
<DependentUpon>Dumper.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
2023-01-25 01:40:45 +01:00
|
|
|
|
<EmbeddedResource Include="Trigger.resx">
|
|
|
|
|
<DependentUpon>Trigger.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<None Include="app.manifest" />
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<None Include="Driver\KsDumperDriver.sys" />
|
2023-01-25 05:32:46 +01:00
|
|
|
|
<None Include="Driver\ManualLoader.bat">
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<None Include="packages.config" />
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<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>
|
2023-01-22 02:59:34 +01:00
|
|
|
|
<Content Include="Default.ico" />
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<Content Include="Driver\drv64.dll" />
|
|
|
|
|
<Content Include="Driver\kdu.exe" />
|
|
|
|
|
<Content Include="Driver\Taigei64.dll" />
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<None Include="icons8-crossed-axes-100.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-01-22 02:59:34 +01:00
|
|
|
|
<ProjectReference Include="..\DarkControls\DarkControls.csproj">
|
2023-01-22 01:59:06 +01:00
|
|
|
|
<Project>{66c94acb-63c7-42a3-9d83-a3801ced4f1c}</Project>
|
|
|
|
|
<Name>DarkControls</Name>
|
|
|
|
|
</ProjectReference>
|
2023-10-07 02:53:56 +02:00
|
|
|
|
<ProjectReference Include="..\DriverInterface\DriverInterface.csproj">
|
|
|
|
|
<Project>{6f8b2a35-060d-4eb1-a6ba-a3057179304b}</Project>
|
|
|
|
|
<Name>DriverInterface</Name>
|
|
|
|
|
</ProjectReference>
|
2023-01-22 01:59:06 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|