Revert "Fix custom device info is getting resetted when the bot starts"
Gh0st [2016-08-22 17:32:18]
Revert "Fix custom device info is getting resetted when the bot starts"
This reverts commit 95e65799bb2230eaec5777685631587c3b557c64.
diff --git a/PokemonGo.RocketBot.Logic/PokemonGo.RocketBot.Logic.csproj b/PokemonGo.RocketBot.Logic/PokemonGo.RocketBot.Logic.csproj
index 3c64d04..43977d9 100644
--- a/PokemonGo.RocketBot.Logic/PokemonGo.RocketBot.Logic.csproj
+++ b/PokemonGo.RocketBot.Logic/PokemonGo.RocketBot.Logic.csproj
@@ -218,11 +218,11 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\POGOProtos\POGOProtos.csproj">
+ <ProjectReference Include="..\POGOProtos\POGOProtos.csproj">
<Project>{a03a7bb2-4f0b-467b-84b2-9a76e6aae6fb}</Project>
<Name>POGOProtos</Name>
</ProjectReference>
- <ProjectReference Include="..\..\PokemonGo.RocketAPI\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.RocketBot.Window/PokemonGo.RocketBot.Window.csproj b/PokemonGo.RocketBot.Window/PokemonGo.RocketBot.Window.csproj
index 210f267..4ce519b 100644
--- a/PokemonGo.RocketBot.Window/PokemonGo.RocketBot.Window.csproj
+++ b/PokemonGo.RocketBot.Window/PokemonGo.RocketBot.Window.csproj
@@ -528,11 +528,11 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\POGOProtos\POGOProtos.csproj">
+ <ProjectReference Include="..\POGOProtos\POGOProtos.csproj">
<Project>{a03a7bb2-4f0b-467b-84b2-9a76e6aae6fb}</Project>
<Name>POGOProtos</Name>
</ProjectReference>
- <ProjectReference Include="..\..\PokemonGo.RocketAPI\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/RocketBot.sln b/RocketBot.sln
index 2365735..16e958f 100644
--- a/RocketBot.sln
+++ b/RocketBot.sln
@@ -15,12 +15,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokemonGo.RocketBot.Window"
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB} = {A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}
EndProjectSection
EndProject
-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}"
ProjectSection(ProjectDependencies) = postProject
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB} = {A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "POGOProtos", "..\POGOProtos\POGOProtos.csproj", "{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "POGOProtos", "POGOProtos\POGOProtos.csproj", "{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
You may download the files in Public Git.