Files
wren/project/msvc2013
Bryan C 4f24c0bd56 fix: correct Visual Studio include paths and source file locations for MSVC 2013 project
Add explicit IncludePath property to both Debug and Release configurations in wren.vcxproj, pointing to the src/include directory, and update all source and header file paths in wren.vcxproj.filters to reflect the new directory structure with cli/ and vm/ subdirectories.
2015-03-16 13:41:51 +00:00
..