2025-01-09 14:10:10 +08: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>{D80557CC-6756-4A53-BE06-2A0B21224607}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<RootNamespace>AdbTools</RootNamespace>
|
|
|
|
|
<AssemblyName>AdbTools</AssemblyName>
|
2025-02-15 13:24:47 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
2025-02-15 12:53:10 +08:00
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
<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>
|
|
|
|
|
<AutorunEnabled>true</AutorunEnabled>
|
|
|
|
|
<ApplicationRevision>1</ApplicationRevision>
|
2025-01-09 14:42:47 +08:00
|
|
|
|
<ApplicationVersion>1.0.0.1</ApplicationVersion>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
</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>
|
2025-02-13 18:02:10 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2025-02-13 18:02:10 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject>AdbTools.App</StartupObject>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2025-01-14 16:51:42 +08:00
|
|
|
|
<ApplicationIcon>icon.ico</ApplicationIcon>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
</PropertyGroup>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
<PropertyGroup>
|
2025-02-15 13:24:47 +08:00
|
|
|
|
<ManifestCertificateThumbprint>737999CE000B08BB39DC1FD926B611A4EA3D170C</ManifestCertificateThumbprint>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2025-01-09 15:16:12 +08:00
|
|
|
|
<ManifestKeyFile>
|
|
|
|
|
</ManifestKeyFile>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2025-01-09 15:16:12 +08:00
|
|
|
|
<GenerateManifests>true</GenerateManifests>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2025-02-15 12:53:10 +08:00
|
|
|
|
<SignManifests>false</SignManifests>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2025-02-15 12:53:10 +08:00
|
|
|
|
<SignAssembly>false</SignAssembly>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2025-02-15 13:24:47 +08:00
|
|
|
|
<AssemblyOriginatorKeyFile>
|
|
|
|
|
</AssemblyOriginatorKeyFile>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
</PropertyGroup>
|
2025-01-09 14:42:47 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
|
|
|
</PropertyGroup>
|
2025-01-14 16:51:42 +08:00
|
|
|
|
<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>
|
2025-02-13 18:02:10 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2025-01-14 16:51:42 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2025-02-13 18:02:10 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2025-01-14 16:51:42 +08:00
|
|
|
|
</PropertyGroup>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
|
<Reference Include="System.Data" />
|
2025-02-13 18:02:10 +08:00
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2025-01-09 14:10:10 +08:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Xaml">
|
|
|
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ApplicationDefinition Include="App.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</ApplicationDefinition>
|
2025-02-13 18:02:10 +08:00
|
|
|
|
<Compile Include="AccessInterface\RequestJson.cs" />
|
2025-01-10 13:35:09 +08:00
|
|
|
|
<Page Include="CustomControl\HintComboBox.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="CustomControl\HintPasswordBox.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="CustomControl\HintTextBox.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="CustomControl\ProgressBarControl.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="CustomControl\RoundProcessBarLoading.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
<Page Include="MainWindow.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2025-01-21 16:01:21 +08:00
|
|
|
|
<Compile Include="bean\Device.cs" />
|
2025-02-13 18:02:10 +08:00
|
|
|
|
<Compile Include="bean\GithubReleasesAssets.cs" />
|
|
|
|
|
<Compile Include="bean\GithubReleases.cs" />
|
2025-01-09 14:10:10 +08:00
|
|
|
|
<Compile Include="CmdExecutor.cs" />
|
2025-01-10 13:35:09 +08:00
|
|
|
|
<Compile Include="CustomControl\HintComboBox.xaml.cs">
|
|
|
|
|
<DependentUpon>HintComboBox.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControl\HintPasswordBox.xaml.cs">
|
|
|
|
|
<DependentUpon>HintPasswordBox.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControl\HintTextBox.xaml.cs">
|
|
|
|
|
<DependentUpon>HintTextBox.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControl\ProgressBarControl.xaml.cs">
|
|
|
|
|
<DependentUpon>ProgressBarControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="CustomControl\RoundProcessBarLoading.xaml.cs">
|
|
|
|
|
<DependentUpon>RoundProcessBarLoading.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
<Compile Include="Globals.cs" />
|
|
|
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2025-01-14 16:51:42 +08:00
|
|
|
|
<Page Include="resource\ControlStyle.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
<None Include="app.manifest" />
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="adb.exe">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="AdbWinApi.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="AdbWinUsbApi.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2025-02-15 12:53:10 +08:00
|
|
|
|
<Resource Include="resource\imgs\new_version.png" />
|
2025-01-14 16:51:42 +08:00
|
|
|
|
<Resource Include="icon.ico" />
|
2025-01-09 14:10:10 +08:00
|
|
|
|
</ItemGroup>
|
2025-01-09 14:22:03 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2025-02-13 18:02:10 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Update\Update.csproj">
|
|
|
|
|
<Project>{f22c4131-d4cc-426e-8fc4-5c2e60c6b0ce}</Project>
|
|
|
|
|
<Name>Update</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2025-01-09 14:10:10 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|