Skip to content

Commit

Permalink
Rename BetterSynapse -> MiniSynapse,
Browse files Browse the repository at this point in the history
  • Loading branch information
miyu committed Jul 25, 2015
1 parent e37407a commit f522b68
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion BetterSynapse.sln → ItzWarty.MiniSynapse.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterSynapse", "BetterSynapse\BetterSynapse.csproj", "{69ACE22E-8599-4DD8-A53C-C0D320015F7A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ItzWarty.MiniSynapse", "ItzWarty.MiniSynapse\ItzWarty.MiniSynapse.csproj", "{69ACE22E-8599-4DD8-A53C-C0D320015F7A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{69ACE22E-8599-4DD8-A53C-C0D320015F7A}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BetterSynapse</RootNamespace>
<AssemblyName>BetterSynapse</AssemblyName>
<RootNamespace>ItzWarty.MiniSynapse</RootNamespace>
<AssemblyName>ItzWarty.MiniSynapse</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions BetterSynapse/Program.cs → ItzWarty.MiniSynapse/Program.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Razer.Emily.Common;
using System;
using System.Windows.Forms;
using Razer.Emily.Common;
using Razer.Emily.UI;
using Razer.Storage;
using System;
using System.Windows.Forms;

namespace BetterSynapse {
namespace ItzWarty.MiniSynapse {
class Program {
[STAThread]
static void Main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// 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("BetterSynapse")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("ItzWarty.MiniSynapse")]
[assembly: AssemblyDescription("Runs Razer Device Configuration")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BetterSynapse")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyProduct("ItzWarty.MiniSynapse")]
[assembly: AssemblyCopyright("Copyright © ItzWarty 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit f522b68

Please sign in to comment.