Files
watrbx-game-engine/CustomBuildRules.props
2025-09-18 17:55:52 -04:00

31 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup
Condition="'$(PublishDLLDependencyBeforeTargets)' == '' and '$(PublishDLLDependencyAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
<PublishDLLDependencyBeforeTargets>Midl</PublishDLLDependencyBeforeTargets>
<PublishDLLDependencyAfterTargets>CustomBuild</PublishDLLDependencyAfterTargets>
</PropertyGroup>
<PropertyGroup>
<PublishDLLDependencyDependsOn
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(PublishDLLDependencyDependsOn)</PublishDLLDependencyDependsOn>
</PropertyGroup>
<!--
<ItemDefinitionGroup>
<PublishDLLDependency>
<CommandLineTemplate>copy "%(FullPath)" "$(TargetDir)"</CommandLineTemplate>
<Outputs>"$(TargetDir)%(Filename)%(Extension)"</Outputs>
<ExecutionDescription>Copying %(FullPath)</ExecutionDescription>
</PublishDLLDependency>
</ItemDefinitionGroup>
-->
<ItemDefinitionGroup>
<PublishDLLDependency>
<CommandLineTemplate>copy "%(FullPath)" "$(TargetDir)"</CommandLineTemplate>
<Outputs>$(TargetDir)%(Filename)%(Extension)</Outputs>
<ExecutionDescription>Copying %(FullPath)</ExecutionDescription>
</PublishDLLDependency>
</ItemDefinitionGroup>
</Project>