|
2 | 2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
| 5 | + </PropertyGroup> |
| 6 | + <PropertyGroup> |
| 7 | + <LangVersion>Latest</LangVersion> |
5 | 8 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 9 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 10 | <ProjectGuid>{53370A50-3DC8-45C9-A300-D396D8731DE8}</ProjectGuid> |
8 | 11 | <OutputType>Exe</OutputType> |
9 | | - <RootNamespace>OverwolfInsiderPatcher</RootNamespace> |
10 | | - <AssemblyName>OverwolfInsiderPatcher</AssemblyName> |
| 12 | + <RootNamespace>OverwolfPatcher</RootNamespace> |
| 13 | + <AssemblyName>OverwolfPatcher</AssemblyName> |
11 | 14 | <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
| 15 | + <!--TargetFramework>net5.0</TargetFramework--> |
12 | 16 | <FileAlignment>512</FileAlignment> |
13 | 17 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 | 18 | <Deterministic>true</Deterministic> |
15 | 19 | <TargetFrameworkProfile /> |
16 | 20 | <NuGetPackageImportStamp> |
17 | 21 | </NuGetPackageImportStamp> |
| 22 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
18 | 23 | <PublishUrl>publish\</PublishUrl> |
19 | 24 | <Install>true</Install> |
20 | 25 | <InstallFrom>Disk</InstallFrom> |
|
27 | 32 | <MapFileExtensions>true</MapFileExtensions> |
28 | 33 | <ApplicationRevision>0</ApplicationRevision> |
29 | 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
30 | | - <IsWebBootstrapper>false</IsWebBootstrapper> |
31 | 35 | <UseApplicationTrust>false</UseApplicationTrust> |
32 | 36 | <BootstrapperEnabled>true</BootstrapperEnabled> |
33 | 37 | </PropertyGroup> |
34 | 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
35 | 39 | <PlatformTarget>AnyCPU</PlatformTarget> |
36 | 40 | <DebugSymbols>true</DebugSymbols> |
37 | 41 | <DebugType>full</DebugType> |
38 | | - <Optimize>false</Optimize> |
| 42 | + <Optimize>true</Optimize> |
39 | 43 | <OutputPath>bin\Debug\</OutputPath> |
40 | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
41 | 45 | <ErrorReport>prompt</ErrorReport> |
42 | 46 | <WarningLevel>4</WarningLevel> |
| 47 | + <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies> |
| 48 | + <DocumentationFile>bin\Debug\OverwolfPatcher.xml</DocumentationFile> |
43 | 49 | </PropertyGroup> |
44 | 50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
45 | 51 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
52 | 58 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
53 | 59 | </PropertyGroup> |
54 | 60 | <PropertyGroup> |
55 | | - <ApplicationIcon>IconFileOverwolf_32Bit_16_32_48_256.ico</ApplicationIcon> |
| 61 | + <ApplicationIcon>icon.ico</ApplicationIcon> |
56 | 62 | </PropertyGroup> |
57 | 63 | <PropertyGroup> |
58 | 64 | <StartupObject>OverwolfInsiderPatcher.Program</StartupObject> |
|
80 | 86 | <Reference Include="System.Xml" /> |
81 | 87 | </ItemGroup> |
82 | 88 | <ItemGroup> |
| 89 | + <Compile Include="Classes\Overwolf.cs" /> |
| 90 | + <Compile Include="Classes\Patch.cs" /> |
| 91 | + <Compile Include="Patches\Extensions.cs" /> |
| 92 | + <Compile Include="Patches\ClientCommonUtils.cs" /> |
| 93 | + <Compile Include="Patches\Subscriptions.cs" /> |
| 94 | + <Compile Include="Patches\ClientBL.cs" /> |
| 95 | + <Compile Include="Utils\AssemblyInfo.cs" /> |
| 96 | + <Compile Include="Utils\Extensions.cs" /> |
83 | 97 | <Compile Include="InjectMethods.cs" /> |
| 98 | + <Compile Include="Patches\ClientCore.cs" /> |
84 | 99 | <Compile Include="Program.cs" /> |
85 | 100 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 101 | + <Compile Include="Utils\Utils.cs" /> |
86 | 102 | </ItemGroup> |
87 | 103 | <ItemGroup> |
88 | 104 | <None Include="App.config" /> |
89 | 105 | <None Include="ILMerge.props" /> |
90 | 106 | <None Include="packages.config" /> |
91 | 107 | </ItemGroup> |
92 | 108 | <ItemGroup> |
93 | | - <Content Include="IconFileOverwolf_32Bit_16_32_48_256.ico" /> |
| 109 | + <Content Include="icon.ico" /> |
94 | 110 | </ItemGroup> |
95 | 111 | <ItemGroup> |
96 | 112 | <BootstrapperPackage Include=".NETFramework,Version=v4.8"> |
|
0 commit comments