Notes about World.sln.txt 519 B

1234567891011121314
  1. 2010-03-20:
  2. ==========
  3. JohnAdams:
  4. World.sln now writes all it's intermediate build information to a sub-folder of ./World
  5. The $(OutDir) is configured for ./trunk/bin/(build type)
  6. There is a Post-Build event that copies the output exe back to ./Trunk/bin for easy access
  7. There is a Pre-Compile event that deletes that copied EXE before building again, to avoid confusion on bad compiles
  8. Please be sure you use an ignore-on-commmit for any of the intermediary or output files, we do not want build junk on SVN