From 6ed2a7cb4a2de7bc1e48f94bf68f196124756920 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 19 May 2019 10:53:35 -0400 Subject: Add project files. --- QuantumNet.Backend/Class1.cs | 12 ++++++ QuantumNet.Backend/Properties/AssemblyInfo.cs | 36 ++++++++++++++++++ QuantumNet.Backend/QuantumNet.Backend.csproj | 54 +++++++++++++++++++++++++++ QuantumNet.Backend/packages.config | 4 ++ 4 files changed, 106 insertions(+) create mode 100644 QuantumNet.Backend/Class1.cs create mode 100644 QuantumNet.Backend/Properties/AssemblyInfo.cs create mode 100644 QuantumNet.Backend/QuantumNet.Backend.csproj create mode 100644 QuantumNet.Backend/packages.config (limited to 'QuantumNet.Backend') diff --git a/QuantumNet.Backend/Class1.cs b/QuantumNet.Backend/Class1.cs new file mode 100644 index 0000000..24aa841 --- /dev/null +++ b/QuantumNet.Backend/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace QuantumNet.Backend +{ + public class Class1 + { + } +} diff --git a/QuantumNet.Backend/Properties/AssemblyInfo.cs b/QuantumNet.Backend/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..20f888d --- /dev/null +++ b/QuantumNet.Backend/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("QuantumNet.Backend")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("QuantumNet.Backend")] +[assembly: AssemblyCopyright("Copyright © 2019")] +[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("08805581-b972-4e6f-97bb-b3bf3130cd08")] + +// 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/QuantumNet.Backend/QuantumNet.Backend.csproj b/QuantumNet.Backend/QuantumNet.Backend.csproj new file mode 100644 index 0000000..4c903f9 --- /dev/null +++ b/QuantumNet.Backend/QuantumNet.Backend.csproj @@ -0,0 +1,54 @@ + + + + + Debug + AnyCPU + {08805581-B972-4E6F-97BB-B3BF3130CD08} + Library + Properties + QuantumNet.Backend + QuantumNet.Backend + v4.7.2 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\MonoGame.Framework.Portable.3.7.1.189\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/QuantumNet.Backend/packages.config b/QuantumNet.Backend/packages.config new file mode 100644 index 0000000..bda8346 --- /dev/null +++ b/QuantumNet.Backend/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.2.3