diff options
author | E.Z. Hart <hartez@users.noreply.github.com> | 2016-06-16 04:31:37 -0600 |
---|---|---|
committer | Rui Marinho <me@ruimarinho.net> | 2016-06-16 11:31:37 +0100 |
commit | 04f7bd296ee67af9189ecd7fdfbd2808ca16ce9a (patch) | |
tree | 99be3ff1e435b9b57b3138516667e0e9271dad92 /Xamarin.Forms.ControlGallery.Android | |
parent | 7f89f5ad6d0d73cc654d8322b85c5ef6f90b63fc (diff) | |
download | xamarin-forms-04f7bd296ee67af9189ecd7fdfbd2808ca16ce9a.tar.gz xamarin-forms-04f7bd296ee67af9189ecd7fdfbd2808ca16ce9a.tar.bz2 xamarin-forms-04f7bd296ee67af9189ecd7fdfbd2808ca16ce9a.zip |
Fixing parentheses in project reference (#225)
Diffstat (limited to 'Xamarin.Forms.ControlGallery.Android')
-rw-r--r-- | Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj index 6ba585d9..1c32b5cb 100644 --- a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj +++ b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj @@ -210,9 +210,9 @@ <AndroidResource Include="Resources\drawable\cover1.jpg" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\Stubs\Xamarin.Forms.Platform.Android\Xamarin.Forms.Platform.Android %28Forwarders%29.csproj"> + <ProjectReference Include="..\Stubs\Xamarin.Forms.Platform.Android\Xamarin.Forms.Platform.Android (Forwarders).csproj"> <Project>{6e53feb1-1100-46ae-8013-17bba35cc197}</Project> - <Name>Xamarin.Forms.Platform.Android %28Forwarders%29</Name> + <Name>Xamarin.Forms.Platform.Android (Forwarders)</Name> </ProjectReference> <ProjectReference Include="..\Xamarin.Forms.Controls\Xamarin.Forms.Controls.csproj"> <Project>{cb9c96ce-125c-4a68-b6a1-c3ff1fbf93e1}</Project> |