From 90aeee42e4f5d6db95ef9148c54994f7ec7b557d Mon Sep 17 00:00:00 2001 From: Philippe Miossec Date: Sat, 15 Aug 2015 23:57:10 +0200 Subject: [PATCH] Copy GitTfs.Vs20xx in subfolders and load assemblies from there... --- GitTfs.Vs2010/GitTfs.Vs2010.csproj | 3 ++- GitTfs.Vs2012/GitTfs.Vs2012.csproj | 3 ++- GitTfs.Vs2013/GitTfs.Vs2013.csproj | 3 ++- GitTfs.Vs2015/GitTfs.Vs2015.csproj | 3 ++- GitTfs/Core/TfsInterop/TfsPlugin.cs | 15 +++++++++++++++ appveyor.yml | 2 +- 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/GitTfs.Vs2010/GitTfs.Vs2010.csproj b/GitTfs.Vs2010/GitTfs.Vs2010.csproj index af1ba7a1..ae69c072 100644 --- a/GitTfs.Vs2010/GitTfs.Vs2010.csproj +++ b/GitTfs.Vs2010/GitTfs.Vs2010.csproj @@ -144,7 +144,8 @@ --> - xcopy /y "$(TargetDir)*.dll" "$(SolutionDir)GitTfs\$(OutDir)" + mkdir "$(SolutionDir)GitTfs\$(OutDir)\$(ProjectName)" +xcopy /y "$(TargetDir)*.dll" "$(SolutionDir)GitTfs\$(OutDir)\$(ProjectName)" \ No newline at end of file diff --git a/GitTfs.Vs2012/GitTfs.Vs2012.csproj b/GitTfs.Vs2012/GitTfs.Vs2012.csproj index 035ba2ef..2748f38b 100644 --- a/GitTfs.Vs2012/GitTfs.Vs2012.csproj +++ b/GitTfs.Vs2012/GitTfs.Vs2012.csproj @@ -94,7 +94,8 @@ - xcopy /y "$(TargetDir)*.dll" "$(SolutionDir)GitTfs\$(OutDir)" + mkdir "$(SolutionDir)GitTfs\$(OutDir)\$(ProjectName)" +xcopy /y "$(TargetDir)*.dll" "$(SolutionDir)GitTfs\$(OutDir)\$(ProjectName)"