File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
<DebugType >full</DebugType >
20
20
<Optimize >false</Optimize >
21
21
<OutputPath >bin\Debug\</OutputPath >
22
- <DefineConstants >TRACE;DEBUG;MONODROID</DefineConstants >
22
+ <DefineConstants >TRACE;DEBUG;MONODROID;FRAMEWORK </DefineConstants >
23
23
<ErrorReport >prompt</ErrorReport >
24
24
<WarningLevel >4</WarningLevel >
25
25
</PropertyGroup >
26
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
27
<DebugType >pdbonly</DebugType >
28
28
<Optimize >true</Optimize >
29
29
<OutputPath >bin\Release\</OutputPath >
30
- <DefineConstants >TRACE;MONODROID</DefineConstants >
30
+ <DefineConstants >TRACE;MONODROID;FRAMEWORK </DefineConstants >
31
31
<ErrorReport >prompt</ErrorReport >
32
32
<WarningLevel >4</WarningLevel >
33
33
</PropertyGroup >
240
240
<Compile Include =" ..\RestSharp\RestRequestAsyncHandle.cs" >
241
241
<Link >RestRequestAsyncHandle.cs</Link >
242
242
</Compile >
243
- <Compile Include =" ..\RestSharp\Deserializers\DotNetXmlDeserializer.cs" >
243
+ <Compile Include =" ..\RestSharp\Deserializers\DotNetXmlDeserializer.cs" >
244
244
<Link >Deserializers\DotNetXmlDeserializer.cs</Link >
245
245
</Compile >
246
- </ItemGroup >
246
+ </ItemGroup >
247
247
<Import Project =" $(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
248
248
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
249
249
Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments