Skip to content

Commit d292c6b

Browse files
Add samplemedia and sampleresources to Brush.csproj to Fix Rendering Issues (#687)
1 parent 513c49c commit d292c6b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Graphics/Brushes/Brushes.csproj

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net8.0-windows</TargetFramework>
44
<UseWpf>true</UseWpf>
@@ -133,5 +133,11 @@
133133
<Content Include="sampleimages\*.*">
134134
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
135135
</Content>
136+
<Content Include="samplemedia\xbox.wmv">
137+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
138+
</Content>
139+
<Content Include="sampleresources\toc.xml">
140+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
141+
</Content>
136142
</ItemGroup>
137143
</Project>

0 commit comments

Comments
 (0)