~ubuntu-branches/ubuntu/maverick/libmpc/maverick

« back to all changes in this revision

Viewing changes to win32/libcommon_2005.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-20 20:08:39 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20091020200839-d5789g0c5ghi5pdr
Tags: 2:0.1~r453-1
* New upstream SVN snapshot:
  + debian/patches/01_no-mpcchap.patch:
    - Dropped, not necessary anymore.
  + debian/patches/02_link-libm.patch:
    - Updated to apply cleanly again.
* Upload to unstable.
* debian/control:
  + Updated Standards-Version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="windows-1250"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8,00"
 
5
        Name="libcommon_2005"
 
6
        ProjectGUID="{0B4DF6B1-30B1-42E1-BC54-B62A178609C0}"
 
7
        RootNamespace="libcommon_2005"
 
8
        Keyword="Win32Proj"
 
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="$(SolutionDir)$(ConfigurationName)"
 
21
                        IntermediateDirectory="$(ConfigurationName)"
 
22
                        ConfigurationType="4"
 
23
                        UseOfMFC="1"
 
24
                        CharacterSet="1"
 
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
                        />
 
41
                        <Tool
 
42
                                Name="VCCLCompilerTool"
 
43
                                Optimization="0"
 
44
                                AdditionalIncludeDirectories="../include"
 
45
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
 
46
                                MinimalRebuild="true"
 
47
                                BasicRuntimeChecks="3"
 
48
                                RuntimeLibrary="1"
 
49
                                UsePrecompiledHeader="0"
 
50
                                WarningLevel="3"
 
51
                                Detect64BitPortabilityProblems="true"
 
52
                                DebugInformationFormat="4"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCManagedResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCPreLinkEventTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCLibrarianTool"
 
65
                                OutputFile="../bin/libcommon_ds.lib"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCALinkTool"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCXDCMakeTool"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCBscMakeTool"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCFxCopTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCPostBuildEventTool"
 
81
                        />
 
82
                </Configuration>
 
83
                <Configuration
 
84
                        Name="Release|Win32"
 
85
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
86
                        IntermediateDirectory="$(ConfigurationName)"
 
87
                        ConfigurationType="4"
 
88
                        UseOfMFC="1"
 
89
                        CharacterSet="1"
 
90
                        WholeProgramOptimization="1"
 
91
                        >
 
92
                        <Tool
 
93
                                Name="VCPreBuildEventTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCCustomBuildTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCXMLDataGeneratorTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCWebServiceProxyGeneratorTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCMIDLTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCCLCompilerTool"
 
109
                                AdditionalIncludeDirectories="../include"
 
110
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
 
111
                                RuntimeLibrary="0"
 
112
                                UsePrecompiledHeader="0"
 
113
                                WarningLevel="3"
 
114
                                Detect64BitPortabilityProblems="true"
 
115
                                DebugInformationFormat="0"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCManagedResourceCompilerTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCResourceCompilerTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCPreLinkEventTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCLibrarianTool"
 
128
                                OutputFile="../bin/libcommon_s.lib"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCALinkTool"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCXDCMakeTool"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCBscMakeTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCFxCopTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCPostBuildEventTool"
 
144
                        />
 
145
                </Configuration>
 
146
        </Configurations>
 
147
        <References>
 
148
        </References>
 
149
        <Files>
 
150
                <Filter
 
151
                        Name="Source Files"
 
152
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
153
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
154
                        >
 
155
                        <File
 
156
                                RelativePath=".\attgetopt.c"
 
157
                                >
 
158
                        </File>
 
159
                        <File
 
160
                                RelativePath="..\common\crc32.c"
 
161
                                >
 
162
                        </File>
 
163
                        <File
 
164
                                RelativePath="..\common\huffman-bcl.c"
 
165
                                >
 
166
                        </File>
 
167
                        <File
 
168
                                RelativePath="..\common\tags.c"
 
169
                                >
 
170
                        </File>
 
171
                </Filter>
 
172
                <Filter
 
173
                        Name="Header Files"
 
174
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
175
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
176
                        >
 
177
                        <File
 
178
                                RelativePath=".\getopt.h"
 
179
                                >
 
180
                        </File>
 
181
                </Filter>
 
182
                <Filter
 
183
                        Name="Resource Files"
 
184
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
185
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
186
                        >
 
187
                </Filter>
 
188
        </Files>
 
189
        <Globals>
 
190
        </Globals>
 
191
</VisualStudioProject>