Skip to content

Commit 747d96d

Browse files
author
Joseph Phillips
committed
Symbols semi colon separated. Added FRAMEWORK to release config.
1 parent e5c254e commit 747d96d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RestSharp.MonoDroid/RestSharp.MonoDroid.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<DebugType>full</DebugType>
2020
<Optimize>false</Optimize>
2121
<OutputPath>bin\Debug\</OutputPath>
22-
<DefineConstants>TRACE;DEBUG;MONODROID FRAMEWORK</DefineConstants>
22+
<DefineConstants>TRACE;DEBUG;MONODROID;FRAMEWORK</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
</PropertyGroup>
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2727
<DebugType>pdbonly</DebugType>
2828
<Optimize>true</Optimize>
2929
<OutputPath>bin\Release\</OutputPath>
30-
<DefineConstants>TRACE;MONODROID</DefineConstants>
30+
<DefineConstants>TRACE;MONODROID;FRAMEWORK</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>

0 commit comments

Comments
 (0)