-
Notifications
You must be signed in to change notification settings - Fork 4
/
rtn.vcxproj.filters
79 lines (79 loc) · 2.42 KB
/
rtn.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="Main.cpp" />
<ClCompile Include="stdafx.cpp" />
<ClCompile Include="RtnResources.cpp" />
<ClCompile Include="Logger.cpp" />
<ClCompile Include="Utils.cpp" />
<ClCompile Include="ws\stdsoap2.cpp">
<Filter>ws</Filter>
</ClCompile>
<ClCompile Include="Connector.cpp" />
<ClCompile Include="ws\ServerAPIBindingProxy.cpp">
<Filter>ws</Filter>
</ClCompile>
<ClCompile Include="ws\soapC.cpp">
<Filter>ws</Filter>
</ClCompile>
<ClCompile Include="LoginForm.cpp" />
<ClCompile Include="RtnCredentials.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="RtnResources.h" />
<ClInclude Include="Logger.h" />
<ClInclude Include="Utils.h" />
<ClInclude Include="ws\stdsoap2.h">
<Filter>ws</Filter>
</ClInclude>
<ClInclude Include="Connector.h" />
<ClInclude Include="ws\ServerAPIBindingProxy.h">
<Filter>ws</Filter>
</ClInclude>
<ClInclude Include="ws\soapH.h">
<Filter>ws</Filter>
</ClInclude>
<ClInclude Include="ws\soapStub.h">
<Filter>ws</Filter>
</ClInclude>
<ClInclude Include="LoginForm.h" />
<ClInclude Include="RtnCredentials.h" />
<ClInclude Include="targetver.h" />
</ItemGroup>
<ItemGroup>
<Filter Include="Resources">
<UniqueIdentifier>{c993b0fa-cc6b-465d-b80b-f4e4b34e52f2}</UniqueIdentifier>
</Filter>
<Filter Include="ws">
<UniqueIdentifier>{17b6fb8e-e59a-4e32-9f6b-d62dff20a8cc}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="application.properties">
<Filter>Resources</Filter>
</None>
<None Include="rtn.app.ico">
<Filter>Resources</Filter>
</None>
<None Include="ws\ServerAPIBinding.nsmap">
<Filter>ws</Filter>
</None>
<None Include="rtn.connected.has.new.tasks.ico">
<Filter>Resources</Filter>
</None>
<None Include="rtn.error.ico">
<Filter>Resources</Filter>
</None>
<None Include="rtn.initializing.ico">
<Filter>Resources</Filter>
</None>
<None Include=".gitignore" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="rtn.rc">
<Filter>Resources</Filter>
</ResourceCompile>
</ItemGroup>
</Project>