mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Add missing files to Windows project files
This commit is contained in:
parent
78d24d3d01
commit
b05fb46966
@ -246,6 +246,10 @@
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\src\adress.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\clock.cpp"
|
||||
>
|
||||
@ -468,6 +472,10 @@
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\src\address.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\array.hpp"
|
||||
>
|
||||
|
@ -103,6 +103,7 @@
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\src\address.cpp" />
|
||||
<ClCompile Include="..\..\..\src\clock.cpp" />
|
||||
<ClCompile Include="..\..\..\src\ctx.cpp" />
|
||||
<ClCompile Include="..\..\..\src\decoder.cpp" />
|
||||
@ -164,6 +165,7 @@
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\include\zmq.h" />
|
||||
<ClInclude Include="..\..\..\include\zmq_utils.h" />
|
||||
<ClInclude Include="..\..\..\src\address.hpp" />
|
||||
<ClInclude Include="..\..\..\src\array.hpp" />
|
||||
<ClInclude Include="..\..\..\src\atomic_counter.hpp" />
|
||||
<ClInclude Include="..\..\..\src\atomic_ptr.hpp" />
|
||||
|
Loading…
Reference in New Issue
Block a user