1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/ZL007-PhoneControl

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
DroidLord.csproj 12 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
halou007 Отправлено 09.03.2021 17:16 aa1195f
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{A8D066F5-6847-4287-AEAB-3C5E63DA15DF}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DroidLord</RootNamespace>
<AssemblyName>DroidTools</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</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>
</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>A57BFBEDBAF660EDF3AD548D6CBEEE8EF66B6A5E</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>DroidLord_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="AlphaBlendTextBox, Version=1.0.5679.35291, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\AlphaBlendTextBox.dll</HintPath>
</Reference>
<Reference Include="Jint, Version=2.9.1.0, Culture=neutral, PublicKeyToken=2e92ba9c8d81157f, processorArchitecture=MSIL">
<HintPath>..\packages\Jint.2.9.1\lib\portable-net40+sl50+win+WindowsPhoneApp81+wp80\Jint.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MaterialSkin, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Downloads\MaterialSkin-master\MaterialSkin-master\MaterialSkin\bin\Debug\MaterialSkin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Extensions.Logging.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="SharpAdbClient, Version=2.3.0.0, Culture=neutral, PublicKeyToken=d728076f5d82a2e8, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\SharpAdbClient.2.2.37\lib\net451\SharpAdbClient.dll</HintPath>
</Reference>
<Reference Include="Svg, Version=2.2.1.1459, Culture=neutral, PublicKeyToken=12a0bac221edeae2, processorArchitecture=MSIL">
<HintPath>..\packages\Svg.2.2.1\lib\net35\Svg.dll</HintPath>
<Private>True</Private>
</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.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Drawing.Common.4.5.0\lib\net461\System.Drawing.Common.dll</HintPath>
</Reference>
<Reference Include="System.Management" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<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" />
<Reference Include="WinFormAnimation">
<HintPath>..\..\..\..\..\Downloads\WinFormAnimation-master\WinFormAnimation-master\WinFormAnimation\bin\Debug\WinFormAnimation.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="app\dy\data\DYUserGoodList.cs" />
<Compile Include="app\dy\data\DYPopularGoodItem.cs" />
<Compile Include="app\dy\data\DYVideoInfo.cs" />
<Compile Include="app\dy\DYDBManager.cs" />
<Compile Include="app\dy\DYGetGoodList.cs" />
<Compile Include="app\dy\DYGetPopularGoods.cs" />
<Compile Include="app\dy\DYGetUserGoods.cs" />
<Compile Include="app\dy\DYUtils.cs" />
<Compile Include="app\dy\data\DYUserInfoData.cs" />
<Compile Include="app\ks\KSUtils.cs" />
<Compile Include="Config.cs" />
<Compile Include="ConsoleForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ConsoleForm.Designer.cs">
<DependentUpon>ConsoleForm.cs</DependentUpon>
</Compile>
<Compile Include="Core\AdbDeviceManager.cs" />
<Compile Include="Core\AdbManager.cs" />
<Compile Include="Core\Common.cs" />
<Compile Include="Core\DeviceManager.cs" />
<Compile Include="Core\EventManager.cs" />
<Compile Include="Core\ICipher.cs" />
<Compile Include="Core\InputMethodManager.cs" />
<Compile Include="Core\LogManager.cs" />
<Compile Include="Core\LoopPicker.cs" />
<Compile Include="Core\PathManager.cs" />
<Compile Include="Core\Picker.cs" />
<Compile Include="Core\ResourceManager.cs" />
<Compile Include="Core\SaveManager.cs" />
<Compile Include="Core\SettingManager.cs" />
<Compile Include="Core\Storage.cs" />
<Compile Include="data\DevScreenInfo.cs" />
<Compile Include="ScreenFormControl.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ScreenFormControl.Designer.cs">
<DependentUpon>ScreenFormControl.cs</DependentUpon>
</Compile>
<Compile Include="Task\Ticker.cs" />
<Compile Include="Extension\AdbClientExtension.cs" />
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Network\Handler.cs" />
<Compile Include="Network\TcpServer.cs" />
<Compile Include="Network\WebConnection.cs" />
<Compile Include="Network\WebSession.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resource\Content.cs" />
<Compile Include="Resource\Script.cs" />
<Compile Include="ScreenForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ScreenForm.Designer.cs">
<DependentUpon>ScreenForm.cs</DependentUpon>
</Compile>
<Compile Include="Security\AES.cs" />
<Compile Include="Security\RSA.cs" />
<Compile Include="Security\SecureHash.cs" />
<Compile Include="Resource\SlavedDevice.cs" />
<Compile Include="SettingEdit.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SettingEdit.Designer.cs">
<DependentUpon>SettingEdit.cs</DependentUpon>
</Compile>
<Compile Include="Slavery\Manipulate.cs" />
<Compile Include="Slavery\Overseer.cs" />
<Compile Include="Slavery\Screen.cs" />
<Compile Include="Slavery\Slave.cs" />
<Compile Include="SlaveViewer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SlaveViewer.Designer.cs">
<DependentUpon>SlaveViewer.cs</DependentUpon>
</Compile>
<Compile Include="Task\Dispatcher.cs" />
<Compile Include="Util\DialogUtils.cs" />
<Compile Include="Util\FileUtils.cs" />
<Compile Include="Util\GetTimeManager.cs" />
<Compile Include="Util\JSON.cs" />
<Compile Include="Util\Misc.cs" />
<Compile Include="Util\MyUtils.cs" />
<Compile Include="Util\PortUseKiller.cs" />
<Compile Include="Util\StrHelper.cs" />
<Compile Include="Util\UserAgentUtils.cs" />
<EmbeddedResource Include="ConsoleForm.resx">
<DependentUpon>ConsoleForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.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>
<EmbeddedResource Include="ScreenForm.resx">
<DependentUpon>ScreenForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ScreenFormControl.resx">
<DependentUpon>ScreenFormControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SettingEdit.resx">
<DependentUpon>SettingEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SlaveViewer.resx">
<DependentUpon>SlaveViewer.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.config" />
<None Include="DroidLord_TemporaryKey.pfx" />
<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>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %28x86 和 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>
<Folder Include="Plugin\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/ZL007-PhoneControl.git
git@api.gitlife.ru:oschina-mirror/ZL007-PhoneControl.git
oschina-mirror
ZL007-PhoneControl
ZL007-PhoneControl
master