summaryrefslogtreecommitdiffstats
path: root/ComLightLib/ComLightLib.vcxproj.filters
blob: aa2c81d3a6bbd4cdf274145ecf7fe18d073eeecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ClInclude Include="pal\hresult.h" />
    <ClInclude Include="pal\guiddef.h" />
    <ClInclude Include="utils\guid_parse.hpp" />
    <ClInclude Include="unknwn.h" />
    <ClInclude Include="comLightClient.h" />
    <ClInclude Include="comLightServer.h" />
    <ClInclude Include="client\CComPtr.hpp" />
    <ClInclude Include="comLightCommon.h" />
    <ClInclude Include="server\RefCounter.hpp" />
    <ClInclude Include="server\interfaceMap.h" />
    <ClInclude Include="server\Object.hpp" />
    <ClInclude Include="utils\typeTraits.hpp" />
    <ClInclude Include="server\freeThreadedMarshaller.h" />
    <ClInclude Include="hresult.h" />
    <ClInclude Include="server\ObjectRoot.hpp" />
    <ClInclude Include="Exception.hpp" />
    <ClInclude Include="streams.h" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="server\freeThreadedMarshaller.cpp" />
  </ItemGroup>
  <ItemGroup>
    <Text Include="Readme.txt" />
  </ItemGroup>
</Project>