Skip to content

Commit 1781e7f

Browse files
committed
Media Controls does not have a "DesignTools" project
Remove targets that requires "DesignTools" check to let build succeed. Revert this patch when adding the actual "DesignTools" project for Media Controls.
1 parent b105331 commit 1781e7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Media/Microsoft.Toolkit.Uwp.UI.Controls.Media.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

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

3031
<ItemGroup>
@@ -37,6 +38,4 @@
3738
<PackageReference Include="Win2D.uwp" Version="1.25.0" />
3839
</ItemGroup>
3940

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

0 commit comments

Comments
 (0)