Skip to content

Commit

Permalink
Media Controls does not have a "DesignTools" project
Browse files Browse the repository at this point in the history
Remove targets that requires "DesignTools" check to let build succeed.
Revert this patch when adding the actual "DesignTools" project for Media Controls.
  • Loading branch information
Nirmal4G committed May 12, 2021
1 parent 3f33daa commit 5a28070
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@

<ItemGroup>
<Compile Include="..\Microsoft.Toolkit.Uwp.UI.Controls.Core\ControlHelpers.XamlHost.cs" Link="ControlHelpers.XamlHost.cs" />
<None Include="VisualStudioToolsManifest.xml" Pack="true" PackagePath="tools" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI\Microsoft.Toolkit.Uwp.UI.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.UI.Xaml" Version="2.5.0" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
<PackageReference Include="Win2D.uwp" Version="1.25.0" />
</ItemGroup>

<Import Project="$(BuildToolsDirectory)Windows.Toolkit.Uwp.Controls.targets" />

</Project>

0 comments on commit 5a28070

Please sign in to comment.