diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-08-10 22:07:42 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-08-10 22:07:42 -0700 |
commit | 24c84e9423db42563de21da76efd4637ca2abcce (patch) | |
tree | 48045eadcfb48dd200fbc731e3dccb487bf661ca /win32/project/Balau.vcxproj.filters | |
parent | d6fe842fdb0972ffe228022c5705b1b167e68467 (diff) |
First pass at the SmartWriter.
Diffstat (limited to 'win32/project/Balau.vcxproj.filters')
-rw-r--r-- | win32/project/Balau.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/project/Balau.vcxproj.filters b/win32/project/Balau.vcxproj.filters index cd115d4..06a4981 100644 --- a/win32/project/Balau.vcxproj.filters +++ b/win32/project/Balau.vcxproj.filters @@ -195,6 +195,9 @@ <ClCompile Include="..\getopt\getopt.c">
<Filter>Third Party\getopt</Filter>
</ClCompile>
+ <ClCompile Include="..\..\src\SmartWriter.cc">
+ <Filter>Source</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\includes\Async.h">
@@ -365,6 +368,9 @@ <ClInclude Include="..\getopt\getopt.h">
<Filter>Third Party\getopt</Filter>
</ClInclude>
+ <ClInclude Include="..\..\includes\SmartWriter.h">
+ <Filter>Headers</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\jsoncpp\src\json_internalarray.inl">
|