From 0c51c1048cf2e94ff784cf8192801d0c29524808 Mon Sep 17 00:00:00 2001 From: mmuffins Date: Tue, 22 May 2018 16:27:54 +0200 Subject: [PATCH] Add project files. --- SteamStorefrontAPI.sln | 25 +++++++++ SteamStorefrontAPI/Class1.cs | 12 +++++ SteamStorefrontAPI/Properties/AssemblyInfo.cs | 36 +++++++++++++ SteamStorefrontAPI/SteamStorefrontAPI.csproj | 53 +++++++++++++++++++ 4 files changed, 126 insertions(+) create mode 100644 SteamStorefrontAPI.sln create mode 100644 SteamStorefrontAPI/Class1.cs create mode 100644 SteamStorefrontAPI/Properties/AssemblyInfo.cs create mode 100644 SteamStorefrontAPI/SteamStorefrontAPI.csproj diff --git a/SteamStorefrontAPI.sln b/SteamStorefrontAPI.sln new file mode 100644 index 0000000..66de459 --- /dev/null +++ b/SteamStorefrontAPI.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27428.2043 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamStorefrontAPI", "SteamStorefrontAPI\SteamStorefrontAPI.csproj", "{76131ABE-46BD-4A82-B5E6-F29A47F2F64D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {76131ABE-46BD-4A82-B5E6-F29A47F2F64D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {76131ABE-46BD-4A82-B5E6-F29A47F2F64D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {76131ABE-46BD-4A82-B5E6-F29A47F2F64D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {76131ABE-46BD-4A82-B5E6-F29A47F2F64D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C016A781-9FB1-414A-882E-7321F301D749} + EndGlobalSection +EndGlobal diff --git a/SteamStorefrontAPI/Class1.cs b/SteamStorefrontAPI/Class1.cs new file mode 100644 index 0000000..8c25c7b --- /dev/null +++ b/SteamStorefrontAPI/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace SteamStorefrontAPI +{ + public class Class1 + { + } +} diff --git a/SteamStorefrontAPI/Properties/AssemblyInfo.cs b/SteamStorefrontAPI/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5e50db5 --- /dev/null +++ b/SteamStorefrontAPI/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("SteamStorefrontAPI")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("SteamStorefrontAPI")] +[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("76131abe-46bd-4a82-b5e6-f29a47f2f64d")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SteamStorefrontAPI/SteamStorefrontAPI.csproj b/SteamStorefrontAPI/SteamStorefrontAPI.csproj new file mode 100644 index 0000000..6fe6bea --- /dev/null +++ b/SteamStorefrontAPI/SteamStorefrontAPI.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + 76131abe-46bd-4a82-b5e6-f29a47f2f64d + Library + Properties + SteamStorefrontAPI + SteamStorefrontAPI + v4.7.1 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + +