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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
<Properties StartupItem="FTEditor/FTEditor.csproj">
<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>
<BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints>

View File

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