Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
6630f196
Commit
6630f196
authored
Feb 13, 2015
by
evoskuil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply VS2013 changes to VS2010 and VS2012.
parent
55886b8b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
0 deletions
+24
-0
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+3
-0
libzmq.vcxproj.filters
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
+9
-0
libzmq.vcxproj
builds/msvc/vs2012/libzmq/libzmq.vcxproj
+3
-0
libzmq.vcxproj.filters
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
+9
-0
No files found.
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
6630f196
...
...
@@ -76,6 +76,7 @@
<ClInclude
Include=
"..\..\..\..\src\client.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\clock.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\command.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\condition_variable.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\config.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ctx.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\curve_client.hpp"
/>
...
...
@@ -103,6 +104,7 @@
<ClInclude
Include=
"..\..\..\..\src\lb.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\likely.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\mailbox.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\mailbox_safe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\msg.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\mtrie.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\mutex.hpp"
/>
...
...
@@ -183,6 +185,7 @@
<ClCompile
Include=
"..\..\..\..\src\kqueue.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\lb.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mailbox.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mailbox_safe.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mechanism.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\metadata.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\msg.cpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
View file @
6630f196
...
...
@@ -232,6 +232,9 @@
<ClCompile
Include=
"..\..\..\..\src\client.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\mailbox_safe.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
...
...
@@ -504,6 +507,12 @@
<ClInclude
Include=
"..\..\..\..\src\client.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\mailbox_safe.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\condition_variable.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"include"
>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj
View file @
6630f196
...
...
@@ -76,6 +76,7 @@
<ClInclude
Include=
"..\..\..\..\src\client.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\clock.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\command.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\condition_variable.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\config.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ctx.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\curve_client.hpp"
/>
...
...
@@ -103,6 +104,7 @@
<ClInclude
Include=
"..\..\..\..\src\lb.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\likely.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\mailbox.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\mailbox_safe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\msg.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\mtrie.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\mutex.hpp"
/>
...
...
@@ -183,6 +185,7 @@
<ClCompile
Include=
"..\..\..\..\src\kqueue.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\lb.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mailbox.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mailbox_safe.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\mechanism.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\metadata.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\msg.cpp"
/>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
View file @
6630f196
...
...
@@ -232,6 +232,9 @@
<ClCompile
Include=
"..\..\..\..\src\client.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\mailbox_safe.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
...
...
@@ -504,6 +507,12 @@
<ClInclude
Include=
"..\..\..\..\src\client.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\mailbox_safe.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\condition_variable.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"include"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment