We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e78c98 commit 2c55f66Copy full SHA for 2c55f66
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