From 85c79bef459d1dc7fc10573772b1785c152d9539 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Wed, 6 Jun 2012 18:34:31 +0000 Subject: More project file fixes --- Opcode/Opcode.vcxproj | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'Opcode/Opcode.vcxproj') diff --git a/Opcode/Opcode.vcxproj b/Opcode/Opcode.vcxproj index f41595b..e8502a3 100644 --- a/Opcode/Opcode.vcxproj +++ b/Opcode/Opcode.vcxproj @@ -190,6 +190,7 @@ .\Debug\ false ..\Opcode;$(IncludePath) + $(ProjectName)_D .\Debug\ @@ -277,6 +278,18 @@ Debug\Opcode_D.dll .\Debug\Opcode_D.lib + + copy /y "$(TargetPath)" "$(STARSHATTERPATH)\$(TargetFileName)" + + + Copying Build... + + + $(STARSHATTERPATH)\$(TargetFileName);%(Outputs) + + + $(TargetFileName) + @@ -322,6 +335,18 @@ Debug\Opcode_D.dll .\Debug\Opcode_D.lib + + copy /y "$(TargetPath)" "$(STARSHATTERPATH)\$(TargetFileName)" + + + Copying Build... + + + $(STARSHATTERPATH)\$(TargetFileName);%(Outputs) + + + $(TargetFileName) + @@ -451,6 +476,18 @@ .\Release\Opcode.dll .\Release\Opcode.lib + + copy /y "$(TargetPath)" "$(STARSHATTERPATH)\$(TargetFileName)" + + + Copying Build... + + + $(STARSHATTERPATH)\$(TargetFileName);%(Outputs) + + + $(TargetFileName) + @@ -494,6 +531,18 @@ .\Release\Opcode.dll .\Release\Opcode.lib + + copy /y "$(TargetPath)" "$(STARSHATTERPATH)\$(TargetFileName)" + + + Copying Build... + + + $(STARSHATTERPATH)\$(TargetFileName);%(Outputs) + + + $(TargetFileName) + -- cgit v1.1