mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
1e334bfce1
* Update Copyright year Signed-off-by: Million1156 <justathrowermc3@gmail.com>
200 lines
8.4 KiB
XML
200 lines
8.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
- The Peacock Project - a HITMAN server replacement.
|
|
- Copyright (C) 2021-2023 The Peacock Project Team
|
|
-
|
|
- This program is free software: you can redistribute it and/or modify
|
|
- it under the terms of the GNU Affero General Public License as published by
|
|
- the Free Software Foundation, either version 3 of the License, or
|
|
- (at your option) any later version.
|
|
-
|
|
- This program is distributed in the hope that it will be useful,
|
|
- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
- GNU Affero General Public License for more details.
|
|
-
|
|
- You should have received a copy of the GNU Affero General Public License
|
|
- along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<Project ToolsVersion="12.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)' == '' ">x64</Platform>
|
|
<ProjectGuid>{0487D44B-B3E1-4A6E-91E0-47016C391A20}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>HitmanPatcher</RootNamespace>
|
|
<AssemblyName>PeacockPatcher</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<ShouldCreateLogs>True</ShouldCreateLogs>
|
|
<AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>
|
|
<UpdateAssemblyVersion>False</UpdateAssemblyVersion>
|
|
<UpdateAssemblyFileVersion>False</UpdateAssemblyFileVersion>
|
|
<UpdateAssemblyInfoVersion>False</UpdateAssemblyInfoVersion>
|
|
<AssemblyVersionSettings>None.None.None.Increment</AssemblyVersionSettings>
|
|
<AssemblyFileVersionSettings>None.None.None.Increment</AssemblyFileVersionSettings>
|
|
<LangVersion>8</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;PLATFORM_STEAM;PLATFORM_EPIC;PLATFORM_GOG;PLATFORM_SCARLETT;TARGET_WINDOWS</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE;PLATFORM_STEAM;PLATFORM_EPIC;TARGET_WINDOWS</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Linux Release|x64' ">
|
|
<DefineConstants>TRACE;PLATFORM_STEAM;PLATFORM_EPIC</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<OutputPath>bin\x64\Linux.Release\</OutputPath>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Linux Debug|x64' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineConstants>DEBUG;TRACE;PLATFORM_STEAM;PLATFORM_EPIC;PLATFORM_GOG;PLATFORM_SCARLETT</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<OutputPath>bin\x64\Linux.Debug\</OutputPath>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<ApplicationIcon>patcher.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<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.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Cli.cs" />
|
|
<Compile Include="CliLocale.Designer.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>CliLocale.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="HitmanVersion.cs" />
|
|
<Compile Include="MemoryPatcher.cs" />
|
|
<Compile Include="OptionsForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="OptionsForm.Designer.cs">
|
|
<DependentUpon>OptionsForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PatchDefinitions\v1_12.cs" />
|
|
<Compile Include="PatchDefinitions\v1_15.cs" />
|
|
<Compile Include="PatchDefinitions\v1_16.cs" />
|
|
<Compile Include="PatchDefinitions\v2_13.cs" />
|
|
<Compile Include="PatchDefinitions\v2_71.cs" />
|
|
<Compile Include="PatchDefinitions\v3_100.cs" />
|
|
<Compile Include="PatchDefinitions\v3_110.cs" />
|
|
<Compile Include="PatchDefinitions\v3_120.cs" />
|
|
<Compile Include="PatchDefinitions\v3_20.cs" />
|
|
<Compile Include="PatchDefinitions\v3_11.cs" />
|
|
<Compile Include="PatchDefinitions\v3_10.cs" />
|
|
<Compile Include="PatchDefinitions\v2_72.cs" />
|
|
<Compile Include="PatchDefinitions\v3_30.cs" />
|
|
<Compile Include="PatchDefinitions\v3_40.cs" />
|
|
<Compile Include="PatchDefinitions\v3_50.cs" />
|
|
<Compile Include="PatchDefinitions\v3_70.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Settings.cs" />
|
|
<Compile Include="TrayOptionsForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="TrayOptionsForm.Designer.cs">
|
|
<DependentUpon>TrayOptionsForm.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="CliLocale.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>CliLocale.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="OptionsForm.resx">
|
|
<DependentUpon>OptionsForm.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</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="TrayOptionsForm.resx">
|
|
<LastGenOutput>TrayOptionsForm.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="Novikov_error.png" />
|
|
<None Include="Novikov_standard.png" />
|
|
<None Include="Novikov_success.png" />
|
|
<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>
|
|
<Compile Include="PatchDefinitions\vScpc.cs" />
|
|
<Compile Include="AOBScanner.cs" />
|
|
<Compile Include="Pinvoke.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<Content Include="patcher.ico" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|