project configuration fix

This commit is contained in:
2016-10-10 02:47:24 +07:00
parent 5bfa66812f
commit d2e18f4b9a
5 changed files with 23 additions and 54 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release_FREE</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Release_DEMO</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{30886846-765A-400B-AD3E-436089DE68ED}</ProjectGuid> <ProjectGuid>{30886846-765A-400B-AD3E-436089DE68ED}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
@@ -10,7 +10,7 @@
<ReleaseVersion>0.5</ReleaseVersion> <ReleaseVersion>0.5</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FREE|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_DEMO|AnyCPU' ">
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>..\..\Assets\FlashTools\Plugins\Editor</OutputPath> <OutputPath>..\..\Assets\FlashTools\Plugins\Editor</OutputPath>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
@@ -18,16 +18,8 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ConsolePause>false</ConsolePause> <ConsolePause>false</ConsolePause>
<NoStdLib>true</NoStdLib> <NoStdLib>true</NoStdLib>
<DefineConstants>FT_VERSION_FREE</DefineConstants> <DefineConstants>FT_VERSION_DEMO</DefineConstants>
<AssemblyName>FTEditor_FREE</AssemblyName> <AssemblyName>FTEditorDemo</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_LITE|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>..\..\Assets\FlashTools\Plugins\Editor</OutputPath>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
<DefineConstants>FT_VERSION_LITE</DefineConstants>
<AssemblyName>FTEditor_LITE</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FULL|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FULL|AnyCPU' ">
<Optimize>true</Optimize> <Optimize>true</Optimize>
@@ -35,7 +27,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib> <NoStdLib>true</NoStdLib>
<DefineConstants>FT_VERSION_FULL</DefineConstants> <DefineConstants>FT_VERSION_FULL</DefineConstants>
<AssemblyName>FTEditor_FULL</AssemblyName> <AssemblyName>FTEditor</AssemblyName>
</PropertyGroup> </PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup> <ItemGroup>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release_LITE</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Release_DEMO</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}</ProjectGuid> <ProjectGuid>{48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
@@ -10,7 +10,7 @@
<ReleaseVersion>0.5</ReleaseVersion> <ReleaseVersion>0.5</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FREE|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_DEMO|AnyCPU' ">
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>..\..\Assets\FlashTools\Plugins</OutputPath> <OutputPath>..\..\Assets\FlashTools\Plugins</OutputPath>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
@@ -18,16 +18,8 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ConsolePause>false</ConsolePause> <ConsolePause>false</ConsolePause>
<NoStdLib>true</NoStdLib> <NoStdLib>true</NoStdLib>
<DefineConstants>FT_VERSION_FREE</DefineConstants> <DefineConstants>FT_VERSION_DEMO</DefineConstants>
<AssemblyName>FTRuntime_FREE</AssemblyName> <AssemblyName>FTRuntimeDemo</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_LITE|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>..\..\Assets\FlashTools\Plugins</OutputPath>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
<DefineConstants>FT_VERSION_LITE</DefineConstants>
<AssemblyName>FTRuntime_LITE</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FULL|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FULL|AnyCPU' ">
<Optimize>true</Optimize> <Optimize>true</Optimize>
@@ -35,7 +27,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib> <NoStdLib>true</NoStdLib>
<DefineConstants>FT_VERSION_FULL</DefineConstants> <DefineConstants>FT_VERSION_FULL</DefineConstants>
<AssemblyName>FTRuntime_FULL</AssemblyName> <AssemblyName>FTRuntime</AssemblyName>
</PropertyGroup> </PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup> <ItemGroup>

View File

@@ -9,29 +9,22 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FTEditor", "FTEditor\FTEdit
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release_LITE|Any CPU = Release_LITE|Any CPU Release_DEMO|Any CPU = Release_DEMO|Any CPU
Release_FREE|Any CPU = Release_FREE|Any CPU
Release_FULL|Any CPU = Release_FULL|Any CPU Release_FULL|Any CPU = Release_FULL|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30886846-765A-400B-AD3E-436089DE68ED}.Release_FREE|Any CPU.ActiveCfg = Release_FREE|Any CPU {30886846-765A-400B-AD3E-436089DE68ED}.Release_DEMO|Any CPU.ActiveCfg = Release_DEMO|Any CPU
{30886846-765A-400B-AD3E-436089DE68ED}.Release_FREE|Any CPU.Build.0 = Release_FREE|Any CPU {30886846-765A-400B-AD3E-436089DE68ED}.Release_DEMO|Any CPU.Build.0 = Release_DEMO|Any CPU
{30886846-765A-400B-AD3E-436089DE68ED}.Release_FULL|Any CPU.ActiveCfg = Release_FULL|Any CPU {30886846-765A-400B-AD3E-436089DE68ED}.Release_FULL|Any CPU.ActiveCfg = Release_FULL|Any CPU
{30886846-765A-400B-AD3E-436089DE68ED}.Release_FULL|Any CPU.Build.0 = Release_FULL|Any CPU {30886846-765A-400B-AD3E-436089DE68ED}.Release_FULL|Any CPU.Build.0 = Release_FULL|Any CPU
{30886846-765A-400B-AD3E-436089DE68ED}.Release_LITE|Any CPU.ActiveCfg = Release_LITE|Any CPU {48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_DEMO|Any CPU.ActiveCfg = Release_DEMO|Any CPU
{30886846-765A-400B-AD3E-436089DE68ED}.Release_LITE|Any CPU.Build.0 = Release_LITE|Any CPU {48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_DEMO|Any CPU.Build.0 = Release_DEMO|Any CPU
{48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_FREE|Any CPU.ActiveCfg = Release_FREE|Any CPU
{48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_FREE|Any CPU.Build.0 = Release_FREE|Any CPU
{48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_FULL|Any CPU.ActiveCfg = Release_FULL|Any CPU {48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_FULL|Any CPU.ActiveCfg = Release_FULL|Any CPU
{48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_FULL|Any CPU.Build.0 = Release_FULL|Any CPU {48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_FULL|Any CPU.Build.0 = Release_FULL|Any CPU
{48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_LITE|Any CPU.ActiveCfg = Release_LITE|Any CPU {4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_DEMO|Any CPU.ActiveCfg = Release_DEMO|Any CPU
{48D55C1A-BBD5-44D9-9CC5-473A1BBA9AB5}.Release_LITE|Any CPU.Build.0 = Release_LITE|Any CPU {4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_DEMO|Any CPU.Build.0 = Release_DEMO|Any CPU
{4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_FREE|Any CPU.ActiveCfg = Release_FREE|Any CPU
{4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_FREE|Any CPU.Build.0 = Release_FREE|Any CPU
{4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_FULL|Any CPU.ActiveCfg = Release_FULL|Any CPU {4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_FULL|Any CPU.ActiveCfg = Release_FULL|Any CPU
{4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_FULL|Any CPU.Build.0 = Release_FULL|Any CPU {4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_FULL|Any CPU.Build.0 = Release_FULL|Any CPU
{4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_LITE|Any CPU.ActiveCfg = Release_LITE|Any CPU
{4EB8756F-398B-4356-90FB-0ED056B3E6E9}.Release_LITE|Any CPU.Build.0 = Release_LITE|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0 Policies = $0

View File

@@ -1,6 +1,6 @@
<Properties StartupItem="FTEditor/FTEditor.csproj"> <Properties StartupItem="FTEditor/FTEditor.csproj">
<MonoDevelop.Ide.Workbench /> <MonoDevelop.Ide.Workbench />
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release_FREE" PreferredExecutionTarget="Unity.Instance.Unity Editor" /> <MonoDevelop.Ide.Workspace ActiveConfiguration="Release_DEMO" PreferredExecutionTarget="Unity.Instance.Unity Editor" />
<MonoDevelop.Ide.DebuggingService.Breakpoints> <MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore /> <BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints> </MonoDevelop.Ide.DebuggingService.Breakpoints>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release_FREE</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Release_DEMO</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4EB8756F-398B-4356-90FB-0ED056B3E6E9}</ProjectGuid> <ProjectGuid>{4EB8756F-398B-4356-90FB-0ED056B3E6E9}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
@@ -10,7 +10,7 @@
<ReleaseVersion>0.5</ReleaseVersion> <ReleaseVersion>0.5</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FREE|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_DEMO|AnyCPU' ">
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>..\..\Assets\FlashTools\Plugins\Editor</OutputPath> <OutputPath>..\..\Assets\FlashTools\Plugins\Editor</OutputPath>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
@@ -18,16 +18,8 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ConsolePause>false</ConsolePause> <ConsolePause>false</ConsolePause>
<NoStdLib>true</NoStdLib> <NoStdLib>true</NoStdLib>
<DefineConstants>FT_VERSION_FREE</DefineConstants> <DefineConstants>FT_VERSION_DEMO</DefineConstants>
<AssemblyName>FTSwfTools_FREE</AssemblyName> <AssemblyName>FTSwfToolsDemo</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_LITE|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>..\..\Assets\FlashTools\Plugins\Editor</OutputPath>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
<DefineConstants>FT_VERSION_LITE</DefineConstants>
<AssemblyName>FTSwfTools_LITE</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FULL|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_FULL|AnyCPU' ">
<Optimize>true</Optimize> <Optimize>true</Optimize>
@@ -35,7 +27,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib> <NoStdLib>true</NoStdLib>
<DefineConstants>FT_VERSION_FULL</DefineConstants> <DefineConstants>FT_VERSION_FULL</DefineConstants>
<AssemblyName>FTSwfTools_FULL</AssemblyName> <AssemblyName>FTSwfTools</AssemblyName>
</PropertyGroup> </PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup> <ItemGroup>