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

« back to all changes in this revision

Viewing changes to pm_test/sysex-VC9.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="9.00"
 
5
        Name="Sysex"
 
6
        ProjectGUID="{300F59F8-5E94-492B-A899-0EB2B1140E20}"
 
7
        TargetFrameworkVersion="131072"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Sysex Debug VC9|Win32"
 
19
                        OutputDirectory="$(ConfigurationName)"
 
20
                        IntermediateDirectory="$(ConfigurationName)"
 
21
                        ConfigurationType="1"
 
22
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
23
                        UseOfMFC="0"
 
24
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
25
                        CharacterSet="2"
 
26
                        >
 
27
                        <Tool
 
28
                                Name="VCPreBuildEventTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCXMLDataGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCWebServiceProxyGeneratorTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCMIDLTool"
 
41
                                TypeLibraryName=".\$(OutDir)\sysex.tlb"
 
42
                                HeaderFileName=""
 
43
                        />
 
44
                        <Tool
 
45
                                Name="VCCLCompilerTool"
 
46
                                Optimization="0"
 
47
                                AdditionalIncludeDirectories="..\pm_common,..\porttime"
 
48
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
49
                                MinimalRebuild="true"
 
50
                                BasicRuntimeChecks="3"
 
51
                                RuntimeLibrary="1"
 
52
                                PrecompiledHeaderFile=".\$(OutDir)\sysex.pch"
 
53
                                AssemblerListingLocation=".\$(OutDir)\"
 
54
                                ObjectFile=".\$(OutDir)\"
 
55
                                ProgramDataBaseFileName=".\$(OutDir)\"
 
56
                                WarningLevel="3"
 
57
                                SuppressStartupBanner="true"
 
58
                                DebugInformationFormat="4"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCManagedResourceCompilerTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCResourceCompilerTool"
 
65
                                PreprocessorDefinitions="_DEBUG"
 
66
                                Culture="1033"
 
67
                        />
 
68
                        <Tool
 
69
                                Name="VCPreLinkEventTool"
 
70
                        />
 
71
                        <Tool
 
72
                                Name="VCLinkerTool"
 
73
                                AdditionalDependencies="portmidi.lib porttime.lib odbc32.lib odbccp32.lib winmm.lib"
 
74
                                OutputFile=".\$(OutDir)\sysex.exe"
 
75
                                LinkIncremental="2"
 
76
                                SuppressStartupBanner="true"
 
77
                                AdditionalLibraryDirectories="&quot;..\pm_win\Debug VC9&quot;;&quot;..\porttime\Debug VC9&quot;"
 
78
                                GenerateDebugInformation="true"
 
79
                                ProgramDatabaseFile=".\$(OutDir)\sysex.pdb"
 
80
                                SubSystem="1"
 
81
                                RandomizedBaseAddress="1"
 
82
                                DataExecutionPrevention="0"
 
83
                                TargetMachine="1"
 
84
                                Profile="false"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCALinkTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCManifestTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCXDCMakeTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCBscMakeTool"
 
97
                                SuppressStartupBanner="true"
 
98
                                OutputFile=".\$(OutDir)\sysex.bsc"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCFxCopTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCAppVerifierTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCPostBuildEventTool"
 
108
                        />
 
109
                </Configuration>
 
110
                <Configuration
 
111
                        Name="Sysex Release VC9|Win32"
 
112
                        OutputDirectory="$(ConfigurationName)"
 
113
                        IntermediateDirectory="$(ConfigurationName)"
 
114
                        ConfigurationType="1"
 
115
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
116
                        UseOfMFC="0"
 
117
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
118
                        CharacterSet="2"
 
119
                        >
 
120
                        <Tool
 
121
                                Name="VCPreBuildEventTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCCustomBuildTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCXMLDataGeneratorTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCWebServiceProxyGeneratorTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCMIDLTool"
 
134
                                TypeLibraryName=".\$(OutDir)\sysex.tlb"
 
135
                                HeaderFileName=""
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCCLCompilerTool"
 
139
                                Optimization="2"
 
140
                                InlineFunctionExpansion="1"
 
141
                                AdditionalIncludeDirectories="..\pm_common,..\porttime"
 
142
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
143
                                StringPooling="true"
 
144
                                RuntimeLibrary="0"
 
145
                                EnableFunctionLevelLinking="true"
 
146
                                PrecompiledHeaderFile=".\$(OutDir)\sysex.pch"
 
147
                                AssemblerListingLocation=".\$(OutDir)\"
 
148
                                ObjectFile=".\$(OutDir)\"
 
149
                                ProgramDataBaseFileName=".\$(OutDir)\"
 
150
                                WarningLevel="3"
 
151
                                SuppressStartupBanner="true"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCManagedResourceCompilerTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCResourceCompilerTool"
 
158
                                PreprocessorDefinitions="NDEBUG"
 
159
                                Culture="1033"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCPreLinkEventTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCLinkerTool"
 
166
                                AdditionalDependencies="portmidi.lib porttime.lib odbc32.lib odbccp32.lib winmm.lib"
 
167
                                OutputFile=".\$(OutDir)\sysex.exe"
 
168
                                LinkIncremental="1"
 
169
                                SuppressStartupBanner="true"
 
170
                                AdditionalLibraryDirectories="&quot;..\pm_win\Release VC9&quot;;&quot;..\porttime\Release VC9&quot;"
 
171
                                ProgramDatabaseFile=".\$(OutDir)\sysex.pdb"
 
172
                                SubSystem="1"
 
173
                                RandomizedBaseAddress="1"
 
174
                                DataExecutionPrevention="0"
 
175
                                TargetMachine="1"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCALinkTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCManifestTool"
 
182
                        />
 
183
                        <Tool
 
184
                                Name="VCXDCMakeTool"
 
185
                        />
 
186
                        <Tool
 
187
                                Name="VCBscMakeTool"
 
188
                                SuppressStartupBanner="true"
 
189
                                OutputFile=".\$(OutDir)\sysex.bsc"
 
190
                        />
 
191
                        <Tool
 
192
                                Name="VCFxCopTool"
 
193
                        />
 
194
                        <Tool
 
195
                                Name="VCAppVerifierTool"
 
196
                        />
 
197
                        <Tool
 
198
                                Name="VCPostBuildEventTool"
 
199
                        />
 
200
                </Configuration>
 
201
        </Configurations>
 
202
        <References>
 
203
        </References>
 
204
        <Files>
 
205
                <File
 
206
                        RelativePath="sysex.c"
 
207
                        >
 
208
                </File>
 
209
        </Files>
 
210
        <Globals>
 
211
        </Globals>
 
212
</VisualStudioProject>