Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RestSharp.MonoDroid/RestSharp.MonoDroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
3 changes: 1 addition & 2 deletions RestSharp.MonoTouch/RestSharp.MonoTouch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<RootNamespace>RestSharp</RootNamespace>
<MtouchSdkVersion>3.2</MtouchSdkVersion>
<MtouchMinimumOS>3.0</MtouchMinimumOS>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
<AssemblyName>RestSharp.MonoTouch</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
Expand Down Expand Up @@ -87,7 +86,7 @@
<Reference Include="monotouch" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<Import Project="$(ProgramFiles)\MSBuild\MonoTouch\Novell.MonoTouch.Common.targets" Condition="'$(windir)' != '' " />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="..\RestSharp\Enum.cs">
Expand Down