mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2026-03-22 04:44:08 +07:00
end of dll sources
This commit is contained in:
BIN
Assets/FlashTools/Plugins/Editor/FTEditor.dll
Executable file
BIN
Assets/FlashTools/Plugins/Editor/FTEditor.dll
Executable file
Binary file not shown.
24
Assets/FlashTools/Plugins/Editor/FTEditor.dll.meta
Normal file
24
Assets/FlashTools/Plugins/Editor/FTEditor.dll.meta
Normal file
@@ -0,0 +1,24 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 42e766e2079144e438f8cd2f95ad9867
|
||||
timeCreated: 1475786377
|
||||
licenseType: Free
|
||||
PluginImporter:
|
||||
serializedVersion: 1
|
||||
iconMap: {}
|
||||
executionOrder: {}
|
||||
isPreloaded: 0
|
||||
platformData:
|
||||
Any:
|
||||
enabled: 0
|
||||
settings: {}
|
||||
Editor:
|
||||
enabled: 1
|
||||
settings:
|
||||
DefaultValueInitialized: true
|
||||
WindowsStoreApps:
|
||||
enabled: 0
|
||||
settings:
|
||||
CPU: AnyCPU
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/FlashTools/Plugins/Editor/FTSwfTools.dll
Executable file
BIN
Assets/FlashTools/Plugins/Editor/FTSwfTools.dll
Executable file
Binary file not shown.
24
Assets/FlashTools/Plugins/Editor/FTSwfTools.dll.meta
Normal file
24
Assets/FlashTools/Plugins/Editor/FTSwfTools.dll.meta
Normal file
@@ -0,0 +1,24 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4125fbb888f3f49b78d831e4d7a5bea2
|
||||
timeCreated: 1475786376
|
||||
licenseType: Free
|
||||
PluginImporter:
|
||||
serializedVersion: 1
|
||||
iconMap: {}
|
||||
executionOrder: {}
|
||||
isPreloaded: 0
|
||||
platformData:
|
||||
Any:
|
||||
enabled: 0
|
||||
settings: {}
|
||||
Editor:
|
||||
enabled: 1
|
||||
settings:
|
||||
DefaultValueInitialized: true
|
||||
WindowsStoreApps:
|
||||
enabled: 0
|
||||
settings:
|
||||
CPU: AnyCPU
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/FlashTools/Plugins/FTRuntime.dll
Executable file
BIN
Assets/FlashTools/Plugins/FTRuntime.dll
Executable file
Binary file not shown.
24
Assets/FlashTools/Plugins/FTRuntime.dll.meta
Normal file
24
Assets/FlashTools/Plugins/FTRuntime.dll.meta
Normal file
@@ -0,0 +1,24 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1f6151ce0721545699b35f606d12f2e1
|
||||
timeCreated: 1475786375
|
||||
licenseType: Free
|
||||
PluginImporter:
|
||||
serializedVersion: 1
|
||||
iconMap: {}
|
||||
executionOrder: {}
|
||||
isPreloaded: 0
|
||||
platformData:
|
||||
Any:
|
||||
enabled: 1
|
||||
settings: {}
|
||||
Editor:
|
||||
enabled: 0
|
||||
settings:
|
||||
DefaultValueInitialized: true
|
||||
WindowsStoreApps:
|
||||
enabled: 0
|
||||
settings:
|
||||
CPU: AnyCPU
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -8,7 +8,7 @@ MonoBehaviour:
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 1806722981, guid: 2d72a763e7d744285b19a282e955a055, type: 3}
|
||||
m_Script: {fileID: 1806722981, guid: 1f6151ce0721545699b35f606d12f2e1, type: 3}
|
||||
m_Name: SwfSettings
|
||||
m_EditorClassIdentifier:
|
||||
Settings:
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<AssemblyName>FTEditor_Release</AssemblyName>
|
||||
<AssemblyName>FTEditor</AssemblyName>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<AssemblyName>FTRuntime_Release</AssemblyName>
|
||||
<AssemblyName>FTRuntime</AssemblyName>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
<Properties StartupItem="FTEditor/FTEditor.csproj">
|
||||
<MonoDevelop.Ide.Workbench ActiveDocument="FTSwfTools/Sources/SwfTags/SwfTagBase.cs">
|
||||
<Files>
|
||||
<File FileName="FTEditor/Sources/Postprocessors/SwfPostprocessor.cs" Line="87" Column="54" />
|
||||
<File FileName="FTSwfTools/Sources/SwfContextExecuter.cs" Line="18" Column="3" />
|
||||
<File FileName="FTSwfTools/Sources/SwfTags/SwfTagBase.cs" Line="215" Column="2" />
|
||||
</Files>
|
||||
</MonoDevelop.Ide.Workbench>
|
||||
<MonoDevelop.Ide.Workbench />
|
||||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release|x86" PreferredExecutionTarget="Unity.Instance.Unity Editor" />
|
||||
<MonoDevelop.Ide.DebuggingService.Breakpoints>
|
||||
<BreakpointStore />
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<AssemblyName>FTSwfTools_Release</AssemblyName>
|
||||
<AssemblyName>FTSwfTools</AssemblyName>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user