mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2026-02-06 15:24:57 +08:00
Set correct build settings for temporary WP8.1 configuration
This commit is contained in:
parent
2610e8e58a
commit
f38ce75677
@ -35,7 +35,7 @@
|
||||
<NoWarn>1573</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WP81|AnyCPU'">
|
||||
<OutputPath>bin\WP81\</OutputPath>
|
||||
<OutputPath>..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE;WP81</DefineConstants>
|
||||
<DocumentationFile>..\bin\DOTween.XML</DocumentationFile>
|
||||
<Optimize>true</Optimize>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<NoWarn>1573</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WP81|AnyCPU'">
|
||||
<OutputPath>bin\WP81\</OutputPath>
|
||||
<OutputPath>..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<DocumentationFile>..\bin\DOTween43.xml</DocumentationFile>
|
||||
<Optimize>true</Optimize>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<NoWarn>1573</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WP81|AnyCPU'">
|
||||
<OutputPath>bin\WP81\</OutputPath>
|
||||
<OutputPath>..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<DocumentationFile>..\bin\DOTween46.xml</DocumentationFile>
|
||||
<Optimize>true</Optimize>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<NoWarn>1573</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WP81|AnyCPU'">
|
||||
<OutputPath>bin\WP81\</OutputPath>
|
||||
<OutputPath>..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<DocumentationFile>..\bin\DOTween50.xml</DocumentationFile>
|
||||
<Optimize>true</Optimize>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<NoWarn>1591</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WP81|AnyCPU'">
|
||||
<OutputPath>bin\WP81\</OutputPath>
|
||||
<OutputPath>..\bin\Editor\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<DocumentationFile>..\bin\Editor\DOTweenEditor.XML</DocumentationFile>
|
||||
<Optimize>true</Optimize>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user