-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient.vcxproj.filters
64 lines (64 loc) · 2.09 KB
/
client.vcxproj.filters
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="res">
<UniqueIdentifier>{f8d76975-6508-493a-b81d-5592aa7ecd99}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
<None Include=".gitignore" />
<None Include="LICENSE" />
</ItemGroup>
<ItemGroup>
<Image Include="res\cablogo.png">
<Filter>res</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<Text Include="res\jobs.txt">
<Filter>res</Filter>
</Text>
<Text Include="res\label.txt">
<Filter>res</Filter>
</Text>
<Text Include="res\replace.txt">
<Filter>res</Filter>
</Text>
<Text Include="res\usage.txt">
<Filter>res</Filter>
</Text>
</ItemGroup>
<ItemGroup>
<ClCompile Include="main.cpp" />
<ClCompile Include="client.cpp" />
<ClCompile Include="client_freeopcua.cpp" />
<ClCompile Include="client_open62541.cpp" />
<ClCompile Include="data_freeopcua.cpp" />
<ClCompile Include="data_open62541.cpp" />
<ClCompile Include="job_freeopcua.cpp" />
<ClCompile Include="job_open62541.cpp" />
<ClCompile Include="job_open62541_node.cpp" />
<ClCompile Include="logger.cpp" />
<ClCompile Include="node_tree.cpp" />
<ClCompile Include="os_wrappers.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="client.h" />
<ClInclude Include="client_freeopcua.h" />
<ClInclude Include="client_open62541.h" />
<ClInclude Include="common_defines.h" />
<ClInclude Include="common_types.h" />
<ClInclude Include="data_freeopcua.h" />
<ClInclude Include="data_open62541.h" />
<ClInclude Include="Iclient_opcua.h" />
<ClInclude Include="Idata_opcua.h" />
<ClInclude Include="Ijob_opcua.h" />
<ClInclude Include="job_freeopcua.h" />
<ClInclude Include="job_open62541.h" />
<ClInclude Include="job_open62541_node.h" />
<ClInclude Include="logger.h" />
<ClInclude Include="node_tree.h" />
<ClInclude Include="os_wrappers.h" />
</ItemGroup>
</Project>