mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-16 14:11:19 +07:00
new demo dll and debug info for dll projects
This commit is contained in:
@@ -2,4 +2,7 @@ glob:obj/*
|
||||
glob:Temp/*
|
||||
glob:Library/*
|
||||
|
||||
glob:*.mdb
|
||||
glob:*.mdb.meta
|
||||
|
||||
glob:.DS_Store
|
||||
|
||||
BIN
Assets/FlashTools/Plugins/Editor/FTEditorDemo.dll
Executable file
BIN
Assets/FlashTools/Plugins/Editor/FTEditorDemo.dll
Executable file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 66289c51c875048789ea3500289f81af
|
||||
timeCreated: 1475870263
|
||||
guid: 74f15542af7c040e9bf3f30c0f0e9743
|
||||
timeCreated: 1476525760
|
||||
licenseType: Free
|
||||
PluginImporter:
|
||||
serializedVersion: 1
|
||||
@@ -9,10 +9,10 @@ PluginImporter:
|
||||
isPreloaded: 0
|
||||
platformData:
|
||||
Any:
|
||||
enabled: 1
|
||||
enabled: 0
|
||||
settings: {}
|
||||
Editor:
|
||||
enabled: 0
|
||||
enabled: 1
|
||||
settings:
|
||||
DefaultValueInitialized: true
|
||||
WindowsStoreApps:
|
||||
Binary file not shown.
BIN
Assets/FlashTools/Plugins/Editor/FTSwfToolsDemo.dll
Executable file
BIN
Assets/FlashTools/Plugins/Editor/FTSwfToolsDemo.dll
Executable file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d2f42c17338b34a2c965d9753c6a93e5
|
||||
timeCreated: 1475870264
|
||||
guid: 1c9119afee3e843ecb0f70eb68e34533
|
||||
timeCreated: 1476525758
|
||||
licenseType: Free
|
||||
PluginImporter:
|
||||
serializedVersion: 1
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5a7d06be12153475b8ea68e1ad8a10b2
|
||||
timeCreated: 1475870262
|
||||
guid: 5accf2f76c39043afaf11033c5682c24
|
||||
timeCreated: 1476525759
|
||||
licenseType: Free
|
||||
PluginImporter:
|
||||
serializedVersion: 1
|
||||
@@ -9,10 +9,10 @@ PluginImporter:
|
||||
isPreloaded: 0
|
||||
platformData:
|
||||
Any:
|
||||
enabled: 0
|
||||
enabled: 1
|
||||
settings: {}
|
||||
Editor:
|
||||
enabled: 1
|
||||
enabled: 0
|
||||
settings:
|
||||
DefaultValueInitialized: true
|
||||
WindowsStoreApps:
|
||||
@@ -8,8 +8,8 @@ MonoBehaviour:
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 1806722981, guid: 66289c51c875048789ea3500289f81af, type: 3}
|
||||
m_Name: SwfSettings
|
||||
m_Script: {fileID: 1806722981, guid: 5accf2f76c39043afaf11033c5682c24, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
Settings:
|
||||
MaxAtlasSize: 1024
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<ProjectGuid>{30886846-765A-400B-AD3E-436089DE68ED}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>FTEditor</RootNamespace>
|
||||
<UseMSBuildEngine>True</UseMSBuildEngine>
|
||||
<ReleaseVersion>0.5</ReleaseVersion>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
@@ -15,11 +14,11 @@
|
||||
<OutputPath>..\..\Assets\FlashTools\Plugins\Editor</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
<DefineConstants>FT_VERSION_DEMO</DefineConstants>
|
||||
<AssemblyName>FTEditorDemo</AssemblyName>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FULL|AnyCPU' ">
|
||||
<Optimize>true</Optimize>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<ProjectGuid>{48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>FTRuntime</RootNamespace>
|
||||
<UseMSBuildEngine>True</UseMSBuildEngine>
|
||||
<ReleaseVersion>0.5</ReleaseVersion>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
@@ -15,11 +14,11 @@
|
||||
<OutputPath>..\..\Assets\FlashTools\Plugins</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
<DefineConstants>FT_VERSION_DEMO</DefineConstants>
|
||||
<AssemblyName>FTRuntimeDemo</AssemblyName>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FULL|AnyCPU' ">
|
||||
<Optimize>true</Optimize>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<ProjectGuid>{4EB8756F-398B-4356-90FB-0ED056B3E6E9}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>FTSwfTools</RootNamespace>
|
||||
<UseMSBuildEngine>True</UseMSBuildEngine>
|
||||
<ReleaseVersion>0.5</ReleaseVersion>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
@@ -15,11 +14,11 @@
|
||||
<OutputPath>..\..\Assets\FlashTools\Plugins\Editor</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<NoStdLib>true</NoStdLib>
|
||||
<DefineConstants>FT_VERSION_DEMO</DefineConstants>
|
||||
<AssemblyName>FTSwfToolsDemo</AssemblyName>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FULL|AnyCPU' ">
|
||||
<Optimize>true</Optimize>
|
||||
|
||||
Reference in New Issue
Block a user