From 3db15beeb9bb9fdc59020976c037858d3ba8a724 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Mon, 29 May 2017 12:10:24 +0100 Subject: [PATCH] Fix compatibility with msbuild/csc on non-windows. --- OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj | 8 ++++---- OpenRA.Mods.Common/OpenRA.Mods.Common.csproj | 8 ++++---- OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj index 8aa16bc425..cd5b6fd65c 100644 --- a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj +++ b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj @@ -190,17 +190,17 @@ SourceFiles="$(TargetPath)" DestinationFolder="$(SolutionDir)mods/common/"/> + Condition="Exists('$(TargetDir)$(TargetName).pdb')"/> + Condition="Exists('$(TargetPath).mdb')"/> + Condition="Exists('$(TargetDir)$(TargetName).pdb')"/> + Condition="Exists('$(TargetPath).mdb')"/> + Condition="Exists('$(TargetDir)$(TargetName).pdb')"/> + Condition="Exists('$(TargetPath).mdb')"/>