Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to .NET Standard 1.3 #56

Open
wants to merge 11 commits into
base: 2.x
Choose a base branch
from
Open
20 changes: 0 additions & 20 deletions Examples/CPPCLI/BlockReplace/BlockReplace.sln

This file was deleted.

86 changes: 0 additions & 86 deletions Examples/CPPCLI/BlockReplace/BlockReplace/BlockReplace.vcxproj

This file was deleted.

This file was deleted.

62 changes: 0 additions & 62 deletions Examples/CPPCLI/BlockReplace/BlockReplace/Program.cpp

This file was deleted.

31 changes: 2 additions & 29 deletions Substrate.Entities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,40 +1,13 @@
using System;
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("Substrate.Entities")]
[assembly: AssemblyDescription("SDK for loading and modifying Minecraft worlds")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Substrate.Entities")]
[assembly: AssemblyCopyright("Copyright © 2015 Justin Aquadro")]
[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
// 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("959890e2-20f9-48ed-b81d-90cbaeb50372")]

// 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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]

// This library is compatible with all CLS-compliant .NET programming languages.
[assembly: CLSCompliant(true)]
Loading