-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathReadWriteVideosWithOpenCV.vcxproj.filters
More file actions
executable file
·32 lines (32 loc) · 1.13 KB
/
ReadWriteVideosWithOpenCV.vcxproj.filters
File metadata and controls
executable file
·32 lines (32 loc) · 1.13 KB
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
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Sources">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="DataManagement">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="DataManagement\VideoIO.h">
<Filter>DataManagement</Filter>
</ClInclude>
<ClInclude Include="DataManagement\Pipe.h">
<Filter>DataManagement</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="DataManagement\Pipe.cpp">
<Filter>DataManagement</Filter>
</ClCompile>
<ClCompile Include="DataManagement\VideoIO.cpp">
<Filter>DataManagement</Filter>
</ClCompile>
<ClCompile Include="Example.cpp">
<Filter>Sources</Filter>
</ClCompile>
</ItemGroup>
</Project>