~ubuntu-branches/ubuntu/trusty/portmidi/trusty

« back to all changes in this revision

Viewing changes to pm_test/mm.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-09-16 06:50:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090916065057-lz24lbrrygyev85b
Tags: 1:131-1
* New upstream version, uses epoch (closes: #501132)
* debian/watch: update to match new download location and version
  numbering (closes: #450055), but still fails due to zip format
* Add depends on quilt, move patches to debian/patches
* Add Homepage to debian/control
* debian/control: use ${binary:Version}, bump to S-V 3.8.3
* debian/compat: bump to 5
* debian/copyright: update to match license.txt and add missing copyrights
* debian/patches/02_pmlinuxalsa.diff: remove merged hunks
* debian/patches/04_ptlinux.diff: remove merged hunks
* debian/patches/05_makefile.diff: merge and link portmidi to porttime,
  thanks to Willem van Engen (closes: #515712)
* debian/rules: use pm_linux/Makefile, ship CHANGELOG.txt and make sure
  source and header files are not executable
* debian/README.source: refer to quilt documentation
* debian/libportmidi-dev.install: do not try to install unexisting files
* debian/patches/{06_pm_test_mm,07_pm_test_sysex,08_pm_test_qtest}.diff:
  get rid of missing include and parenthesis, fix long int formatting
* debian/rules: do not compress header files

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="mm"
 
6
        ProjectGUID="{2FC1D7B8-E434-4D6F-A50D-AB262C825BCD}"
 
7
        >
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"
 
11
                />
 
12
        </Platforms>
 
13
        <ToolFiles>
 
14
        </ToolFiles>
 
15
        <Configurations>
 
16
                <Configuration
 
17
                        Name="Release|Win32"
 
18
                        OutputDirectory=".\mmRelease"
 
19
                        IntermediateDirectory=".\mmRelease"
 
20
                        ConfigurationType="1"
 
21
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
22
                        UseOfMFC="0"
 
23
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
24
                        CharacterSet="2"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                                TypeLibraryName=".\mmRelease/mm.tlb"
 
41
                                HeaderFileName=""
 
42
                        />
 
43
                        <Tool
 
44
                                Name="VCCLCompilerTool"
 
45
                                Optimization="2"
 
46
                                InlineFunctionExpansion="1"
 
47
                                AdditionalIncludeDirectories="../pm_common,../porttime"
 
48
                                PreprocessorDefinitions="WIN32;DEBUG;_CONSOLE"
 
49
                                StringPooling="true"
 
50
                                RuntimeLibrary="0"
 
51
                                EnableFunctionLevelLinking="true"
 
52
                                PrecompiledHeaderFile=".\mmRelease/mm.pch"
 
53
                                AssemblerListingLocation=".\mmRelease/"
 
54
                                ObjectFile=".\mmRelease/"
 
55
                                ProgramDataBaseFileName=".\mmRelease/"
 
56
                                WarningLevel="3"
 
57
                                SuppressStartupBanner="true"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCManagedResourceCompilerTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCResourceCompilerTool"
 
64
                                PreprocessorDefinitions="NDEBUG"
 
65
                                Culture="1033"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCPreLinkEventTool"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCLinkerTool"
 
72
                                AdditionalDependencies="odbc32.lib odbccp32.lib winmm.lib ..\pm_win\Release\portmidi.lib ..\porttime\Release\porttime.lib"
 
73
                                OutputFile=".\mmRelease/mm.exe"
 
74
                                LinkIncremental="1"
 
75
                                SuppressStartupBanner="true"
 
76
                                ProgramDatabaseFile=".\mmRelease/mm.pdb"
 
77
                                SubSystem="1"
 
78
                                TargetMachine="1"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCALinkTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCManifestTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCXDCMakeTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCBscMakeTool"
 
91
                                SuppressStartupBanner="true"
 
92
                                OutputFile=".\mmRelease/mm.bsc"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCFxCopTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCAppVerifierTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCWebDeploymentTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCPostBuildEventTool"
 
105
                        />
 
106
                </Configuration>
 
107
                <Configuration
 
108
                        Name="Debug|Win32"
 
109
                        OutputDirectory=".\mmDebug"
 
110
                        IntermediateDirectory=".\mmDebug"
 
111
                        ConfigurationType="1"
 
112
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
113
                        UseOfMFC="0"
 
114
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
115
                        CharacterSet="2"
 
116
                        >
 
117
                        <Tool
 
118
                                Name="VCPreBuildEventTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCCustomBuildTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCXMLDataGeneratorTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCWebServiceProxyGeneratorTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCMIDLTool"
 
131
                                TypeLibraryName=".\mmDebug/mm.tlb"
 
132
                                HeaderFileName=""
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCCLCompilerTool"
 
136
                                Optimization="0"
 
137
                                AdditionalIncludeDirectories="../pm_common,../porttime"
 
138
                                PreprocessorDefinitions="_CONSOLE;WIN32;_DEBUG"
 
139
                                MinimalRebuild="true"
 
140
                                BasicRuntimeChecks="3"
 
141
                                RuntimeLibrary="1"
 
142
                                PrecompiledHeaderFile=".\mmDebug/mm.pch"
 
143
                                AssemblerListingLocation=".\mmDebug/"
 
144
                                ObjectFile=".\mmDebug/"
 
145
                                ProgramDataBaseFileName=".\mmDebug/"
 
146
                                BrowseInformation="1"
 
147
                                WarningLevel="3"
 
148
                                SuppressStartupBanner="true"
 
149
                                DebugInformationFormat="4"
 
150
                        />
 
151
                        <Tool
 
152
                                Name="VCManagedResourceCompilerTool"
 
153
                        />
 
154
                        <Tool
 
155
                                Name="VCResourceCompilerTool"
 
156
                                PreprocessorDefinitions="_DEBUG"
 
157
                                Culture="1033"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCPreLinkEventTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCLinkerTool"
 
164
                                AdditionalOptions="/VERBOSE:LIB"
 
165
                                AdditionalDependencies="odbc32.lib odbccp32.lib winmm.lib ..\pm_win\Debug\portmidi.lib ..\porttime\Debug\porttime.lib"
 
166
                                OutputFile=".\mmDebug/mm.exe"
 
167
                                LinkIncremental="2"
 
168
                                SuppressStartupBanner="true"
 
169
                                GenerateDebugInformation="true"
 
170
                                ProgramDatabaseFile=".\mmDebug/mm.pdb"
 
171
                                SubSystem="1"
 
172
                                TargetMachine="1"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCALinkTool"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCManifestTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCXDCMakeTool"
 
182
                        />
 
183
                        <Tool
 
184
                                Name="VCBscMakeTool"
 
185
                                SuppressStartupBanner="true"
 
186
                                OutputFile=".\mmDebug/mm.bsc"
 
187
                        />
 
188
                        <Tool
 
189
                                Name="VCFxCopTool"
 
190
                        />
 
191
                        <Tool
 
192
                                Name="VCAppVerifierTool"
 
193
                        />
 
194
                        <Tool
 
195
                                Name="VCWebDeploymentTool"
 
196
                        />
 
197
                        <Tool
 
198
                                Name="VCPostBuildEventTool"
 
199
                        />
 
200
                </Configuration>
 
201
        </Configurations>
 
202
        <References>
 
203
        </References>
 
204
        <Files>
 
205
                <Filter
 
206
                        Name="Source Files"
 
207
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
208
                        >
 
209
                        <File
 
210
                                RelativePath="mm.c"
 
211
                                >
 
212
                                <FileConfiguration
 
213
                                        Name="Release|Win32"
 
214
                                        >
 
215
                                        <Tool
 
216
                                                Name="VCCLCompilerTool"
 
217
                                                AdditionalIncludeDirectories=""
 
218
                                                PreprocessorDefinitions=""
 
219
                                        />
 
220
                                </FileConfiguration>
 
221
                                <FileConfiguration
 
222
                                        Name="Debug|Win32"
 
223
                                        >
 
224
                                        <Tool
 
225
                                                Name="VCCLCompilerTool"
 
226
                                                AdditionalIncludeDirectories=""
 
227
                                                PreprocessorDefinitions=""
 
228
                                        />
 
229
                                </FileConfiguration>
 
230
                        </File>
 
231
                </Filter>
 
232
                <Filter
 
233
                        Name="Header Files"
 
234
                        Filter="h;hpp;hxx;hm;inl"
 
235
                        >
 
236
                </Filter>
 
237
                <Filter
 
238
                        Name="Resource Files"
 
239
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
240
                        >
 
241
                </Filter>
 
242
        </Files>
 
243
        <Globals>
 
244
        </Globals>
 
245
</VisualStudioProject>