Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
remove deprecated attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 19, 2019
1 parent 7a7dd59 commit 183ae5d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions samples/src/PopupPluginSample/PopupPluginSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wpa81+wp8</AssetTargetFallback>
<DebugType>full</DebugType>
</PropertyGroup>

Expand All @@ -11,24 +10,8 @@
<PackageReference Include="Prism.DryIoc.Forms" Version="7.2.0.1233-pre" />
<PackageReference Include="Xamarin.Forms" Version="3.6.0.344457" />
<PackageReference Include="Mobile.BuildTools" Version="1.4.0.638" PrivateAssets="all" />
<PackageReference Include="Prism.QuickStart.MFractor.Config" Version="1.0.3" PrivateAssets="all" />
</ItemGroup>

<!-- <ItemGroup Condition=" '$(DIContainer)' == 'Autofac' ">
<None Remove="*.xaml.*" />
<EmbeddedResource Include="App.xaml.autofac" Link="App.xaml" Generator="MSBuild:UpdateDesignTimeXaml" />
</ItemGroup>
<ItemGroup Condition=" '$(DIContainer)' == 'DryIoc' ">
<None Remove="*.xaml.*" />
<EmbeddedResource Include="App.xaml.dryioc" Link="App.xaml" Generator="MSBuild:UpdateDesignTimeXaml" />
</ItemGroup>
<ItemGroup Condition=" '$(DIContainer)' == 'Unity' ">
<None Remove="*.xaml.*" />
<EmbeddedResource Include="App.xaml.unity" Link="App.xaml" Generator="MSBuild:UpdateDesignTimeXaml" />
</ItemGroup> -->

<ItemGroup>
<ProjectReference Include="..\..\..\src\Prism.Plugin.Popups\Prism.Plugin.Popups.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 183ae5d

Please sign in to comment.