diff --git a/Facepunch.Steamworks.Test/Facepunch.Steamworks.TestWin32.csproj b/Facepunch.Steamworks.Test/Facepunch.Steamworks.TestWin32.csproj index 6919bc6..278596f 100644 --- a/Facepunch.Steamworks.Test/Facepunch.Steamworks.TestWin32.csproj +++ b/Facepunch.Steamworks.Test/Facepunch.Steamworks.TestWin32.csproj @@ -131,6 +131,11 @@ Facepunch.Steamworks.Win32 + + + Always + + diff --git a/Facepunch.Steamworks.Test/Facepunch.Steamworks.TestWin64.csproj b/Facepunch.Steamworks.Test/Facepunch.Steamworks.TestWin64.csproj index 4f169bf..c4353e2 100644 --- a/Facepunch.Steamworks.Test/Facepunch.Steamworks.TestWin64.csproj +++ b/Facepunch.Steamworks.Test/Facepunch.Steamworks.TestWin64.csproj @@ -131,6 +131,11 @@ Facepunch.Steamworks.Win64 + + + Always + + diff --git a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll b/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll deleted file mode 100644 index ba15291..0000000 Binary files a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll and /dev/null differ diff --git a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll b/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll deleted file mode 100644 index 39bd4f3..0000000 Binary files a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll and /dev/null differ diff --git a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll b/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll deleted file mode 100644 index a4db1c1..0000000 Binary files a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll and /dev/null differ diff --git a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll b/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll deleted file mode 100644 index c426bea..0000000 Binary files a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll and /dev/null differ diff --git a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.dll b/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.dll deleted file mode 100644 index d4afc5e..0000000 Binary files a/Facepunch.Steamworks.Test/bin/x64/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.dll and /dev/null differ diff --git a/Facepunch.Steamworks.Test/bin/x64/Debug/Newtonsoft.Json.dll b/Facepunch.Steamworks.Test/bin/x64/Debug/Newtonsoft.Json.dll deleted file mode 100644 index 5523f5c..0000000 Binary files a/Facepunch.Steamworks.Test/bin/x64/Debug/Newtonsoft.Json.dll and /dev/null differ diff --git a/Facepunch.Steamworks.Test/bin/x64/Debug/steam_api64.dll b/Facepunch.Steamworks.Test/bin/x64/Debug/steam_api64.dll deleted file mode 100644 index a0ded9f..0000000 Binary files a/Facepunch.Steamworks.Test/bin/x64/Debug/steam_api64.dll and /dev/null differ diff --git a/Facepunch.Steamworks.Test/bin/Release/steam_api.dll b/Facepunch.Steamworks.Test/steam_api.dll similarity index 100% rename from Facepunch.Steamworks.Test/bin/Release/steam_api.dll rename to Facepunch.Steamworks.Test/steam_api.dll diff --git a/Facepunch.Steamworks.Test/bin/Release/steam_api64.dll b/Facepunch.Steamworks.Test/steam_api64.dll similarity index 100% rename from Facepunch.Steamworks.Test/bin/Release/steam_api64.dll rename to Facepunch.Steamworks.Test/steam_api64.dll diff --git a/Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj b/Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj index 459081e..4b41172 100644 --- a/Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj +++ b/Facepunch.Steamworks/Facepunch.Steamworks.Win64.csproj @@ -27,10 +27,16 @@ - Always + + + + + + + diff --git a/Facepunch.Steamworks/steam_api.dll b/Facepunch.Steamworks/steam_api.dll index 6e0f440..8a9939b 100644 Binary files a/Facepunch.Steamworks/steam_api.dll and b/Facepunch.Steamworks/steam_api.dll differ diff --git a/Facepunch.Steamworks/steam_api64.dll b/Facepunch.Steamworks/steam_api64.dll index ad13f2b..a0ded9f 100644 Binary files a/Facepunch.Steamworks/steam_api64.dll and b/Facepunch.Steamworks/steam_api64.dll differ