summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/MirandaG15.vcxproj
blob: 821baae90340294200a5d459bc7bb99e6e5c56d7 (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
<?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">
    <ProjectGuid>{8ACA3C8B-BDFA-47B2-8578-069555BA05B3}</ProjectGuid>
    <ProjectName>MirandaG15</ProjectName>
  </PropertyGroup>
  <ImportGroup Label="PropertySheets">
    <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
  </ImportGroup>
  <ItemDefinitionGroup>
    <Link>
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="src\CAppletManager.cpp" />
    <ClCompile Include="src\CChatScreen.cpp" />
    <ClCompile Include="src\CConfig.cpp" />
    <ClCompile Include="src\CContactList.cpp" />
    <ClCompile Include="src\CContactlistScreen.cpp" />
    <ClCompile Include="src\CCreditsScreen.cpp" />
    <ClCompile Include="src\CEventLog.cpp" />
    <ClCompile Include="src\CEventScreen.cpp" />
    <ClCompile Include="src\CNotificationScreen.cpp" />
    <ClCompile Include="src\CScreen.cpp" />
    <ClCompile Include="src\CScreensaverScreen.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDBar.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDBitmap.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDConnection.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDConnectionLogitech.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDGfx.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDInput.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDLabel.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDOutputManager.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDScreen.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDTextLog.cpp" />
    <ClCompile Include="src\LCDFramework\CLCDTextObject.cpp" />
    <ClCompile Include="src\LCDFramework\ConStream.cpp" />
    <ClCompile Include="src\LCDFramework\debug.cpp" />
    <ClCompile Include="src\LCDFramework\LCDObject.cpp" />
    <ClCompile Include="src\LCDFramework\misc.cpp" />
    <ClCompile Include="src\Miranda.cpp" />
    <ClCompile Include="src\stdafx.cxx">
      <PrecompiledHeader>Create</PrecompiledHeader>
    </ClCompile>
    <ClInclude Include="src\LCDFramework\CLCDBar.h" />
    <ClInclude Include="src\LCDFramework\CLCDBitmap.h" />
    <ClInclude Include="src\LCDFramework\CLCDConnection.h" />
    <ClInclude Include="src\LCDFramework\CLCDConnectionLogitech.h" />
    <ClInclude Include="src\LCDFramework\CLCDDevice.h" />
    <ClInclude Include="src\LCDFramework\CLCDGfx.h" />
    <ClInclude Include="src\LCDFramework\CLCDInput.h" />
    <ClInclude Include="src\LCDFramework\CLCDLabel.h" />
    <ClInclude Include="src\LCDFramework\CLCDList.h" />
    <ClInclude Include="src\LCDFramework\CLCDObject.h" />
    <ClInclude Include="src\LCDFramework\CLCDOutputManager.h" />
    <ClInclude Include="src\LCDFramework\CLCDScreen.h" />
    <ClInclude Include="src\LCDFramework\CLCDTextLog.h" />
    <ClInclude Include="src\LCDFramework\CLCDTextObject.h" />
    <ClInclude Include="src\LCDFramework\ConStream.h" />
    <ClInclude Include="src\LCDFramework\debug.h" />
    <ClInclude Include="src\LCDFramework\LCDFramework.h" />
    <ClInclude Include="src\LCDFramework\misc.h" />
    <ClInclude Include="src\LCDFramework\stdafx.h" />
    <ClInclude Include="src\resource.h" />
    <ClInclude Include="src\StdAfx.h" />
    <ClInclude Include="src\version.h" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="src\CAppletManager.h" />
    <ClInclude Include="src\CChatScreen.h" />
    <ClInclude Include="src\CConfig.h" />
    <ClInclude Include="src\CContactList.h" />
    <ClInclude Include="src\CContactlistScreen.h" />
    <ClInclude Include="src\CCreditsScreen.h" />
    <ClInclude Include="src\CEvent.h" />
    <ClInclude Include="src\CEventLog.h" />
    <ClInclude Include="src\CEventScreen.h" />
    <ClInclude Include="src\CIRCConnection.h" />
    <ClInclude Include="src\CIRCHistory.h" />
    <ClInclude Include="src\CNotificationScreen.h" />
    <ClInclude Include="src\CProtocolData.h" />
    <ClInclude Include="src\CScreen.h" />
    <ClInclude Include="src\CScreensaverScreen.h" />
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="res\MirandaG15.rc" />
    <ResourceCompile Include="res\Version.rc" />
  </ItemGroup>
</Project>