From f22d496961684cf430f3337b17a05fb53e94994e Mon Sep 17 00:00:00 2001 From: Michael Dirks Date: Sat, 6 Jun 2015 21:20:01 +0200 Subject: [PATCH] Automatically copy LICENSE and LICENSE.lesser to build directory for easy creation of releases. --- BlitzUtility.vcxproj | 352 ++++++++++++++++++++++--------------------- 1 file changed, 180 insertions(+), 172 deletions(-) diff --git a/BlitzUtility.vcxproj b/BlitzUtility.vcxproj index d4f2345..1cebea8 100644 --- a/BlitzUtility.vcxproj +++ b/BlitzUtility.vcxproj @@ -1,173 +1,181 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {C08C5F9A-0C63-4798-A93F-FE96C014074B} - BlitzUtility - - - - DynamicLibrary - true - v120 - Unicode - - - DynamicLibrary - false - v120 - false - Unicode - - - - - - - - - - - - - $(SolutionDir)\#Build\$(ProjectName)\$(Configuration)\ - $(SolutionDir)\#Intermediate\$(ProjectName)\$(Configuration)\ - true - $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); - - - $(SolutionDir)\#Build\$(ProjectName)\$(Configuration)\ - $(SolutionDir)\#Intermediate\$(ProjectName)\$(Configuration)\ - true - $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); - - - - Level3 - Disabled - - - $(SolutionDir);$(ProjectDir) - MultiThreaded - SQLITE_ENABLE_FTS4;SQLITE_ENABLE_RTREE;%(PreprocessorDefinitions) - Default - 4Bytes - false - - - false - false - false - false - true - false - false - false - false - StdCall - - - true - 1.0 - - - - - Copying Resources - - - - - Level3 - Full - true - - - $(SolutionDir);$(ProjectDir) - MultiThreaded - SQLITE_ENABLE_FTS4;SQLITE_ENABLE_RTREE;%(PreprocessorDefinitions) - Speed - 4Bytes - false - - - Default - false - false - false - false - false - true - false - false - false - StdCall - - - false - - - - - 1.0 - - - - - Copying Resources - - - - - - - - - - - - - - - - - - - Cdecl - CompileAsC - Cdecl - CompileAsC - - - - - - - - - - - - - - BlitzUtility.bb - PreserveNewest - - - BlitzUtility.decls - PreserveNewest - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {C08C5F9A-0C63-4798-A93F-FE96C014074B} + BlitzUtility + + + + DynamicLibrary + true + v120 + Unicode + + + DynamicLibrary + false + v120 + false + Unicode + + + + + + + + + + + + + $(SolutionDir)\#Build\$(ProjectName)\$(Configuration)\ + $(SolutionDir)\#Intermediate\$(ProjectName)\$(Configuration)\ + true + $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); + + + $(SolutionDir)\#Build\$(ProjectName)\$(Configuration)\ + $(SolutionDir)\#Intermediate\$(ProjectName)\$(Configuration)\ + true + $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); + + + + Level3 + Disabled + + + $(SolutionDir);$(ProjectDir) + MultiThreaded + SQLITE_ENABLE_FTS4;SQLITE_ENABLE_RTREE;%(PreprocessorDefinitions) + Default + 4Bytes + false + + + false + false + false + false + true + false + false + false + false + StdCall + + + true + 1.0 + + + + + Copying Resources + + + + + Level3 + Full + true + + + $(SolutionDir);$(ProjectDir) + MultiThreaded + SQLITE_ENABLE_FTS4;SQLITE_ENABLE_RTREE;%(PreprocessorDefinitions) + Speed + 4Bytes + false + + + Default + false + false + false + false + false + true + false + false + false + StdCall + + + false + + + + + 1.0 + + + + + Copying Resources + + + + + + + + + + + + + + + + + + + Cdecl + CompileAsC + Cdecl + CompileAsC + + + + + + + + + + + + + + LICENSE + PreserveNewest + + + LICENSE.lesser + PreserveNewest + + + BlitzUtility.bb + PreserveNewest + + + BlitzUtility.decls + PreserveNewest + + + + + \ No newline at end of file