Restructured folders to give a flexible solution for dependencies and added to ignore list

This commit is contained in:
dean11 2013-11-18 15:41:09 +01:00
parent a628d8a488
commit 33e7afabcd
225 changed files with 78 additions and 41 deletions

7
.gitignore vendored
View File

@ -20,3 +20,10 @@
*.ipch
*.lib
*.exe
*.tlog
Bin/Content/
Bin/Executable/
Obj/
External/

0
Bin/Script/PLACEHOLDER Normal file
View File

0
Bin/Settings/PLACEHOLDER Normal file
View File

View File

@ -184,7 +184,7 @@ Global
{1B3BEA4C-CF75-438A-9693-60FB8444BBF3}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{1B3BEA4C-CF75-438A-9693-60FB8444BBF3}.Debug|Win32.ActiveCfg = Debug|Win32
{1B3BEA4C-CF75-438A-9693-60FB8444BBF3}.Debug|Win32.Build.0 = Debug|Win32
{1B3BEA4C-CF75-438A-9693-60FB8444BBF3}.Debug|x64.ActiveCfg = Debug|Win32
{1B3BEA4C-CF75-438A-9693-60FB8444BBF3}.Debug|x64.ActiveCfg = Debug|x64
{1B3BEA4C-CF75-438A-9693-60FB8444BBF3}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{1B3BEA4C-CF75-438A-9693-60FB8444BBF3}.Release|Mixed Platforms.Build.0 = Release|Win32
{1B3BEA4C-CF75-438A-9693-60FB8444BBF3}.Release|Win32.ActiveCfg = Release|Win32

View File

Some files were not shown because too many files have changed in this diff Show More