diff --git a/Class1.cs b/Class1.cs new file mode 100644 index 0000000..03eb7df --- /dev/null +++ b/Class1.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace SeamlessClient +{ + public class Class1 + { + + + } +} diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..de62e38 --- /dev/null +++ b/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("SeamlessClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("SeamlessClient")] +[assembly: AssemblyCopyright("Copyright © 2023")] +[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("883b492d-823e-4cc3-bd35-07fef06f8359")] + +// 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/SeamlessClient.csproj b/SeamlessClient.csproj new file mode 100644 index 0000000..8b80136 --- /dev/null +++ b/SeamlessClient.csproj @@ -0,0 +1,54 @@ + + + + + Debug + AnyCPU + 883b492d-823e-4cc3-bd35-07fef06f8359 + Library + Properties + SeamlessClient + SeamlessClient + v4.8 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SeamlessClient.sln b/SeamlessClient.sln new file mode 100644 index 0000000..21d37e0 --- /dev/null +++ b/SeamlessClient.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33516.290 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeamlessClient", "SeamlessClient.csproj", "{883B492D-823E-4CC3-BD35-07FEF06F8359}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {883B492D-823E-4CC3-BD35-07FEF06F8359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {883B492D-823E-4CC3-BD35-07FEF06F8359}.Debug|Any CPU.Build.0 = Debug|Any CPU + {883B492D-823E-4CC3-BD35-07FEF06F8359}.Release|Any CPU.ActiveCfg = Release|Any CPU + {883B492D-823E-4CC3-BD35-07FEF06F8359}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6F673AF7-254A-4120-B173-797D9CA4B57C} + EndGlobalSection +EndGlobal