Move projects to better folder names

FeroxRev [2016-07-21 06:04:10]
Move projects to better folder names
Filename
Pokemon Go Rocket API.sln
PokemonGo/RocketAPI/Console/App.config
PokemonGo/RocketAPI/Console/PokemonGo.RocketAPI.Console.csproj
PokemonGo/RocketAPI/Console/Program.cs
PokemonGo/RocketAPI/Console/Properties/AssemblyInfo.cs
PokemonGo/RocketAPI/Console/Settings.cs
PokemonGo/RocketAPI/Console/packages.config
PokemonGo.RocketAPI.Logic/Logic.cs
PokemonGo.RocketAPI.Logic/Navigation.cs
PokemonGo.RocketAPI.Logic/PokemonGo.RocketAPI.Logic.csproj
PokemonGo.RocketAPI.Logic/Properties/AssemblyInfo.cs
PokemonGo/RocketAPI/Client.cs
PokemonGo/RocketAPI/Enums/AuthType.cs
PokemonGo/RocketAPI/Enums/MiscEnums.cs
PokemonGo/RocketAPI/Enums/RequestType.cs
PokemonGo/RocketAPI/Exceptions/PTCOfflineException.cs
PokemonGo/RocketAPI/Extensions/DateTimeExtensions.cs
PokemonGo/RocketAPI/Extensions/HttpClientExtensions.cs
PokemonGo/RocketAPI/GeneratedCode/AllEnum.cs
PokemonGo/RocketAPI/GeneratedCode/Payloads.cs
PokemonGo/RocketAPI/GeneratedCode/Request.cs
PokemonGo/RocketAPI/GeneratedCode/Response.cs
PokemonGo/RocketAPI/Helpers/HttpClientHelper.cs
PokemonGo/RocketAPI/Helpers/JsonHelper.cs
PokemonGo/RocketAPI/Helpers/ProtoHelper.cs
PokemonGo/RocketAPI/Helpers/RandomHelper.cs
PokemonGo/RocketAPI/Helpers/RequestBuilder.cs
PokemonGo/RocketAPI/Helpers/RetryHandler.cs
PokemonGo/RocketAPI/Helpers/S2Helper.cs
PokemonGo/RocketAPI/Helpers/Utils.cs
PokemonGo/RocketAPI/ISettings.cs
PokemonGo/RocketAPI/Login/GoogleLogin.cs
PokemonGo/RocketAPI/Login/PtcLogin.cs
PokemonGo/RocketAPI/PokemonGo.RocketAPI.csproj
PokemonGo/RocketAPI/Properties/AssemblyInfo.cs
PokemonGo/RocketAPI/Proto/AllEnum.proto
PokemonGo/RocketAPI/Proto/Payloads.proto
PokemonGo/RocketAPI/Proto/Request.proto
PokemonGo/RocketAPI/Proto/Response.proto
PokemonGo/RocketAPI/Resources.cs
PokemonGo/RocketAPI/app.config
PokemonGo/RocketAPI/packages.config
diff --git a/Pokemon Go Rocket API.sln b/Pokemon Go Rocket API.sln
index a479e7e..91f8a3f 100644
--- a/Pokemon Go Rocket API.sln
+++ b/Pokemon Go Rocket API.sln
@@ -3,9 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 14
 VisualStudioVersion = 14.0.23107.0
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokemonGo.RocketAPI", "PokemonGo\RocketAPI\PokemonGo.RocketAPI.csproj", "{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokemonGo.RocketAPI", "PokemonGo.RocketAPI\PokemonGo.RocketAPI.csproj", "{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokemonGo.RocketAPI.Console", "PokemonGo\RocketAPI\Console\PokemonGo.RocketAPI.Console.csproj", "{1FEA147E-F704-497B-A538-00B053B5F672}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokemonGo.RocketAPI.Console", "PokemonGo.RocketAPI.Console\PokemonGo.RocketAPI.Console.csproj", "{1FEA147E-F704-497B-A538-00B053B5F672}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokemonGo.RocketAPI.Logic", "PokemonGo.RocketAPI.Logic\PokemonGo.RocketAPI.Logic.csproj", "{0739E40D-C589-4AEB-93E5-EE8CD6773C60}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -21,6 +23,10 @@ Global
 		{1FEA147E-F704-497B-A538-00B053B5F672}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{1FEA147E-F704-497B-A538-00B053B5F672}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{1FEA147E-F704-497B-A538-00B053B5F672}.Release|Any CPU.Build.0 = Release|Any CPU
+		{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
diff --git a/PokemonGo/RocketAPI/Console/App.config b/PokemonGo.RocketAPI.Console/App.config
similarity index 100%
rename from PokemonGo/RocketAPI/Console/App.config
rename to PokemonGo.RocketAPI.Console/App.config
diff --git a/PokemonGo/RocketAPI/Console/PokemonGo.RocketAPI.Console.csproj b/PokemonGo.RocketAPI.Console/PokemonGo.RocketAPI.Console.csproj
similarity index 97%
rename from PokemonGo/RocketAPI/Console/PokemonGo.RocketAPI.Console.csproj
rename to PokemonGo.RocketAPI.Console/PokemonGo.RocketAPI.Console.csproj
index fafb5f7..09946cf 100644
--- a/PokemonGo/RocketAPI/Console/PokemonGo.RocketAPI.Console.csproj
+++ b/PokemonGo.RocketAPI.Console/PokemonGo.RocketAPI.Console.csproj
@@ -56,7 +56,7 @@
     <None Include="packages.config" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\PokemonGo.RocketAPI.csproj">
+    <ProjectReference Include="..\PokemonGo.RocketAPI\PokemonGo.RocketAPI.csproj">
       <Project>{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}</Project>
       <Name>PokemonGo.RocketAPI</Name>
     </ProjectReference>
diff --git a/PokemonGo/RocketAPI/Console/Program.cs b/PokemonGo.RocketAPI.Console/Program.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Console/Program.cs
rename to PokemonGo.RocketAPI.Console/Program.cs
diff --git a/PokemonGo/RocketAPI/Console/Properties/AssemblyInfo.cs b/PokemonGo.RocketAPI.Console/Properties/AssemblyInfo.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Console/Properties/AssemblyInfo.cs
rename to PokemonGo.RocketAPI.Console/Properties/AssemblyInfo.cs
diff --git a/PokemonGo/RocketAPI/Console/Settings.cs b/PokemonGo.RocketAPI.Console/Settings.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Console/Settings.cs
rename to PokemonGo.RocketAPI.Console/Settings.cs
diff --git a/PokemonGo/RocketAPI/Console/packages.config b/PokemonGo.RocketAPI.Console/packages.config
similarity index 100%
rename from PokemonGo/RocketAPI/Console/packages.config
rename to PokemonGo.RocketAPI.Console/packages.config
diff --git a/PokemonGo.RocketAPI.Logic/Logic.cs b/PokemonGo.RocketAPI.Logic/Logic.cs
new file mode 100644
index 0000000..cfc157d
--- /dev/null
+++ b/PokemonGo.RocketAPI.Logic/Logic.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace PokemonGo.RocketAPI.Logic
+{
+    public class Logic
+    {
+    }
+}
diff --git a/PokemonGo.RocketAPI.Logic/Navigation.cs b/PokemonGo.RocketAPI.Logic/Navigation.cs
new file mode 100644
index 0000000..e0665b6
--- /dev/null
+++ b/PokemonGo.RocketAPI.Logic/Navigation.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace PokemonGo.RocketAPI.Logic
+{
+    class Navigation
+    {
+    }
+}
diff --git a/PokemonGo.RocketAPI.Logic/PokemonGo.RocketAPI.Logic.csproj b/PokemonGo.RocketAPI.Logic/PokemonGo.RocketAPI.Logic.csproj
new file mode 100644
index 0000000..ca08488
--- /dev/null
+++ b/PokemonGo.RocketAPI.Logic/PokemonGo.RocketAPI.Logic.csproj
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{0739E40D-C589-4AEB-93E5-EE8CD6773C60}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>PokemonGo.RocketAPI.Logic</RootNamespace>
+    <AssemblyName>PokemonGo.RocketAPI.Logic</AssemblyName>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Net.Http" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Logic.cs" />
+    <Compile Include="Navigation.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file
diff --git a/PokemonGo.RocketAPI.Logic/Properties/AssemblyInfo.cs b/PokemonGo.RocketAPI.Logic/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..408550a
--- /dev/null
+++ b/PokemonGo.RocketAPI.Logic/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("PokemonGo.RocketAPI.Logic")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("PokemonGo.RocketAPI.Logic")]
+[assembly: AssemblyCopyright("Copyright ©  2016")]
+[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("0739e40d-c589-4aeb-93e5-ee8cd6773c60")]
+
+// 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")]
diff --git a/PokemonGo/RocketAPI/Client.cs b/PokemonGo.RocketAPI/Client.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Client.cs
rename to PokemonGo.RocketAPI/Client.cs
diff --git a/PokemonGo/RocketAPI/Enums/AuthType.cs b/PokemonGo.RocketAPI/Enums/AuthType.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Enums/AuthType.cs
rename to PokemonGo.RocketAPI/Enums/AuthType.cs
diff --git a/PokemonGo/RocketAPI/Enums/MiscEnums.cs b/PokemonGo.RocketAPI/Enums/MiscEnums.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Enums/MiscEnums.cs
rename to PokemonGo.RocketAPI/Enums/MiscEnums.cs
diff --git a/PokemonGo/RocketAPI/Enums/RequestType.cs b/PokemonGo.RocketAPI/Enums/RequestType.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Enums/RequestType.cs
rename to PokemonGo.RocketAPI/Enums/RequestType.cs
diff --git a/PokemonGo/RocketAPI/Exceptions/PTCOfflineException.cs b/PokemonGo.RocketAPI/Exceptions/PTCOfflineException.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Exceptions/PTCOfflineException.cs
rename to PokemonGo.RocketAPI/Exceptions/PTCOfflineException.cs
diff --git a/PokemonGo/RocketAPI/Extensions/DateTimeExtensions.cs b/PokemonGo.RocketAPI/Extensions/DateTimeExtensions.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Extensions/DateTimeExtensions.cs
rename to PokemonGo.RocketAPI/Extensions/DateTimeExtensions.cs
diff --git a/PokemonGo/RocketAPI/Extensions/HttpClientExtensions.cs b/PokemonGo.RocketAPI/Extensions/HttpClientExtensions.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Extensions/HttpClientExtensions.cs
rename to PokemonGo.RocketAPI/Extensions/HttpClientExtensions.cs
diff --git a/PokemonGo/RocketAPI/GeneratedCode/AllEnum.cs b/PokemonGo.RocketAPI/GeneratedCode/AllEnum.cs
similarity index 100%
rename from PokemonGo/RocketAPI/GeneratedCode/AllEnum.cs
rename to PokemonGo.RocketAPI/GeneratedCode/AllEnum.cs
diff --git a/PokemonGo/RocketAPI/GeneratedCode/Payloads.cs b/PokemonGo.RocketAPI/GeneratedCode/Payloads.cs
similarity index 100%
rename from PokemonGo/RocketAPI/GeneratedCode/Payloads.cs
rename to PokemonGo.RocketAPI/GeneratedCode/Payloads.cs
diff --git a/PokemonGo/RocketAPI/GeneratedCode/Request.cs b/PokemonGo.RocketAPI/GeneratedCode/Request.cs
similarity index 100%
rename from PokemonGo/RocketAPI/GeneratedCode/Request.cs
rename to PokemonGo.RocketAPI/GeneratedCode/Request.cs
diff --git a/PokemonGo/RocketAPI/GeneratedCode/Response.cs b/PokemonGo.RocketAPI/GeneratedCode/Response.cs
similarity index 100%
rename from PokemonGo/RocketAPI/GeneratedCode/Response.cs
rename to PokemonGo.RocketAPI/GeneratedCode/Response.cs
diff --git a/PokemonGo/RocketAPI/Helpers/HttpClientHelper.cs b/PokemonGo.RocketAPI/Helpers/HttpClientHelper.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Helpers/HttpClientHelper.cs
rename to PokemonGo.RocketAPI/Helpers/HttpClientHelper.cs
diff --git a/PokemonGo/RocketAPI/Helpers/JsonHelper.cs b/PokemonGo.RocketAPI/Helpers/JsonHelper.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Helpers/JsonHelper.cs
rename to PokemonGo.RocketAPI/Helpers/JsonHelper.cs
diff --git a/PokemonGo/RocketAPI/Helpers/ProtoHelper.cs b/PokemonGo.RocketAPI/Helpers/ProtoHelper.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Helpers/ProtoHelper.cs
rename to PokemonGo.RocketAPI/Helpers/ProtoHelper.cs
diff --git a/PokemonGo/RocketAPI/Helpers/RandomHelper.cs b/PokemonGo.RocketAPI/Helpers/RandomHelper.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Helpers/RandomHelper.cs
rename to PokemonGo.RocketAPI/Helpers/RandomHelper.cs
diff --git a/PokemonGo/RocketAPI/Helpers/RequestBuilder.cs b/PokemonGo.RocketAPI/Helpers/RequestBuilder.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Helpers/RequestBuilder.cs
rename to PokemonGo.RocketAPI/Helpers/RequestBuilder.cs
diff --git a/PokemonGo/RocketAPI/Helpers/RetryHandler.cs b/PokemonGo.RocketAPI/Helpers/RetryHandler.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Helpers/RetryHandler.cs
rename to PokemonGo.RocketAPI/Helpers/RetryHandler.cs
diff --git a/PokemonGo/RocketAPI/Helpers/S2Helper.cs b/PokemonGo.RocketAPI/Helpers/S2Helper.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Helpers/S2Helper.cs
rename to PokemonGo.RocketAPI/Helpers/S2Helper.cs
diff --git a/PokemonGo/RocketAPI/Helpers/Utils.cs b/PokemonGo.RocketAPI/Helpers/Utils.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Helpers/Utils.cs
rename to PokemonGo.RocketAPI/Helpers/Utils.cs
diff --git a/PokemonGo/RocketAPI/ISettings.cs b/PokemonGo.RocketAPI/ISettings.cs
similarity index 100%
rename from PokemonGo/RocketAPI/ISettings.cs
rename to PokemonGo.RocketAPI/ISettings.cs
diff --git a/PokemonGo/RocketAPI/Login/GoogleLogin.cs b/PokemonGo.RocketAPI/Login/GoogleLogin.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Login/GoogleLogin.cs
rename to PokemonGo.RocketAPI/Login/GoogleLogin.cs
diff --git a/PokemonGo/RocketAPI/Login/PtcLogin.cs b/PokemonGo.RocketAPI/Login/PtcLogin.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Login/PtcLogin.cs
rename to PokemonGo.RocketAPI/Login/PtcLogin.cs
diff --git a/PokemonGo/RocketAPI/PokemonGo.RocketAPI.csproj b/PokemonGo.RocketAPI/PokemonGo.RocketAPI.csproj
similarity index 100%
rename from PokemonGo/RocketAPI/PokemonGo.RocketAPI.csproj
rename to PokemonGo.RocketAPI/PokemonGo.RocketAPI.csproj
diff --git a/PokemonGo/RocketAPI/Properties/AssemblyInfo.cs b/PokemonGo.RocketAPI/Properties/AssemblyInfo.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Properties/AssemblyInfo.cs
rename to PokemonGo.RocketAPI/Properties/AssemblyInfo.cs
diff --git a/PokemonGo/RocketAPI/Proto/AllEnum.proto b/PokemonGo.RocketAPI/Proto/AllEnum.proto
similarity index 100%
rename from PokemonGo/RocketAPI/Proto/AllEnum.proto
rename to PokemonGo.RocketAPI/Proto/AllEnum.proto
diff --git a/PokemonGo/RocketAPI/Proto/Payloads.proto b/PokemonGo.RocketAPI/Proto/Payloads.proto
similarity index 100%
rename from PokemonGo/RocketAPI/Proto/Payloads.proto
rename to PokemonGo.RocketAPI/Proto/Payloads.proto
diff --git a/PokemonGo/RocketAPI/Proto/Request.proto b/PokemonGo.RocketAPI/Proto/Request.proto
similarity index 100%
rename from PokemonGo/RocketAPI/Proto/Request.proto
rename to PokemonGo.RocketAPI/Proto/Request.proto
diff --git a/PokemonGo/RocketAPI/Proto/Response.proto b/PokemonGo.RocketAPI/Proto/Response.proto
similarity index 100%
rename from PokemonGo/RocketAPI/Proto/Response.proto
rename to PokemonGo.RocketAPI/Proto/Response.proto
diff --git a/PokemonGo/RocketAPI/Resources.cs b/PokemonGo.RocketAPI/Resources.cs
similarity index 100%
rename from PokemonGo/RocketAPI/Resources.cs
rename to PokemonGo.RocketAPI/Resources.cs
diff --git a/PokemonGo/RocketAPI/app.config b/PokemonGo.RocketAPI/app.config
similarity index 100%
rename from PokemonGo/RocketAPI/app.config
rename to PokemonGo.RocketAPI/app.config
diff --git a/PokemonGo/RocketAPI/packages.config b/PokemonGo.RocketAPI/packages.config
similarity index 100%
rename from PokemonGo/RocketAPI/packages.config
rename to PokemonGo.RocketAPI/packages.config
You may download the files in Public Git.