Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit 38c58fa

Browse files
committed
Rename examples directory
1 parent 879cc29 commit 38c58fa

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

Rocket.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.Tests", "Rocket.Test
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.ConsoleImplementation", "Rocket.ConsoleImplementation\Rocket.ConsoleImplementation.csproj", "{2C208038-27DA-4F7B-AA8C-276BB2531E1E}"
1717
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.Examples.HelloWorldPlugin", "Rocket.Examples\HelloWorldPlugin\Rocket.Examples.HelloWorldPlugin.csproj", "{31BA2AC3-EF06-430F-8008-61D16FD567B5}"
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorldPlugin", "examples\HelloWorldPlugin\HelloWorldPlugin.csproj", "{31BA2AC3-EF06-430F-8008-61D16FD567B5}"
1919
EndProject
2020
Global
2121
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -116,7 +116,7 @@ Global
116116
HideSolutionNode = FALSE
117117
EndGlobalSection
118118
GlobalSection(ExtensibilityGlobals) = postSolution
119-
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
120119
SolutionGuid = {44CEEF5D-7AE2-4DF9-91E1-E4B4B0C9EAC1}
120+
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
121121
EndGlobalSection
122122
EndGlobal

Rocket.Examples/HelloWorldPlugin/HelloWorldPlugin.cs renamed to examples/HelloWorldPlugin/HelloWorldPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Rocket.API.Logging;
33
using Rocket.Core.Plugins;
44

5-
namespace HelloWorldPlugin
5+
namespace Rocket.Examples.HelloWorldPlugin
66
{
77
public class HelloWorldPlugin : Plugin
88
{

Rocket.Examples/HelloWorldPlugin/Rocket.Examples.HelloWorldPlugin.csproj renamed to examples/HelloWorldPlugin/HelloWorldPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{31BA2AC3-EF06-430F-8008-61D16FD567B5}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>HelloWorldPlugin</RootNamespace>
11+
<RootNamespace>Rocket.Examples.HelloWorldPlugin</RootNamespace>
1212
<AssemblyName>HelloWorldPlugin</AssemblyName>
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>

Rocket.Examples/HelloWorldPlugin/Properties/AssemblyInfo.cs renamed to examples/HelloWorldPlugin/Properties/AssemblyInfo.cs

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)