Skip to content

Commit e5c254e

Browse files
author
Joseph Phillips
committed
Added FRAMEWORK to compilation symbols for MonoDroid project.
1 parent d8122b0 commit e5c254e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RestSharp.MonoDroid/RestSharp.MonoDroid.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<DebugType>full</DebugType>
2020
<Optimize>false</Optimize>
2121
<OutputPath>bin\Debug\</OutputPath>
22-
<DefineConstants>TRACE;DEBUG;MONODROID</DefineConstants>
22+
<DefineConstants>TRACE;DEBUG;MONODROID FRAMEWORK</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
</PropertyGroup>
@@ -240,10 +240,10 @@
240240
<Compile Include="..\RestSharp\RestRequestAsyncHandle.cs">
241241
<Link>RestRequestAsyncHandle.cs</Link>
242242
</Compile>
243-
<Compile Include="..\RestSharp\Deserializers\DotNetXmlDeserializer.cs">
243+
<Compile Include="..\RestSharp\Deserializers\DotNetXmlDeserializer.cs">
244244
<Link>Deserializers\DotNetXmlDeserializer.cs</Link>
245245
</Compile>
246-
</ItemGroup>
246+
</ItemGroup>
247247
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
248248
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
249249
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)