|
|
@ -230,7 +230,28 @@ |
|
|
|
<Install>true</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup /> |
|
|
|
<ItemGroup> |
|
|
|
<Content Include="..\SampleData\Drums\closed-hat-trimmed.wav"> |
|
|
|
<Link>Samples\closed-hat-trimmed.wav</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\SampleData\Drums\crash-trimmed.wav"> |
|
|
|
<Link>Samples\crash-trimmed.wav</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\SampleData\Drums\kick-trimmed.wav"> |
|
|
|
<Link>Samples\kick-trimmed.wav</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\SampleData\Drums\open-hat-trimmed.wav"> |
|
|
|
<Link>Samples\open-hat-trimmed.wav</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\SampleData\Drums\snare-trimmed.wav"> |
|
|
|
<Link>Samples\snare-trimmed.wav</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|