summaryrefslogtreecommitdiff
path: root/win32/project/Balau.vcxproj.filters
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-07-31 09:15:02 -0700
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-07-31 09:15:02 -0700
commitee0ffcb7bcb46d3d129bd262781d54afa736ffbb (patch)
tree5487ca31e509664ed938fa474d420f1ee46bccdd /win32/project/Balau.vcxproj.filters
parent3afee2ec57f662bd06a1da7794ce08f0504da2a0 (diff)
Adding getopt to Balau for win32.
Diffstat (limited to 'win32/project/Balau.vcxproj.filters')
-rw-r--r--win32/project/Balau.vcxproj.filters9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/project/Balau.vcxproj.filters b/win32/project/Balau.vcxproj.filters
index 02b4e84..cd115d4 100644
--- a/win32/project/Balau.vcxproj.filters
+++ b/win32/project/Balau.vcxproj.filters
@@ -22,6 +22,9 @@
<Filter Include="Third Party\lcrypt">
<UniqueIdentifier>{b7c1083c-5e02-4f73-b973-73dfb07f1a9f}</UniqueIdentifier>
</Filter>
+ <Filter Include="Third Party\getopt">
+ <UniqueIdentifier>{d9a98750-dc39-4eb1-9e0d-49bb1a95b104}</UniqueIdentifier>
+ </Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\Async.cc">
@@ -189,6 +192,9 @@
<ClCompile Include="..\regex\split.c">
<Filter>Third Party\regex</Filter>
</ClCompile>
+ <ClCompile Include="..\getopt\getopt.c">
+ <Filter>Third Party\getopt</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\includes\Async.h">
@@ -356,6 +362,9 @@
<ClInclude Include="..\regex\regex2.h">
<Filter>Third Party\regex</Filter>
</ClInclude>
+ <ClInclude Include="..\getopt\getopt.h">
+ <Filter>Third Party\getopt</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\jsoncpp\src\json_internalarray.inl">