Skip to content

Commit

Permalink
rearrange-git
Browse files Browse the repository at this point in the history
  • Loading branch information
realsarge committed Nov 25, 2019
1 parent e850047 commit bd9ae88
Show file tree
Hide file tree
Showing 17 changed files with 67 additions and 7 deletions.
12 changes: 5 additions & 7 deletions FRFuel.sln
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions frfuel-plus/FRFuel.sln
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 36 additions & 0 deletions frfuel-plus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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")]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bd9ae88

Please sign in to comment.