Files
2025-09-29 00:52:08 +02:00

20 lines
557 B
Plaintext
Executable File

#
# wolfssl.slnrules : General rules that apply to WolfSSL
#
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
}
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.
}