mirror of
https://github.com/ModOrganizer2/usvfs.git
synced 2026-07-27 14:04:27 -07:00
external dependencies can now be overwritten either with environment variables or by creating a vsbuild/external_dependencies_local.props file. additionally, we use "py -2" by default to support cases where both python 2 and python 3 are installed and python 3 is the default (without the need to overwrite the PYTHON2_CMD).
22 lines
249 B
Plaintext
22 lines
249 B
Plaintext
# build outputs:
|
|
/bin
|
|
/lib
|
|
/test/bin
|
|
|
|
# local overides
|
|
/vsbuild/external_dependencies_local.props
|
|
|
|
# build intermediates:
|
|
/vsbuild/Release
|
|
/vsbuild/Debug
|
|
|
|
# test "side effects"
|
|
/test/temp
|
|
|
|
# VS generated files:
|
|
.vs
|
|
*.aps
|
|
*.vcxproj.user
|
|
msbuild.log
|
|
|