diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2015-03-20 15:32:25 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2015-03-20 15:32:25 +0100 |
commit | 8d9ddc51076ce0da3d0a4216b1bc495783f3733c (patch) | |
tree | 200d43d0356f052fe23da463330e43b37138386e /astra_vc09.vcproj | |
parent | 2d55fd38b4a8ef5076c0591ae4147f81c1107ee3 (diff) | |
parent | 9ba78fcfa3dec88928df33be26821e3fd5a10727 (diff) | |
download | astra-8d9ddc51076ce0da3d0a4216b1bc495783f3733c.tar.gz astra-8d9ddc51076ce0da3d0a4216b1bc495783f3733c.tar.bz2 astra-8d9ddc51076ce0da3d0a4216b1bc495783f3733c.tar.xz astra-8d9ddc51076ce0da3d0a4216b1bc495783f3733c.zip |
Merge pull request #30 from dmpelt/logging
New logging API
Diffstat (limited to 'astra_vc09.vcproj')
-rw-r--r-- | astra_vc09.vcproj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/astra_vc09.vcproj b/astra_vc09.vcproj index f84eaaf..a56e4bc 100644 --- a/astra_vc09.vcproj +++ b/astra_vc09.vcproj @@ -921,6 +921,10 @@ > </File> <File + RelativePath=".\include\astra\clog.h" + > + </File> + <File RelativePath=".\include\astra\Config.h" > </File> @@ -933,7 +937,7 @@ > </File> <File - RelativePath=".\include\astra\Logger.h" + RelativePath=".\include\astra\Logging.h" > </File> <File @@ -989,7 +993,7 @@ > </File> <File - RelativePath=".\src\Logger.cpp" + RelativePath=".\src\Logging.cpp" > </File> <File |