Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
John Reese committed Apr 18, 2016
1 parent f3934b9 commit f43295f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions SteamWebAPI/SteamWebAPI.sln
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWebAPI", "..\SteamWebAPI.csproj", "{D846D108-D95B-4488-BA01-E487DA220C17}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D846D108-D95B-4488-BA01-E487DA220C17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D846D108-D95B-4488-BA01-E487DA220C17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D846D108-D95B-4488-BA01-E487DA220C17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D846D108-D95B-4488-BA01-E487DA220C17}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
4 changes: 4 additions & 0 deletions packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net40" />
</packages>

0 comments on commit f43295f

Please sign in to comment.