We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d72faee + 2c55f66 commit 1ce7f89Copy full SHA for 1ce7f89
WebEye.Stream/build/net40/WebEye.Stream.targets
@@ -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