2017-08-07 00:31:11 +02:00
|
|
|
<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>
|
2017-08-19 11:24:49 +02:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ContentAssemblies>
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
</ContentAssemblies>
|
|
|
|
|
</ItemDefinitionGroup>
|
2017-08-07 00:31:11 +02:00
|
|
|
</Project>
|