Skip to content

Commit

Permalink
Add: custom resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
DUB1401 committed Apr 25, 2023
1 parent ec430ac commit fa6ab82
Show file tree
Hide file tree
Showing 9 changed files with 1,077 additions and 670 deletions.
44 changes: 44 additions & 0 deletions AS2R Resolution Patcher/AS2R Resolution Patcher - Backup.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<RootNamespace>AS2R_Resolution_Patcher</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.0.1</Version>
<Authors>$(AssemblyName)</Authors>
<Company>$(Authors)</Company>
<Copyright>Copyright © DUB1401. 2023.</Copyright>
<Title></Title>
<AssemblyName>AS2R-Resolution-Patcher-1.0.1</AssemblyName>
</PropertyGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<AutoGen>True</AutoGen>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>

</Project>
17 changes: 17 additions & 0 deletions AS2R Resolution Patcher/AS2R Resolution Patcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.0.1</Version>
<Authors>$(AssemblyName)</Authors>
<Company>$(Authors)</Company>
<Copyright>Copyright © DUB1401. 2023.</Copyright>
<Title></Title>
<AssemblyName>AS2R-Resolution-Patcher-1.0.1</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand All @@ -15,6 +21,10 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<AutoGen>True</AutoGen>
</Compile>
</ItemGroup>

<ItemGroup>
Expand All @@ -24,4 +34,11 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>

</Project>
Loading

0 comments on commit fa6ab82

Please sign in to comment.