From b61f3901210aa91abf60d6b3ac72a54a62ce50d9 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 29 Nov 2018 20:19:08 -0600 Subject: [PATCH] Add project files. --- Recrowned-Athenaeum.sln | 25 ++++++++++ Recrowned-Athenaeum/Class1.cs | 12 +++++ .../Properties/AssemblyInfo.cs | 36 ++++++++++++++ .../Recrowned-Athenaeum.csproj | 48 +++++++++++++++++++ 4 files changed, 121 insertions(+) create mode 100644 Recrowned-Athenaeum.sln create mode 100644 Recrowned-Athenaeum/Class1.cs create mode 100644 Recrowned-Athenaeum/Properties/AssemblyInfo.cs create mode 100644 Recrowned-Athenaeum/Recrowned-Athenaeum.csproj diff --git a/Recrowned-Athenaeum.sln b/Recrowned-Athenaeum.sln new file mode 100644 index 0000000..f8bfc5d --- /dev/null +++ b/Recrowned-Athenaeum.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.136 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Recrowned-Athenaeum", "Recrowned-Athenaeum\Recrowned-Athenaeum.csproj", "{95A926DC-1482-4368-91DA-8D30AC04740A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {95A926DC-1482-4368-91DA-8D30AC04740A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {95A926DC-1482-4368-91DA-8D30AC04740A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {95A926DC-1482-4368-91DA-8D30AC04740A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {95A926DC-1482-4368-91DA-8D30AC04740A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F587196A-FFAC-4364-AA68-8DC62B17732F} + EndGlobalSection +EndGlobal diff --git a/Recrowned-Athenaeum/Class1.cs b/Recrowned-Athenaeum/Class1.cs new file mode 100644 index 0000000..6cd5f68 --- /dev/null +++ b/Recrowned-Athenaeum/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Recrowned_Athenaeum +{ + public class Class1 + { + } +} diff --git a/Recrowned-Athenaeum/Properties/AssemblyInfo.cs b/Recrowned-Athenaeum/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..2c8bef0 --- /dev/null +++ b/Recrowned-Athenaeum/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("Recrowned-Athenaeum")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Recrowned-Athenaeum")] +[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("95a926dc-1482-4368-91da-8d30ac04740a")] + +// 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/Recrowned-Athenaeum/Recrowned-Athenaeum.csproj b/Recrowned-Athenaeum/Recrowned-Athenaeum.csproj new file mode 100644 index 0000000..e02ce05 --- /dev/null +++ b/Recrowned-Athenaeum/Recrowned-Athenaeum.csproj @@ -0,0 +1,48 @@ + + + + + Debug + AnyCPU + {95A926DC-1482-4368-91DA-8D30AC04740A} + Library + Properties + Recrowned_Athenaeum + Recrowned-Athenaeum + v4.5 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + \ No newline at end of file