From e315ed92655b5c8b786a38e6cd3994629b2065a2 Mon Sep 17 00:00:00 2001 From: Bryan C Date: Mon, 16 Mar 2015 09:30:16 -0400 Subject: [PATCH] Fixed file locations for Visual Studio project - Fixed source file locations for Visual Studio Solution - Modified .gitignore to ignore Visual Studio cache files --- .gitignore | 14 ++++++++++++ project/msvc2013/wren/wren.vcxproj | 34 +++++++++++++++--------------- 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index ae7c5b28..b076101a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,17 @@ scratch.wren # The baseline file is machine-specific, so doesn't get checked in. test/benchmark/baseline.txt + +# Visual Studio cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates \ No newline at end of file diff --git a/project/msvc2013/wren/wren.vcxproj b/project/msvc2013/wren/wren.vcxproj index a264f553..b33783d3 100644 --- a/project/msvc2013/wren/wren.vcxproj +++ b/project/msvc2013/wren/wren.vcxproj @@ -78,25 +78,25 @@ - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + +