blob: 93f4cd964415a36fced5be40b79f914d793cef45 (
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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>Scriver</ProjectName>
<ProjectGuid>{B8928210-546C-4AE3-956B-E2B724E6B8E5}</ProjectGuid>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
<ClCompile Include="src\chat_main.cpp" />
<ClCompile Include="src\chat_manager.cpp" />
<ClCompile Include="src\chat_options.cpp" />
<ClCompile Include="src\cmdlist.cpp" />
<ClCompile Include="src\globals.cpp" />
<ClCompile Include="src\infobar.cpp" />
<ClCompile Include="src\input.cpp" />
<ClCompile Include="src\msgdialog.cpp" />
<ClCompile Include="src\msglog.cpp" />
<ClCompile Include="src\msgoptions.cpp" />
<ClCompile Include="src\msgs.cpp" />
<ClCompile Include="src\msgtimedout.cpp" />
<ClCompile Include="src\msgutils.cpp" />
<ClCompile Include="src\sendqueue.cpp" />
<ClCompile Include="src\srmm.cpp" />
<ClCompile Include="src\statusicon.cpp" />
<ClCompile Include="src\stdafx.cxx">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\tabs.cpp" />
<ClCompile Include="src\utils.cpp" />
<ClInclude Include="src\chat.h" />
<ClInclude Include="src\cmdlist.h" />
<ClInclude Include="src\globals.h" />
<ClInclude Include="src\input.h" />
<ClInclude Include="src\msgs.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\sendqueue.h" />
<ClInclude Include="src\statusicon.h" />
<ClInclude Include="src\stdafx.h" />
<ClInclude Include="src\tabs.h" />
<ClInclude Include="src\utils.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc" />
<ResourceCompile Include="res\Version.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="res\addcontact.ico" />
<Image Include="res\bing.ico" />
<Image Include="res\chat\action.ico" />
<Image Include="res\chat\addmode.ico" />
<Image Include="res\chat\bkgcolor.ico" />
<Image Include="res\chat\bold.ico" />
<Image Include="res\chat\color.ico" />
<Image Include="res\chat\filter.ico" />
<Image Include="res\chat\filter2.ico" />
<Image Include="res\chat\info.ico" />
<Image Include="res\chat\italic.ico" />
<Image Include="res\chat\join.ico" />
<Image Include="res\chat\kick.ico" />
<Image Include="res\chat\nick.ico" />
<Image Include="res\chat\nicklist.ico" />
<Image Include="res\chat\nicklist2.ico" />
<Image Include="res\chat\notice.ico" />
<Image Include="res\chat\overlay.ico" />
<Image Include="res\chat\part.ico" />
<Image Include="res\chat\quit.ico" />
<Image Include="res\chat\removestatus.ico" />
<Image Include="res\chat\topic.ico" />
<Image Include="res\chat\topicbut.ico" />
<Image Include="res\chat\underline.ico" />
<Image Include="res\chat\window.ico" />
<Image Include="res\clock.ico" />
<Image Include="res\closex.ico" />
<Image Include="res\details.ico" />
<Image Include="res\foodnetwork.ico" />
<Image Include="res\gmaps.ico" />
<Image Include="res\google.ico" />
<Image Include="res\gtranslate.ico" />
<Image Include="res\highlight.ico" />
<Image Include="res\history.ico" />
<Image Include="res\message.ico" />
<Image Include="res\messageout.ico" />
<Image Include="res\private.ico" />
<Image Include="res\quote.ico" />
<Image Include="res\send.ico" />
<Image Include="res\smiley.ico" />
<Image Include="res\typing.ico" />
<Image Include="res\typingoff.ico" />
<Image Include="res\unverified.ico" />
<Image Include="res\wikipedia.ico" />
<Image Include="res\yahoo.ico" />
<Image Include="res\yandex.ico" />
</ItemGroup>
<ItemGroup>
<None Include="res\dragcopy.cur" />
<None Include="res\hyperlin.cur" />
</ItemGroup>
</Project>
|