C
cverbiest
Guest
I use a set of property files and the fact that properties are immutable to handle os / phase differences build.props contains the defaults build.props.windows windows specific properties such a graphicalmode=true build.props.windows.development : e.g. the assemblies directory used for development build.props.windows.production : e.g. the assemblies directory used for production I move reusable macros such as compiledirectory into a separate file
Continue reading...
Continue reading...