CD /D "$(ProjectDir)$(OutputPath)"

FINDSTR /I /C:"FROM 0x" KeyInfo_Create.sql > _TempAssembly.sql

COPY /V /Y /B "$(ProjectDir)AssemblySecuritySetup-Part1of2.sql" +  _TempAssembly.sql + "$(ProjectDir)AssemblySecuritySetup-Part2of2.sql" "$(SolutionDir)AssemblySecuritySetup.sql"
