# # Project to Solution config transformations/mapping for the RAGE tools. # Properties { SolutionItems += '%RS_CODEBRANCH%\projgen\cpp.props' SolutionItems += '%RS_CODEBRANCH%\projgen\projgen.props' SolutionItems += '%RS_CODEBRANCH%\Directory.Build.props' SolutionItems += '%RS_TOOLSSCRIPT%\coding\autoexp\rage.natvis' } Project_Config_Rules { # # Regex(proj_id:sln cfg:sln platform) = project cfg|project platform # ^[^:]*:([^:]*):([^:]*)$ = '(1)|(2)' # Default All projects map to a default eg. *[Debug|Win32] = Debug|Win32 } # ------------------------------- # --- Solution Exporter Rules --- # ------------------------------- Project_Config_Rules { # # Regex(proj_id:sln cfg:sln platform:exporter) = project cfg|project platform # [^:]*:([^:]*):(x64):VS2012.* = '(1)|(2)' # Exporter rule : x64 in VS2012 ^*lib_psc*:[^:]*:[^:]* = 'Release|x64' # All psc libraries use x64|Release } Build_Rules { # Projects to build. [^:]*:([^:]*):([^:]*) = 'true' # Default; ALL projects build by default. } Deploy_Rules { # Projects to Deploy. [^:]*:([^:]*):([^:]*) = 'false' # Default; ALL projects do not deploy by default. }