diff --git a/FRFuel.sln b/FRFuel.sln index 368433b..93ff877 100644 --- a/FRFuel.sln +++ b/FRFuel.sln @@ -1,7 +1,6 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.421 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FRFuel", "FRFuel.csproj", "{11AE476B-DD55-40F9-A374-174808F0C106}" EndProject @@ -15,12 +14,11 @@ 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/Config.cs b/frfuel-plus/Config.cs similarity index 100% rename from Config.cs rename to frfuel-plus/Config.cs diff --git a/EntityDecoration.cs b/frfuel-plus/EntityDecoration.cs similarity index 100% rename from EntityDecoration.cs rename to frfuel-plus/EntityDecoration.cs diff --git a/FRFuel.cs b/frfuel-plus/FRFuel.cs similarity index 100% rename from FRFuel.cs rename to frfuel-plus/FRFuel.cs diff --git a/FRFuel.csproj b/frfuel-plus/FRFuel.csproj similarity index 100% rename from FRFuel.csproj rename to frfuel-plus/FRFuel.csproj diff --git a/FRFuel.csproj.user b/frfuel-plus/FRFuel.csproj.user similarity index 100% rename from FRFuel.csproj.user rename to frfuel-plus/FRFuel.csproj.user diff --git a/frfuel-plus/FRFuel.sln b/frfuel-plus/FRFuel.sln new file mode 100644 index 0000000..368433b --- /dev/null +++ b/frfuel-plus/FRFuel.sln @@ -0,0 +1,26 @@ + +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/GasStations.cs b/frfuel-plus/GasStations.cs similarity index 100% rename from GasStations.cs rename to frfuel-plus/GasStations.cs diff --git a/HUD.cs b/frfuel-plus/HUD.cs similarity index 100% rename from HUD.cs rename to frfuel-plus/HUD.cs diff --git a/InLoopOutAnimation.cs b/frfuel-plus/InLoopOutAnimation.cs similarity index 100% rename from InLoopOutAnimation.cs rename to frfuel-plus/InLoopOutAnimation.cs diff --git a/frfuel-plus/Properties/AssemblyInfo.cs b/frfuel-plus/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..16b12b8 --- /dev/null +++ b/frfuel-plus/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +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/TinyTween.cs b/frfuel-plus/TinyTween.cs similarity index 100% rename from TinyTween.cs rename to frfuel-plus/TinyTween.cs diff --git a/dist/GasStations.json b/frfuel-plus/dist/GasStations.json similarity index 100% rename from dist/GasStations.json rename to frfuel-plus/dist/GasStations.json diff --git a/dist/Newtonsoft.Json.dll b/frfuel-plus/dist/Newtonsoft.Json.dll similarity index 100% rename from dist/Newtonsoft.Json.dll rename to frfuel-plus/dist/Newtonsoft.Json.dll diff --git a/dist/__resource.lua b/frfuel-plus/dist/__resource.lua similarity index 100% rename from dist/__resource.lua rename to frfuel-plus/dist/__resource.lua diff --git a/dist/config.ini b/frfuel-plus/dist/config.ini similarity index 100% rename from dist/config.ini rename to frfuel-plus/dist/config.ini diff --git a/version.txt b/frfuel-plus/version.txt similarity index 100% rename from version.txt rename to frfuel-plus/version.txt