~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/extensions/messenger/messengernotifyextension.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-31 09:49:54 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071231094954-ix1amvcsj9pk61ya
Tags: 1:1.4.1.57486.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #180254), remaining changes:
  - debian/rules;
    - Added dh_icons
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="messengernotifyextension"
 
6
        ProjectGUID="{DE0D06D5-ABE1-4AB1-949D-181141720298}"
 
7
        RootNamespace="metadataextension"
 
8
        Keyword="MakeFileProj"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug|Win32"
 
20
                        OutputDirectory="Debug"
 
21
                        IntermediateDirectory="Debug"
 
22
                        ConfigurationType="0"
 
23
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCNMakeTool"
 
27
                                BuildCommandLine="qmake messenger.pro&#x0D;&#x0A;nmake debug"
 
28
                                ReBuildCommandLine="qmake messenger.pro&#x0D;&#x0A;nmake clean&#x0D;&#x0A;nmake debug"
 
29
                                CleanCommandLine="nmake clean"
 
30
                                Output=""
 
31
                                PreprocessorDefinitions="WIN32"
 
32
                                IncludeSearchPath=""
 
33
                                ForcedIncludes=""
 
34
                                AssemblySearchPath=""
 
35
                                ForcedUsingAssemblies=""
 
36
                                CompileAsManaged=""
 
37
                        />
 
38
                </Configuration>
 
39
                <Configuration
 
40
                        Name="Release|Win32"
 
41
                        OutputDirectory="Release"
 
42
                        IntermediateDirectory="Release"
 
43
                        ConfigurationType="0"
 
44
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
45
                        >
 
46
                        <Tool
 
47
                                Name="VCNMakeTool"
 
48
                                BuildCommandLine="qmake messenger.pro&#x0D;&#x0A;nmake release"
 
49
                                ReBuildCommandLine="qmake messenger.pro&#x0D;&#x0A;nmake clean&#x0D;&#x0A;nmake release"
 
50
                                CleanCommandLine="nmake clean"
 
51
                                Output=""
 
52
                                PreprocessorDefinitions=""
 
53
                                IncludeSearchPath=""
 
54
                                ForcedIncludes=""
 
55
                                AssemblySearchPath=""
 
56
                                ForcedUsingAssemblies=""
 
57
                                CompileAsManaged=""
 
58
                        />
 
59
                </Configuration>
 
60
        </Configurations>
 
61
        <References>
 
62
        </References>
 
63
        <Files>
 
64
                <Filter
 
65
                        Name="Source Files"
 
66
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
67
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
68
                        >
 
69
                        <File
 
70
                                RelativePath=".\messengernotifyextension.cpp"
 
71
                                >
 
72
                        </File>
 
73
                        <File
 
74
                                RelativePath=".\messengernotifyextension.h"
 
75
                                >
 
76
                        </File>
 
77
                </Filter>
 
78
                <Filter
 
79
                        Name="Make files"
 
80
                        >
 
81
                        <File
 
82
                                RelativePath=".\icons.qrc"
 
83
                                >
 
84
                        </File>
 
85
                        <File
 
86
                                RelativePath=".\messenger.pro"
 
87
                                >
 
88
                        </File>
 
89
                </Filter>
 
90
        </Files>
 
91
        <Globals>
 
92
        </Globals>
 
93
</VisualStudioProject>