We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513c49c commit d292c6bCopy full SHA for d292c6b
Graphics/Brushes/Brushes.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>net8.0-windows</TargetFramework>
4
<UseWpf>true</UseWpf>
@@ -133,5 +133,11 @@
133
<Content Include="sampleimages\*.*">
134
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
135
</Content>
136
+ <Content Include="samplemedia\xbox.wmv">
137
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
138
+ </Content>
139
+ <Content Include="sampleresources\toc.xml">
140
141
142
</ItemGroup>
143
</Project>
0 commit comments