mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user