diff --git a/.gitignore b/.gitignore
index 259915d..4328539 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,13 @@
# Debug and Release folder
bin/
obj/
+.vs/
+
+# User-specific files
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
# Windows image file caches
Thumbs.db
diff --git a/.vs/SteamDesktopAuth/v14/.suo b/.vs/SteamDesktopAuth/v14/.suo
deleted file mode 100644
index aa3e623..0000000
Binary files a/.vs/SteamDesktopAuth/v14/.suo and /dev/null differ
diff --git a/SteamDesktopAuth/FodyWeavers.xml b/SteamDesktopAuth/FodyWeavers.xml
new file mode 100644
index 0000000..c6e1b7c
--- /dev/null
+++ b/SteamDesktopAuth/FodyWeavers.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/SteamDesktopAuth/SteamDesktopAuth.csproj b/SteamDesktopAuth/SteamDesktopAuth.csproj
index fea5824..aa2fa7b 100644
--- a/SteamDesktopAuth/SteamDesktopAuth.csproj
+++ b/SteamDesktopAuth/SteamDesktopAuth.csproj
@@ -12,6 +12,8 @@
v4.5.2
512
true
+
+
AnyCPU
@@ -36,6 +38,10 @@
Icon2.ico
+
+ ..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll
+ False
+
..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll
True
@@ -152,10 +158,20 @@
+
+
+
+
+ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/Fody.2.0.0/build/netstandard1.4/Fody.targets b/packages/Fody.2.0.0/build/netstandard1.4/Fody.targets
new file mode 100644
index 0000000..f7311e0
--- /dev/null
+++ b/packages/Fody.2.0.0/build/netstandard1.4/Fody.targets
@@ -0,0 +1,100 @@
+
+
+
+
+
+ $(NCrunchOriginalSolutionDir)
+
+
+
+
+ $(SolutionDir)
+
+
+
+
+ $(MSBuildProjectDirectory)..\..\..\
+
+
+
+
+
+
+ $(KeyOriginatorFile)
+
+
+
+
+ $(AssemblyOriginatorKeyFile)
+
+
+
+
+
+
+
+
+
+ $(ProjectDir)FodyWeavers.xml
+ $(SignAssembly)
+ $(MSBuildThisFileDirectory)..\..\
+
+
+
+
+
+
+
+
+
+
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/Fody.2.0.0/build/portable-net+sl+win+wpa+wp/Fody.targets b/packages/Fody.2.0.0/build/portable-net+sl+win+wpa+wp/Fody.targets
new file mode 100644
index 0000000..f7311e0
--- /dev/null
+++ b/packages/Fody.2.0.0/build/portable-net+sl+win+wpa+wp/Fody.targets
@@ -0,0 +1,100 @@
+
+
+
+
+
+ $(NCrunchOriginalSolutionDir)
+
+
+
+
+ $(SolutionDir)
+
+
+
+
+ $(MSBuildProjectDirectory)..\..\..\
+
+
+
+
+
+
+ $(KeyOriginatorFile)
+
+
+
+
+ $(AssemblyOriginatorKeyFile)
+
+
+
+
+
+
+
+
+
+ $(ProjectDir)FodyWeavers.xml
+ $(SignAssembly)
+ $(MSBuildThisFileDirectory)..\..\
+
+
+
+
+
+
+
+
+
+
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file