* Fix stdafx include

* Fix basic handling of "Games" folder on Windows10 RS4 (#10)
This does the following:
- Sets the default state to hidden
- Skips the Games folder when searching

This does not:
- Hide the dead menu entry.

I do not currently know how to actively change the user preference setting to forcefully hide it.

* Add basic Visual Studio gitignore

* Add specific entries to gitignore

* Do not set default menu to Win7 on RS4 (#10)

* Rename "PC Settings" to "Settings" (#12)

* Create distinction between modern and legacy settings in search results

* Add more build artifacts to gitignore

* Add default paths for toolset and build all languages

* Fix several memsize, memtype and nullpointer issues

* create trunk branch containing all changes

* set fallback and next version to 4.3.2, set resource fallback value to allow loading in IDE

* add generated en-US.dll to gitignore

* Don't echo script contents, add disabled "git clean -dfx" to build fresh

* fix gitignore to not destroy en-US language project
This commit is contained in:
Xenhat
2018-06-24 23:05:26 -04:00
committed by GitHub
parent 468ee876cc
commit e0d1c72b0b
16 changed files with 89 additions and 53 deletions

10
.gitignore vendored
View File

@@ -60,6 +60,7 @@ artifacts/
StyleCopReport.xml
# Files built by Visual Studio
*.dll
*_i.c
*_p.c
*_i.h
@@ -336,4 +337,11 @@ ASALocalRun/
*.PVS-Studio.*
# Classic-Shell specific ignores
Skins/
Skins/
Setup/
Setup64/
Final/
Output/
Temp/
Localization/
*.bin