diff --git a/Articulate-Network.csproj b/Articulate-Network.csproj new file mode 100644 index 0000000..7340b71 --- /dev/null +++ b/Articulate-Network.csproj @@ -0,0 +1,55 @@ + + + + + Debug + AnyCPU + {36A8EC7B-B239-4744-892A-4FE633511E8D} + Library + Properties + Articulate_Network + Articulate-Network + v4.6 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Articulate-Network.sln b/Articulate-Network.sln new file mode 100644 index 0000000..28c0709 --- /dev/null +++ b/Articulate-Network.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31624.102 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Articulate-Network", "Articulate-Network.csproj", "{36A8EC7B-B239-4744-892A-4FE633511E8D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {36A8EC7B-B239-4744-892A-4FE633511E8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {36A8EC7B-B239-4744-892A-4FE633511E8D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {36A8EC7B-B239-4744-892A-4FE633511E8D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {36A8EC7B-B239-4744-892A-4FE633511E8D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {81DCC61E-0253-4356-8FBF-8DF05F4B7FA1} + EndGlobalSection +EndGlobal diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..bd118c1 --- /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("Articulate-Network")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Queensland Government")] +[assembly: AssemblyProduct("Articulate-Network")] +[assembly: AssemblyCopyright("Copyright © Queensland Government 2021")] +[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("36a8ec7b-b239-4744-892a-4fe633511e8d")] + +// 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")]