mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-30 02:16:07 +08:00
151 lines
6.4 KiB
XML
151 lines
6.4 KiB
XML
<?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>{977BF781-CED8-4389-9404-0FA08FDF21DF}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>RevokeMsgPatcher</RootNamespace>
|
|
<AssemblyName>RevokeMsgPatcher</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
</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>
|
|
<ApplicationIcon>icon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<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>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<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>
|
|
<Compile Include="BusinessException.cs" />
|
|
<Compile Include="FormMain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FormMain.Designer.cs">
|
|
<DependentUpon>FormMain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FormLiteLoaderQQNT.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FormLiteLoaderQQNT.Designer.cs">
|
|
<DependentUpon>FormLiteLoaderQQNT.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\FormPatchInfo.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\FormPatchInfo.Designer.cs">
|
|
<DependentUpon>FormPatchInfo.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\UIController.cs" />
|
|
<Compile Include="Matcher\BoyerMooreMatcher.cs" />
|
|
<Compile Include="Matcher\FuzzyMatcher.cs" />
|
|
<Compile Include="Matcher\ModifyFinder.cs" />
|
|
<Compile Include="Model\App.cs" />
|
|
<Compile Include="Model\Bag.cs" />
|
|
<Compile Include="Model\Change.cs" />
|
|
<Compile Include="Model\CommonModifyInfo.cs" />
|
|
<Compile Include="Model\Json\ReleaseApiRes.cs" />
|
|
<Compile Include="Model\Json\VersionJson.cs" />
|
|
<Compile Include="Model\Json\LiteLoaderPackage.cs" />
|
|
<Compile Include="Model\Json\LiteLoaderPluginsManifest.cs" />
|
|
<Compile Include="Model\LiteLoaderRowData.cs" />
|
|
<Compile Include="Model\ModifyInfo.cs" />
|
|
<Compile Include="Model\ReplacePattern.cs" />
|
|
<Compile Include="Model\TargetInfo.cs" />
|
|
<Compile Include="Modifier\AppModifier.cs" />
|
|
<Compile Include="Modifier\FileHexEditor.cs" />
|
|
<Compile Include="Modifier\QQLiteModifier.cs" />
|
|
<Compile Include="Modifier\QQNTModifier.cs" />
|
|
<Compile Include="Modifier\QQModifier.cs" />
|
|
<Compile Include="Modifier\TIMModifier.cs" />
|
|
<Compile Include="Modifier\WechatModifier.cs" />
|
|
<Compile Include="Utils\ByteUtil.cs" />
|
|
<Compile Include="Utils\Device.cs" />
|
|
<Compile Include="Utils\FileUtil.cs" />
|
|
<Compile Include="Utils\GAHelper.cs" />
|
|
<Compile Include="Utils\HttpUtil.cs" />
|
|
<Compile Include="Utils\PathUtil.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Utils\VersionUtil.cs" />
|
|
<EmbeddedResource Include="FormMain.resx">
|
|
<DependentUpon>FormMain.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FormLiteLoaderQQNT.resx">
|
|
<DependentUpon>FormLiteLoaderQQNT.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\FormPatchInfo.resx">
|
|
<DependentUpon>FormPatchInfo.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>
|
|
<None Include="app.manifest" />
|
|
<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>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="icon.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |