Skip to content

Commit 1ce7f89

Browse files
authored
Merge pull request #72 from jacobbo/framegrabber
Added WebEye.Stream.targets
2 parents d72faee + 2c55f66 commit 1ce7f89

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<None Include="$(MSBuildThisFileDirectory)\..\..\resources\**">
5+
<Link>%(RecursiveDir)\%(Filename)%(Extension)</Link>
6+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7+
</None>
8+
</ItemGroup>
9+
</Project>

0 commit comments

Comments
 (0)