Skip to content

Commit

Permalink
Project upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DUB1401 committed Apr 25, 2023
0 parents commit ec430ac
Show file tree
Hide file tree
Showing 21 changed files with 3,103 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AS2R Resolution Patcher/bin
AS2R Resolution Patcher/obj
.vs

25 changes: 25 additions & 0 deletions AS2R Resolution Patcher.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AS2R Resolution Patcher", "AS2R Resolution Patcher\AS2R Resolution Patcher.csproj", "{5D219D63-2D32-409E-89CD-39CB8C3B2B15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D219D63-2D32-409E-89CD-39CB8C3B2B15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D219D63-2D32-409E-89CD-39CB8C3B2B15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D219D63-2D32-409E-89CD-39CB8C3B2B15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D219D63-2D32-409E-89CD-39CB8C3B2B15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BE0103E-A8BA-4FC0-BF35-5A6247C165CA}
EndGlobalSection
EndGlobal
27 changes: 27 additions & 0 deletions AS2R Resolution Patcher/AS2R Resolution Patcher.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<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>
</PropertyGroup>

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

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

</Project>
8 changes: 8 additions & 0 deletions AS2R Resolution Patcher/AS2R Resolution Patcher.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Compile Update="Form1.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>
Binary file added AS2R Resolution Patcher/AlienShooter.ico
Binary file not shown.
Binary file added AS2R Resolution Patcher/AlienShooter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ec430ac

Please sign in to comment.