Christopher
9 years ago
30 changed files with 65 additions and 8132 deletions
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 2d9170ef65b544155a44f86f61867ffb |
||||
timeCreated: 1469184163 |
||||
licenseType: Pro |
||||
guid: 39a7bcc4c4db443cc85a13a12555c9f7 |
||||
timeCreated: 1456222254 |
||||
licenseType: Free |
||||
PluginImporter: |
||||
serializedVersion: 1 |
||||
iconMap: {} |
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: a6522c34e88cb479daaf0624291fdf1f |
||||
timeCreated: 1469184162 |
||||
licenseType: Pro |
||||
guid: af73bc91714a54f6a9e72ca6770987d8 |
||||
timeCreated: 1456222253 |
||||
licenseType: Free |
||||
DefaultImporter: |
||||
userData: |
||||
assetBundleName: |
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 38d231fdb8e284a95996ea99eb9b721f |
||||
timeCreated: 1469184163 |
||||
licenseType: Pro |
||||
guid: 2d32648e4d82e4c3e837a7ad11352ac0 |
||||
timeCreated: 1454345354 |
||||
licenseType: Free |
||||
PluginImporter: |
||||
serializedVersion: 1 |
||||
iconMap: {} |
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 33ec89ff83a264a0fb6b4f6b219d02c1 |
||||
timeCreated: 1469184162 |
||||
licenseType: Pro |
||||
guid: 45b1b1eac93b04a4a8d6ec29d4803aa9 |
||||
timeCreated: 1454345352 |
||||
licenseType: Free |
||||
DefaultImporter: |
||||
userData: |
||||
assetBundleName: |
@ -1,7 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: ef5f85f1573e94a44abf2879ef9da704 |
||||
timeCreated: 1469184170 |
||||
licenseType: Pro |
||||
guid: 894a26d5d6ca04417aef855d8dfefaf0 |
||||
timeCreated: 1454345354 |
||||
licenseType: Free |
||||
TextScriptImporter: |
||||
userData: |
||||
assetBundleName: |
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: ec413ef6854004494af47aded82b99e0 |
||||
timeCreated: 1469184164 |
||||
licenseType: Pro |
||||
guid: c3effdd4e9d074bcbb90e8773303ad3b |
||||
timeCreated: 1455193529 |
||||
licenseType: Free |
||||
PluginImporter: |
||||
serializedVersion: 1 |
||||
iconMap: {} |
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 0ce6ce7f33be0498f950d585e916f2be |
||||
timeCreated: 1469184162 |
||||
licenseType: Pro |
||||
guid: f5996939cde6945dbaa205884e73d770 |
||||
timeCreated: 1455193522 |
||||
licenseType: Free |
||||
DefaultImporter: |
||||
userData: |
||||
assetBundleName: |
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 4bc670b40db55451e87ed348ef88f523 |
||||
timeCreated: 1469184162 |
||||
licenseType: Pro |
||||
guid: 4375c8dc0d3dd47a782783697a009e01 |
||||
timeCreated: 1456222253 |
||||
licenseType: Free |
||||
DefaultImporter: |
||||
userData: |
||||
assetBundleName: |
Binary file not shown.
@ -1,9 +0,0 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 59c62150d81bb4757bbd52cc1156bfc4 |
||||
folderAsset: yes |
||||
timeCreated: 1469184162 |
||||
licenseType: Pro |
||||
DefaultImporter: |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,9 +0,0 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 7b9728102f90f421391adc0a85886f84 |
||||
folderAsset: yes |
||||
timeCreated: 1469184162 |
||||
licenseType: Pro |
||||
DefaultImporter: |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2 |
||||
guid: db5c496fe803241a3a5978f19312167f |
||||
timeCreated: 1469184170 |
||||
licenseType: Pro |
||||
TextScriptImporter: |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,41 +0,0 @@
|
||||
MoonSharp [http://www.moonsharp.org] |
||||
------------------------------------ |
||||
|
||||
This archive contains all the files required to setup MoonSharp on your machine. |
||||
|
||||
Contents: |
||||
|
||||
- /interpreter -> The main DLL of the MoonSharp interpreter itself. |
||||
Use this if you want to just embed the interpreter in your application. |
||||
|
||||
- /remotedebugger -> The DLL for the remote debugger facilities (plus the interpreter DLL itself). |
||||
Use this if you want to embed the intepreter in your application with remote debugging enabled. |
||||
|
||||
- /repl -> The REPL interpreter. It's not really meant for production as much as to quickly test scripts, |
||||
or to compile bytecode. |
||||
|
||||
Each directory contains, where applyable, subdirectories for different .NET framework targets: |
||||
|
||||
|
||||
- net35 : |
||||
This is build targeting .NET 3.5 Client Framework. |
||||
Use this if you are building an app targeting .NET 3.5 or later, Mono 2.x (or later), Xamarin or Unity 3D. |
||||
|
||||
- net40 : |
||||
This is build targeting .NET 4.0 Client Framework. |
||||
Use this if you are building an app targeting .NET 4.0 or later, Mono 3.x or Xamarin. |
||||
|
||||
- portable_net40 : |
||||
This is a Portable Class Library targeting .NET 4.0, Silverlight 5, Xamarin Android, Xamarin iOS, Windows Store 8, Windows Phone 8.1 |
||||
Use this if you target these platforms. Note that some functionality (involving file system access or the remote debugger) is not available |
||||
in this build due to limitations of PCLs. |
||||
You also have to use this library if you target WSA/WP8 apps in Unity3D. Refer to this guide: http://docs.unity3d.com/Manual/windowsstore-plugins.html |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 55ed44903d2d1452d97cbff4e4a6ec92 |
||||
timeCreated: 1469184170 |
||||
licenseType: Pro |
||||
TextScriptImporter: |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,9 +0,0 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 964bf40527d74489a864d05699e303d2 |
||||
folderAsset: yes |
||||
timeCreated: 1469184162 |
||||
licenseType: Pro |
||||
DefaultImporter: |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -1,9 +0,0 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 821d381712dae4114b33722160cb95e0 |
||||
folderAsset: yes |
||||
timeCreated: 1469184162 |
||||
licenseType: Pro |
||||
DefaultImporter: |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
Binary file not shown.
Loading…
Reference in new issue