Skip to content

Commit

Permalink
[Project] Upload Visual Studio project
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx committed Dec 22, 2020
1 parent d5865bc commit 0099884
Show file tree
Hide file tree
Showing 19 changed files with 6,283 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Hyper
Copyright (c) 2020 HyperBE32

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# Sonic-06-Character-Swapper
A super fast character swapping tool for SONIC THE HEDGEHOG (2006)
<br>

<p align="center">
<img src="https://github.com/HyperBE32/Marathon/blob/marathon-master/Marathon.Toolkit/Resources/Images/Logos/Logo_Medium_Colour.png?raw=true" />
</p>

<h1 align="center">Sonic '06 Character Swapper</h1>

<h3 align="center">A super fast character swapping tool for SONIC THE HEDGEHOG (2006) using Marathon APIs</h3>

<br>
25 changes: 25 additions & 0 deletions Sonic-06-Character-Swapper.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 16
VisualStudioVersion = 16.0.30803.129
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sonic-06-Character-Swapper", "Sonic-06-Character-Swapper\Sonic-06-Character-Swapper.csproj", "{C4CE61B0-F8D2-4BED-8F55-7CDDB21A70A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4CE61B0-F8D2-4BED-8F55-7CDDB21A70A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4CE61B0-F8D2-4BED-8F55-7CDDB21A70A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4CE61B0-F8D2-4BED-8F55-7CDDB21A70A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4CE61B0-F8D2-4BED-8F55-7CDDB21A70A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF9A99C8-A4D7-46B3-9D59-186ED789A0F0}
EndGlobalSection
EndGlobal
2,804 changes: 2,804 additions & 0 deletions Sonic-06-Character-Swapper/Forms/Main.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 0099884

Please sign in to comment.