Skip to content

Commit

Permalink
Updated sample project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Catap committed Nov 12, 2018
1 parent 04875af commit ea4a91e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
<PackageReference Include="Xamarin.Android.Support.v4" Version="27.0.2.1" />
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="27.0.2.1" />
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="27.0.2.1" />
<PackageReference Include="XF.Material">
<Version>1.2.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Core\PlatformContainer.cs" />
Expand Down Expand Up @@ -104,6 +101,14 @@
<Folder Include="Resources\drawable-xxxhdpi\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\XF.Material\XF.Material.Droid\XF.Material.Droid.csproj">
<Project>{f085c3e8-bb5e-48fa-a8dc-cc9e69bb041d}</Project>
<Name>XF.Material.Droid</Name>
</ProjectReference>
<ProjectReference Include="..\..\XF.Material\XF.Material.Forms\XF.Material.Forms.csproj">
<Project>{caf232f8-446a-41b1-b837-006ff5de9a60}</Project>
<Name>XF.Material.Forms</Name>
</ProjectReference>
<ProjectReference Include="..\MaterialMvvmSample.Core\MaterialMvvmSample.Core.csproj">
<Project>{ab963f27-7d97-4580-bf30-e36e62fc13b4}</Project>
<Name>MaterialMvvmSample.Core</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,19 @@
<Version>5.0.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.3.0.912540" />
<PackageReference Include="XF.Material">
<Version>1.2.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\..\XF.Material\XF.Material.Forms\XF.Material.Forms.csproj">
<Project>{caf232f8-446a-41b1-b837-006ff5de9a60}</Project>
<Name>XF.Material.Forms</Name>
</ProjectReference>
<ProjectReference Include="..\..\XF.Material\XF.Material.iOS\XF.Material.iOS.csproj">
<Project>{e71f3053-056c-4381-9638-048ed73bdff6}</Project>
<Name>XF.Material.iOS</Name>
<IsAppExtension>false</IsAppExtension>
<IsWatchApp>false</IsWatchApp>
</ProjectReference>
<ProjectReference Include="..\MaterialMvvmSample.Core\MaterialMvvmSample.Core.csproj">
<Project>{AB963F27-7D97-4580-BF30-E36E62FC13B4}</Project>
<Name>MaterialMvvmSample.Core</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<PackageReference Include="Autofac" Version="4.8.1" />
<PackageReference Include="Autofac.Extras.CommonServiceLocator" Version="5.0.0" />
<PackageReference Include="Xamarin.Forms" Version="3.3.0.912540" />
<PackageReference Include="XF.Material" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\XF.Material\XF.Material.Forms\XF.Material.Forms.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ea4a91e

Please sign in to comment.