From beadca25aadb54edf78e268e93936ed5b1765514 Mon Sep 17 00:00:00 2001 From: Teoman Soygul Date: Thu, 5 Nov 2015 18:59:35 +0100 Subject: [PATCH] fix build on mono --- .../NBug.Examples.WinForms/NBug.Examples.WinForms.csproj | 6 +++--- NBug.Configurator/NBug.Configurator.csproj | 6 +++--- NBug/NBug.csproj | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Examples/NBug.Examples.WinForms/NBug.Examples.WinForms.csproj b/Examples/NBug.Examples.WinForms/NBug.Examples.WinForms.csproj index 8538a42..1ae0125 100644 --- a/Examples/NBug.Examples.WinForms/NBug.Examples.WinForms.csproj +++ b/Examples/NBug.Examples.WinForms/NBug.Examples.WinForms.csproj @@ -167,14 +167,14 @@ - if $(ConfigurationName)==Release copy "$(TargetPath)" "$(SolutionDir)packages\NBug\tools" /Y + if $(ConfigurationName)==Release copy "$(TargetPath)" "$(SolutionDir)packages\NBug\tools" /Y if $(ConfigurationName)==Release copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)packages\NBug\tools" /Y - - \ No newline at end of file + diff --git a/NBug.Configurator/NBug.Configurator.csproj b/NBug.Configurator/NBug.Configurator.csproj index 341133e..b6ee879 100644 --- a/NBug.Configurator/NBug.Configurator.csproj +++ b/NBug.Configurator/NBug.Configurator.csproj @@ -256,14 +256,14 @@ - if $(ConfigurationName)==Release copy "$(TargetPath)" "$(SolutionDir)packages\NBug\tools" /Y + if $(ConfigurationName)==Release copy "$(TargetPath)" "$(SolutionDir)packages\NBug\tools" /Y if $(ConfigurationName)==Release copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)packages\NBug\tools" /Y - - \ No newline at end of file + diff --git a/NBug/NBug.csproj b/NBug/NBug.csproj index ff15459..e32381a 100644 --- a/NBug/NBug.csproj +++ b/NBug/NBug.csproj @@ -322,18 +322,18 @@ - if $(ConfigurationName)==Release copy "$(TargetPath)" "$(SolutionDir)packages\NBug\lib\net40-client" /Y + if $(ConfigurationName)==Release copy "$(TargetPath)" "$(SolutionDir)packages\NBug\lib\net40-client" /Y if $(ConfigurationName)==Release copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)packages\NBug\lib\net40-client" /Y if $(ConfigurationName)==Release copy "$(TargetDir)$(TargetName).xml" "$(SolutionDir)packages\NBug\lib\net40-client" /Y if $(ConfigurationName)==Release copy "$(TargetPath)" "$(SolutionDir)packages\NBug\tools" /Y if $(ConfigurationName)==Release copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)packages\NBug\tools" /Y - - \ No newline at end of file +