Skip to content

Commit 1d76841

Browse files
committed
Merge git://github.com/SpiritMachine/RestSharp
2 parents d655afe + 5c1c216 commit 1d76841

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RestSharp.MonoDroid/RestSharp.MonoDroid.csproj

Lines changed: 4 additions & 4 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</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>
@@ -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)