Initial Commit
This commit is contained in:
parent
53eb92e9af
commit
270ab7d11f
15341 changed files with 700234 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyTitle("UnityEngine.Timeline")]
|
||||
[assembly: AssemblyDescription("Unity Timeline")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Unity Technologies")]
|
||||
[assembly: AssemblyProduct("UnityEngine.Timeline")]
|
||||
[assembly: AssemblyCopyright("Copyright <20> 2016")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: InternalsVisibleTo("Unity.Timeline.Editor")]
|
||||
[assembly: ComVisible(false)]
|
||||
#if UNITY_EDITOR // RuntimeEditor version
|
||||
[assembly: Guid("844F8153-91DB-42D4-9455-CBF1A7BFC434")]
|
||||
#else // Runtime version
|
||||
[assembly: Guid("6A10B290-9283-487F-913B-00D94CD3FAF5")]
|
||||
#endif
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: InternalsVisibleTo("Assembly-CSharp-testable")]
|
||||
[assembly: InternalsVisibleTo("Assembly-CSharp-Editor-testable")]
|
||||
[assembly: InternalsVisibleTo("Unity.Timeline.EditorTests")]
|
||||
[assembly: InternalsVisibleTo("Unity.Timeline.Tests")]
|
||||
[assembly: InternalsVisibleTo("Unity.Timeline.Tests.Common")]
|
||||
[assembly: InternalsVisibleTo("Unity.Timeline.Tests.Performance")]
|
||||
[assembly: InternalsVisibleTo("Unity.Timeline.Tests.Performance.Editor")]
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0bb74b1c097396c49b1691e6a938f814
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Add table
Add a link
Reference in a new issue