From f31e38d0aaff8917d5b4ec8c88efecac61660b7b Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Tue, 23 Aug 2016 10:38:53 -0400 Subject: [PATCH] I dont know what i did, but it doesn't break building. --- Manifest.cs | 2 +- Program.cs | 2 +- makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Manifest.cs b/Manifest.cs index fd61854..a4bf1e1 100644 --- a/Manifest.cs +++ b/Manifest.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; using SteamAuth; using System; using System.Collections.Generic; diff --git a/Program.cs b/Program.cs index 74e621b..f74ece3 100644 --- a/Program.cs +++ b/Program.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; using SteamAuth; using System; using System.Collections.Generic; diff --git a/makefile b/makefile index 809621b..734f938 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -all: Program.cs +all: Program.cs mkdir -p build/ nuget restore SteamAuth/SteamAuth/SteamAuth.sln mcs -target:library -out:build/SteamAuth.dll -r:SteamAuth/SteamAuth/packages/Newtonsoft.Json.7.0.1/lib/net45/Newtonsoft.Json.dll SteamAuth/SteamAuth/APIEndpoints.cs SteamAuth/SteamAuth/AuthenticatorLinker.cs SteamAuth/SteamAuth/Confirmation.cs SteamAuth/SteamAuth/SessionData.cs SteamAuth/SteamAuth/SteamGuardAccount.cs SteamAuth/SteamAuth/SteamWeb.cs SteamAuth/SteamAuth/TimeAligner.cs SteamAuth/SteamAuth/UserLogin.cs SteamAuth/SteamAuth/Util.cs SteamAuth/SteamAuth/Properties/AssemblyInfo.cs