Cosmos/source/Cosmos.IL2CPU.Plugs
2017-01-15 22:23:56 -06:00
..
Properties Going with PCL for now to make P2P references easier. 2016-12-19 10:45:38 -06:00
.editorconfig Now plugs which aren't being used aren't being compiled anymore. 2016-06-24 15:26:31 -04:00
Cosmos.IL2CPU.Plugs.csproj Progress on net core. 2017-01-03 15:31:21 -06:00
Cosmos.IL2CPU.Plugs.xproj Compiler fixes. 2017-01-11 00:12:14 +00:00
DebugStubAttribute.cs
FieldAccessAttribute.cs
FieldTypeAttribute.cs
InlineAttribute.cs
ObjectPointerAccessAttribute.cs More ongoing progress. Getting closer to being able to run again.. 2016-06-21 21:03:46 -04:00
ObjectUtilities.cs Create projects and msbuild targets for dotnet core. 2016-12-13 22:39:41 -06:00
PlugAttribute.cs Fix plugs referencing non-existing types. 2016-06-04 19:01:45 +02:00
PlugFieldAttribute.cs
PlugMethodAttribute.cs Now plugs which aren't being used aren't being compiled anymore. 2016-06-24 15:26:31 -04:00
project.json Code cleanup and solution cleanup for netcore. 2017-01-15 22:23:56 -06:00
ReadMe.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title></title>
	</head>
	<body>
	
	    <p>
            Contains attributes etc for plugs. Common to compiler, and code that implements 
            plugs.</p>
	
	</body>
</html>