blob: 9544f8e18b2fff4decdff8a4579e7e4caa0f72cd (
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
|
<?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>
<ItemGroup>
<Image Include="..\..\src\mir_app\res\_blank.ico" />
<Image Include="res\accounts.ico" />
<Image Include="res\arrow-down.ico" />
<Image Include="res\clist.ico" />
<Image Include="res\connecting.ico" />
<Image Include="res\delete.ico" />
<Image Include="res\find.ico" />
<Image Include="res\groups.ico" />
<Image Include="res\menu.ico" />
<Image Include="res\minimize.ico" />
<Image Include="res\online.ico" />
<Image Include="res\options.ico" />
<Image Include="res\options_clvm.ico" />
<Image Include="res\overlay\away.ico" />
<Image Include="res\overlay\dnd.ico" />
<Image Include="res\overlay\invisible.ico" />
<Image Include="res\overlay\na.ico" />
<Image Include="res\overlay\occupied.ico" />
<Image Include="res\overlay\offline.ico" />
<Image Include="res\overlay\online.ico" />
<Image Include="res\slist.ico" />
<Image Include="res\sounds_off.ico" />
<Image Include="res\sounds_on.ico" />
<Image Include="res\tabsrmm_menu.ico" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\mir_app\res\cursor_drag_copy.cur" />
<None Include="..\..\src\mir_app\res\cursor_drop_user.cur" />
<None Include="..\..\src\mir_app\res\cursor_hyperlink.cur" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\include\resource.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>Clist_nicer</ProjectName>
<ProjectGuid>{3C42510C-A29E-4A53-899C-203BFA874E0B}</ProjectGuid>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
</Project>
|