Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
20342499
Commit
20342499
authored
Jun 15, 2018
by
legoc
Browse files
Merged vcproj
parents
c2d2be97
4c273573
Changes
1
Hide whitespace changes
Inline
Side-by-side
msvc/cameo-api-cpp/cameo-api-cpp.vcxproj
View file @
20342499
...
...
@@ -72,14 +72,12 @@
<ClInclude
Include=
"..\..\src\cameo\impl\RequesterImpl.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\RequestImpl.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\ResponderImpl.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\Serializer.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\ServicesImpl.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\SocketImpl.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\SocketWaitingImpl.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\SubscriberImpl.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\WaitingImpl.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\WaitingImplSet.h"
/>
<ClInclude
Include=
"..\..\src\cameo\impl\zmq.hpp"
/>
<ClInclude
Include=
"..\..\src\cameo\InvalidArgumentException.h"
/>
<ClInclude
Include=
"..\..\src\cameo\PortEvent.h"
/>
<ClInclude
Include=
"..\..\src\cameo\ProtoType.h"
/>
...
...
@@ -90,6 +88,7 @@
<ClInclude
Include=
"..\..\src\cameo\ResponderCreationException.h"
/>
<ClInclude
Include=
"..\..\src\cameo\Response.h"
/>
<ClInclude
Include=
"..\..\src\cameo\ResultEvent.h"
/>
<ClInclude
Include=
"..\..\src\cameo\Serializer.h"
/>
<ClInclude
Include=
"..\..\src\cameo\Server.h"
/>
<ClInclude
Include=
"..\..\src\cameo\Services.h"
/>
<ClInclude
Include=
"..\..\src\cameo\SocketException.h"
/>
...
...
@@ -97,6 +96,47 @@
<ClInclude
Include=
"..\..\src\cameo\StatusEvent.h"
/>
<ClInclude
Include=
"..\..\src\cameo\SubscriberCreationException.h"
/>
<ClInclude
Include=
"..\..\src\cameo\TimeCondition.h"
/>
<ClInclude
Include=
"..\..\src\cameo\UnmanagedApplicationException.h"
/>
<ClInclude
Include=
"..\..\src\proto\Messages.pb.h"
/>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\src\cameo\Application.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\ConnectionChecker.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\ConnectionTimeout.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\Event.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\EventStreamSocket.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\ApplicationImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\CancelIdGenerator.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\GenericWaitingImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\HandlerImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\PublisherImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\RequesterImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\RequestImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\ResponderImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\ServicesImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\SocketImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\SocketWaitingImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\SubscriberImpl.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\impl\WaitingImplSet.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\InvalidArgumentException.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\PortEvent.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\PublisherCreationException.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\PublisherEvent.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\RemoteException.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\RequesterCreationException.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\ResponderCreationException.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\Response.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\ResultEvent.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\Serializer.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\Server.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\Services.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\SocketException.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\StarterServerException.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\StatusEvent.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\SubscriberCreationException.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\TimeCondition.cpp"
/>
<ClCompile
Include=
"..\..\src\cameo\UnmanagedApplicationException.cpp"
/>
<ClCompile
Include=
"..\..\src\proto\Messages.pb.cc"
/>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{4C9E3D2B-5244-4971-BC21-41E865CB0732}
</ProjectGuid>
...
...
@@ -220,4 +260,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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