mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
1f6887fcb0
Removed a "using namepsace std;" to stop an ambiguous symbol error regarding the "hash" datatype when compiling with Visual Studio 2010. As a result, I had to add a "std::" to an ostringstream. Duplicated, upgraded, and reworked the existing Visual Studio 2008 project so that it now compiles successfully with Visual Studio 2010. Both debug and release work without a hitch on Windows 7. The original Visual Studio 2008 solution is still there if it is needed.
33 lines
255 B
Text
33 lines
255 B
Text
.*
|
|
*.o
|
|
*.o.*
|
|
*.so
|
|
*.so.dbg
|
|
*.bin
|
|
*.gz
|
|
*.obj
|
|
*.user
|
|
*.manifest
|
|
*.suo
|
|
*.ncb
|
|
*.pdb
|
|
*.ilk
|
|
*.exp
|
|
*.tmp
|
|
*.aps
|
|
*.opensdf
|
|
temp/*
|
|
build/*
|
|
bin/*
|
|
ipch/*
|
|
Debug/*
|
|
Release/*
|
|
New Folder/*
|
|
*.sdf
|
|
VS2010/*.vcxproj.user
|
|
VS2010/*.vcxproj.filters
|
|
|
|
*.patch
|
|
*.diff
|
|
|
|
!.gitignore
|