2012-04-27 13:11:07 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="jsonrpcclient.cpp" />
|
|
|
|
<ClCompile Include="jsonrpcserver.cpp" />
|
|
|
|
<ClCompile Include="netstring.cpp" />
|
2012-05-15 16:24:04 +02:00
|
|
|
<ClCompile Include="rpcrequest.cpp" />
|
|
|
|
<ClCompile Include="rpcresponse.cpp" />
|
2012-05-16 11:30:54 +02:00
|
|
|
<ClCompile Include="messagepart.cpp" />
|
2012-04-27 13:11:07 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="i2-jsonrpc.h" />
|
|
|
|
<ClInclude Include="jsonrpcclient.h" />
|
|
|
|
<ClInclude Include="jsonrpcserver.h" />
|
|
|
|
<ClInclude Include="netstring.h" />
|
2012-05-15 16:24:04 +02:00
|
|
|
<ClInclude Include="rpcrequest.h" />
|
|
|
|
<ClInclude Include="rpcresponse.h" />
|
2012-05-16 11:30:54 +02:00
|
|
|
<ClInclude Include="messagepart.h" />
|
2012-04-27 13:11:07 +02:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|