
- Added in .gitignore to ignore the .vs folders in ALL subfolders - Upgraded from 4.6.2 to 4.8 framework for .NET Core - Upgraded from netfamework31 to net80 for .net 8.0 and Framework 4.8 - Changed the EXE File name from EVE-O Preview.exe to EVE-O-Preview.exe
11 lines
90 B
Plaintext
11 lines
90 B
Plaintext
bin/
|
|
obj/
|
|
publish/
|
|
tools/
|
|
src/.vs/
|
|
*.suo
|
|
*.user
|
|
*.DotSettings
|
|
build/Fody*
|
|
*.vs/
|