diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 2f894ece8..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "SteamAuth"] - path = SteamAuth - url = https://github.com/geel9/SteamAuth diff --git a/SteamAuth b/SteamAuth deleted file mode 160000 index c4745e365..000000000 --- a/SteamAuth +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c4745e365b91205d3b86f3b69e0981da31ee9c44 diff --git a/SteamBot.sln b/SteamBot.sln index b0134db4a..fa454aeef 100644 --- a/SteamBot.sln +++ b/SteamBot.sln @@ -14,8 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C8129C .nuget\NuGet.targets = .nuget\NuGet.targets EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamAuth", "SteamAuth\SteamAuth\SteamAuth.csproj", "{5AD0934E-F6C4-4AE5-83AF-C788313B2A87}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -30,10 +28,6 @@ Global {6CEC0333-81EB-40EE-85D1-941363626FC7}.Debug|Any CPU.Build.0 = Debug|Any CPU {6CEC0333-81EB-40EE-85D1-941363626FC7}.Release|Any CPU.ActiveCfg = Release|Any CPU {6CEC0333-81EB-40EE-85D1-941363626FC7}.Release|Any CPU.Build.0 = Release|Any CPU - {5AD0934E-F6C4-4AE5-83AF-C788313B2A87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5AD0934E-F6C4-4AE5-83AF-C788313B2A87}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5AD0934E-F6C4-4AE5-83AF-C788313B2A87}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5AD0934E-F6C4-4AE5-83AF-C788313B2A87}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SteamBot/ExampleBot.csproj b/SteamBot/ExampleBot.csproj index 4d10ef680..c920af64a 100644 --- a/SteamBot/ExampleBot.csproj +++ b/SteamBot/ExampleBot.csproj @@ -38,14 +38,18 @@ true - - False - ..\packages\Newtonsoft.Json.6.0.7\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll + True False ..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll + + ..\packages\SteamAuth.1.0.1\lib\net45\SteamAuth.dll + True + False ..\packages\SteamKit2.1.6.2\lib\net40\SteamKit2.dll @@ -92,10 +96,6 @@ - - {5ad0934e-f6c4-4ae5-83af-c788313b2a87} - SteamAuth - {6CEC0333-81EB-40EE-85D1-941363626FC7} SteamTrade diff --git a/SteamBot/packages.config b/SteamBot/packages.config index 37191d6e6..cb85b60b4 100644 --- a/SteamBot/packages.config +++ b/SteamBot/packages.config @@ -1,6 +1,7 @@  - + + \ No newline at end of file diff --git a/SteamTrade/SteamTrade.csproj b/SteamTrade/SteamTrade.csproj index 1ad4d7f44..61fe8fb95 100644 --- a/SteamTrade/SteamTrade.csproj +++ b/SteamTrade/SteamTrade.csproj @@ -36,12 +36,17 @@ false - - ..\packages\Newtonsoft.Json.6.0.7\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll + True ..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll + + ..\packages\SteamAuth.1.0.1\lib\net45\SteamAuth.dll + True + ..\packages\SteamKit2.1.6.2\lib\net40\SteamKit2.dll @@ -74,4 +79,4 @@ - + \ No newline at end of file diff --git a/SteamTrade/packages.config b/SteamTrade/packages.config index 37191d6e6..cde28eb5b 100644 --- a/SteamTrade/packages.config +++ b/SteamTrade/packages.config @@ -1,6 +1,7 @@  - + + \ No newline at end of file