mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 06:38:01 +03:00
All tests passing
This commit is contained in:
parent
2e08c75aeb
commit
04a02ba59b
15
.gitignore
vendored
15
.gitignore
vendored
@ -45,3 +45,18 @@ $RECYCLE.BIN/
|
|||||||
Network Trash Folder
|
Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
Facepunch.Steamworks.Test/bin/Debug/Facepunch.Steamworks.dll
|
||||||
|
*.pdb
|
||||||
|
Facepunch.Steamworks.Test/bin/Debug/Facepunch.Steamworks.Test.dll
|
||||||
|
*.suo
|
||||||
|
Facepunch.Steamworks.Test/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
|
||||||
|
Facepunch.Steamworks.Test/bin/Release/Facepunch.Steamworks.dll
|
||||||
|
Facepunch.Steamworks.Test/bin/Release/Facepunch.Steamworks.Test.dll
|
||||||
|
Facepunch.Steamworks.Test/bin/Release/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
|
||||||
|
*.user
|
||||||
|
*.cache
|
||||||
|
TestResults
|
||||||
|
obj
|
||||||
|
Facepunch.Steamworks/bin/Debug/Facepunch.Steamworks.Api.dll
|
||||||
|
Facepunch.Steamworks/bin/Debug/Facepunch.Steamworks.dll
|
||||||
|
Facepunch.Steamworks/bin/Release/Facepunch.Steamworks.dll
|
@ -4,6 +4,8 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|||||||
namespace Facepunch.Steamworks.Test
|
namespace Facepunch.Steamworks.Test
|
||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
|
[DeploymentItem( "FacepunchSteamworksApi.dll" )]
|
||||||
|
[DeploymentItem( "steam_appid.txt" )]
|
||||||
public class Client
|
public class Client
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
BIN
Facepunch.Steamworks.Test/bin/Debug/FacepunchSteamworksApi.dll
Normal file
BIN
Facepunch.Steamworks.Test/bin/Debug/FacepunchSteamworksApi.dll
Normal file
Binary file not shown.
1
Facepunch.Steamworks.Test/bin/Debug/steam_appid.txt
Normal file
1
Facepunch.Steamworks.Test/bin/Debug/steam_appid.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
252490
|
BIN
Facepunch.Steamworks.Test/bin/Release/FacepunchSteamworksApi.dll
Normal file
BIN
Facepunch.Steamworks.Test/bin/Release/FacepunchSteamworksApi.dll
Normal file
Binary file not shown.
1
Facepunch.Steamworks.Test/bin/Release/steam_appid.txt
Normal file
1
Facepunch.Steamworks.Test/bin/Release/steam_appid.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
252490
|
28
Facepunch.Steamworks.sln
Normal file
28
Facepunch.Steamworks.sln
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio 14
|
||||||
|
VisualStudioVersion = 14.0.25123.0
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Facepunch.Steamworks", "Facepunch.Steamworks\Facepunch.Steamworks.csproj", "{DC2D9FA9-F005-468F-8581-85C79F4E0034}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Facepunch.Steamworks.Test", "Facepunch.Steamworks.Test\Facepunch.Steamworks.Test.csproj", "{3F6183AD-D966-44F2-A6EB-42E61E591B49}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{DC2D9FA9-F005-468F-8581-85C79F4E0034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{DC2D9FA9-F005-468F-8581-85C79F4E0034}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{DC2D9FA9-F005-468F-8581-85C79F4E0034}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{DC2D9FA9-F005-468F-8581-85C79F4E0034}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{3F6183AD-D966-44F2-A6EB-42E61E591B49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3F6183AD-D966-44F2-A6EB-42E61E591B49}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3F6183AD-D966-44F2-A6EB-42E61E591B49}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{3F6183AD-D966-44F2-A6EB-42E61E591B49}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
@ -25,11 +25,12 @@
|
|||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>..\out\</OutputPath>
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<DocumentationFile>..\out\Facepunch.Steamworks.XML</DocumentationFile>
|
<DocumentationFile>
|
||||||
|
</DocumentationFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
@ -46,8 +47,8 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PostBuildEvent>copy /y "$(TargetDir)$(TargetName).XML" "..\..\Assets\Plugins\Facepunch"
|
<PostBuildEvent>
|
||||||
copy /y "$(TargetPath)" "..\..\Assets\Plugins\Facepunch"</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user