Revisit content assembly copying, now much neater.
This commit is contained in:
6
SS14.Content.targets
Normal file
6
SS14.Content.targets
Normal file
@@ -0,0 +1,6 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!-- Common target to copy content assemblies to the parent projects. -->
|
||||
<Target Name="CopyContentAssemblies">
|
||||
<Copy SourceFiles="@(ContentAssemblies)" DestinationFolder="$(ContentAssemblyTarget)" />
|
||||
</Target>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user