diff --git a/frfuel-plus/Config.cs b/Config.cs similarity index 100% rename from frfuel-plus/Config.cs rename to Config.cs diff --git a/frfuel-plus/EntityDecoration.cs b/EntityDecoration.cs similarity index 100% rename from frfuel-plus/EntityDecoration.cs rename to EntityDecoration.cs diff --git a/frfuel-plus/FRFuel.cs b/FRFuel.cs similarity index 100% rename from frfuel-plus/FRFuel.cs rename to FRFuel.cs diff --git a/frfuel-plus/FRFuel.csproj b/FRFuel.csproj similarity index 100% rename from frfuel-plus/FRFuel.csproj rename to FRFuel.csproj diff --git a/frfuel-plus/FRFuel.csproj.user b/FRFuel.csproj.user similarity index 100% rename from frfuel-plus/FRFuel.csproj.user rename to FRFuel.csproj.user diff --git a/FRFuel.sln b/FRFuel.sln index 93ff877..368433b 100644 --- a/FRFuel.sln +++ b/FRFuel.sln @@ -1,6 +1,7 @@ + Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.421 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FRFuel", "FRFuel.csproj", "{11AE476B-DD55-40F9-A374-174808F0C106}" EndProject @@ -14,11 +15,12 @@ Global {11AE476B-DD55-40F9-A374-174808F0C106}.Debug|Any CPU.Build.0 = Debug|Any CPU {11AE476B-DD55-40F9-A374-174808F0C106}.Release|Any CPU.ActiveCfg = Release|Any CPU {11AE476B-DD55-40F9-A374-174808F0C106}.Release|Any CPU.Build.0 = Release|Any CPU + {57AFD88B-342A-45AD-B26F-274854E3A068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {57AFD88B-342A-45AD-B26F-274854E3A068}.Debug|Any CPU.Build.0 = Debug|Any CPU + {57AFD88B-342A-45AD-B26F-274854E3A068}.Release|Any CPU.ActiveCfg = Release|Any CPU + {57AFD88B-342A-45AD-B26F-274854E3A068}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {3CC157DE-85D1-490B-B8E8-EA8AE5B2E462} - EndGlobalSection EndGlobal diff --git a/frfuel-plus/GasStations.cs b/GasStations.cs similarity index 100% rename from frfuel-plus/GasStations.cs rename to GasStations.cs diff --git a/frfuel-plus/HUD.cs b/HUD.cs similarity index 100% rename from frfuel-plus/HUD.cs rename to HUD.cs diff --git a/frfuel-plus/InLoopOutAnimation.cs b/InLoopOutAnimation.cs similarity index 100% rename from frfuel-plus/InLoopOutAnimation.cs rename to InLoopOutAnimation.cs diff --git a/frfuel-plus/TinyTween.cs b/TinyTween.cs similarity index 100% rename from frfuel-plus/TinyTween.cs rename to TinyTween.cs diff --git a/frfuel-plus/dist/GasStations.json b/dist/GasStations.json similarity index 100% rename from frfuel-plus/dist/GasStations.json rename to dist/GasStations.json diff --git a/frfuel-plus/dist/Newtonsoft.Json.dll b/dist/Newtonsoft.Json.dll similarity index 100% rename from frfuel-plus/dist/Newtonsoft.Json.dll rename to dist/Newtonsoft.Json.dll diff --git a/frfuel-plus/dist/__resource.lua b/dist/__resource.lua similarity index 100% rename from frfuel-plus/dist/__resource.lua rename to dist/__resource.lua diff --git a/frfuel-plus/dist/config.ini b/dist/config.ini similarity index 100% rename from frfuel-plus/dist/config.ini rename to dist/config.ini diff --git a/frfuel-plus/FRFuel.sln b/frfuel-plus/FRFuel.sln deleted file mode 100644 index 368433b..0000000 --- a/frfuel-plus/FRFuel.sln +++ /dev/null @@ -1,26 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FRFuel", "FRFuel.csproj", "{11AE476B-DD55-40F9-A374-174808F0C106}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {11AE476B-DD55-40F9-A374-174808F0C106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {11AE476B-DD55-40F9-A374-174808F0C106}.Debug|Any CPU.Build.0 = Debug|Any CPU - {11AE476B-DD55-40F9-A374-174808F0C106}.Release|Any CPU.ActiveCfg = Release|Any CPU - {11AE476B-DD55-40F9-A374-174808F0C106}.Release|Any CPU.Build.0 = Release|Any CPU - {57AFD88B-342A-45AD-B26F-274854E3A068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {57AFD88B-342A-45AD-B26F-274854E3A068}.Debug|Any CPU.Build.0 = Debug|Any CPU - {57AFD88B-342A-45AD-B26F-274854E3A068}.Release|Any CPU.ActiveCfg = Release|Any CPU - {57AFD88B-342A-45AD-B26F-274854E3A068}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/frfuel-plus/Properties/AssemblyInfo.cs b/frfuel-plus/Properties/AssemblyInfo.cs deleted file mode 100644 index 16b12b8..0000000 --- a/frfuel-plus/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("FRFuel")] -[assembly: AssemblyDescription("FiveReborn Fuel Script")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("FRFuel")] -[assembly: AssemblyCopyright("Copyright © RiderSx 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("11ae476b-dd55-40f9-a374-174808f0c106")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/frfuel-plus/version.txt b/version.txt similarity index 100% rename from frfuel-plus/version.txt rename to version.txt