~ubuntu-branches/ubuntu/precise/liboggz/precise

« back to all changes in this revision

Viewing changes to win32/C_libOGGZ.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Wilkinson
  • Date: 2005-04-16 01:19:44 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050416011944-5ipwrrc260ihkpp8
Tags: 0.9.1-1
New upstream release.

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="7.10"
5
 
        Name="libOggz"
6
 
        ProjectGUID="{A8D30F09-A16C-49E2-ACBA-A4876D8E0925}"
7
 
        Keyword="Win32Proj">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory="Debug"
16
 
                        IntermediateDirectory="Debug"
17
 
                        ConfigurationType="2"
18
 
                        CharacterSet="2">
19
 
                        <Tool
20
 
                                Name="VCCLCompilerTool"
21
 
                                Optimization="0"
22
 
                                AdditionalIncludeDirectories=".;..\..\libogg\include;..\..\liboggz\include"
23
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;C_LIBOGGZ_EXPORTS;DEBUG"
24
 
                                MinimalRebuild="TRUE"
25
 
                                BasicRuntimeChecks="0"
26
 
                                RuntimeLibrary="3"
27
 
                                UsePrecompiledHeader="0"
28
 
                                WarningLevel="3"
29
 
                                Detect64BitPortabilityProblems="TRUE"
30
 
                                DebugInformationFormat="4"
31
 
                                CompileAs="1"/>
32
 
                        <Tool
33
 
                                Name="VCCustomBuildTool"/>
34
 
                        <Tool
35
 
                                Name="VCLinkerTool"
36
 
                                RegisterOutput="FALSE"
37
 
                                AdditionalOptions="/DEF:liboggz.def"
38
 
                                AdditionalDependencies="ogg.lib"
39
 
                                OutputFile="$(OutDir)/libOGGZ.dll"
40
 
                                LinkIncremental="2"
41
 
                                AdditionalLibraryDirectories="..\..\libogg\win32\Dynamic_Release"
42
 
                                GenerateDebugInformation="TRUE"
43
 
                                ProgramDatabaseFile="$(OutDir)/C_libOGGZ.pdb"
44
 
                                SubSystem="2"
45
 
                                ImportLibrary="$(OutDir)/C_libOGGZ.lib"
46
 
                                TargetMachine="1"/>
47
 
                        <Tool
48
 
                                Name="VCMIDLTool"/>
49
 
                        <Tool
50
 
                                Name="VCPostBuildEventTool"/>
51
 
                        <Tool
52
 
                                Name="VCPreBuildEventTool"/>
53
 
                        <Tool
54
 
                                Name="VCPreLinkEventTool"/>
55
 
                        <Tool
56
 
                                Name="VCResourceCompilerTool"/>
57
 
                        <Tool
58
 
                                Name="VCWebServiceProxyGeneratorTool"/>
59
 
                        <Tool
60
 
                                Name="VCXMLDataGeneratorTool"/>
61
 
                        <Tool
62
 
                                Name="VCWebDeploymentTool"/>
63
 
                        <Tool
64
 
                                Name="VCManagedWrapperGeneratorTool"/>
65
 
                        <Tool
66
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67
 
                </Configuration>
68
 
                <Configuration
69
 
                        Name="Release|Win32"
70
 
                        OutputDirectory="Release"
71
 
                        IntermediateDirectory="Release"
72
 
                        ConfigurationType="2"
73
 
                        CharacterSet="2">
74
 
                        <Tool
75
 
                                Name="VCCLCompilerTool"
76
 
                                Optimization="3"
77
 
                                GlobalOptimizations="TRUE"
78
 
                                InlineFunctionExpansion="2"
79
 
                                EnableIntrinsicFunctions="TRUE"
80
 
                                FavorSizeOrSpeed="1"
81
 
                                OptimizeForProcessor="2"
82
 
                                AdditionalIncludeDirectories=".;..\..\libogg\include;..\..\liboggz\include"
83
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;C_LIBOGGZ_EXPORTS"
84
 
                                ExceptionHandling="FALSE"
85
 
                                RuntimeLibrary="0"
86
 
                                UsePrecompiledHeader="0"
87
 
                                WarningLevel="3"
88
 
                                Detect64BitPortabilityProblems="TRUE"
89
 
                                DebugInformationFormat="3"
90
 
                                CompileAs="1"/>
91
 
                        <Tool
92
 
                                Name="VCCustomBuildTool"/>
93
 
                        <Tool
94
 
                                Name="VCLinkerTool"
95
 
                                AdditionalDependencies="ogg.lib"
96
 
                                OutputFile="$(OutDir)/libOGGZ.dll"
97
 
                                LinkIncremental="1"
98
 
                                AdditionalLibraryDirectories="..\..\libogg\win32\Dynamic_Release"
99
 
                                ModuleDefinitionFile="liboggz.def"
100
 
                                GenerateDebugInformation="TRUE"
101
 
                                SubSystem="2"
102
 
                                OptimizeReferences="2"
103
 
                                EnableCOMDATFolding="2"
104
 
                                OptimizeForWindows98="1"
105
 
                                ImportLibrary="$(OutDir)/libOGGZ.lib"
106
 
                                TargetMachine="1"/>
107
 
                        <Tool
108
 
                                Name="VCMIDLTool"/>
109
 
                        <Tool
110
 
                                Name="VCPostBuildEventTool"/>
111
 
                        <Tool
112
 
                                Name="VCPreBuildEventTool"/>
113
 
                        <Tool
114
 
                                Name="VCPreLinkEventTool"/>
115
 
                        <Tool
116
 
                                Name="VCResourceCompilerTool"/>
117
 
                        <Tool
118
 
                                Name="VCWebServiceProxyGeneratorTool"/>
119
 
                        <Tool
120
 
                                Name="VCXMLDataGeneratorTool"/>
121
 
                        <Tool
122
 
                                Name="VCWebDeploymentTool"/>
123
 
                        <Tool
124
 
                                Name="VCManagedWrapperGeneratorTool"/>
125
 
                        <Tool
126
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
127
 
                </Configuration>
128
 
        </Configurations>
129
 
        <References>
130
 
        </References>
131
 
        <Files>
132
 
                <Filter
133
 
                        Name="Source Files"
134
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
135
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
136
 
                        <File
137
 
                                RelativePath=".\liboggz.def">
138
 
                        </File>
139
 
                        <File
140
 
                                RelativePath="..\src\liboggz\oggz.c">
141
 
                        </File>
142
 
                        <File
143
 
                                RelativePath="..\src\liboggz\oggz_auto.c">
144
 
                        </File>
145
 
                        <File
146
 
                                RelativePath="..\src\liboggz\oggz_io.c">
147
 
                        </File>
148
 
                        <File
149
 
                                RelativePath="..\src\liboggz\oggz_read.c">
150
 
                        </File>
151
 
                        <File
152
 
                                RelativePath="..\src\liboggz\oggz_table.c">
153
 
                        </File>
154
 
                        <File
155
 
                                RelativePath="..\src\liboggz\oggz_vector.c">
156
 
                        </File>
157
 
                        <File
158
 
                                RelativePath="..\src\liboggz\oggz_write.c">
159
 
                        </File>
160
 
                </Filter>
161
 
                <Filter
162
 
                        Name="Header Files"
163
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
164
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
165
 
                        <File
166
 
                                RelativePath=".\config.h">
167
 
                        </File>
168
 
                        <File
169
 
                                RelativePath="..\src\liboggz\oggz_auto.h">
170
 
                        </File>
171
 
                        <File
172
 
                                RelativePath="..\src\liboggz\oggz_byteorder.h">
173
 
                        </File>
174
 
                        <File
175
 
                                RelativePath="..\src\liboggz\oggz_macros.h">
176
 
                        </File>
177
 
                        <File
178
 
                                RelativePath="..\src\liboggz\oggz_private.h">
179
 
                        </File>
180
 
                        <File
181
 
                                RelativePath="..\src\liboggz\oggz_vector.h">
182
 
                        </File>
183
 
                </Filter>
184
 
                <Filter
185
 
                        Name="Resource Files"
186
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
187
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
188
 
                </Filter>
189
 
                <File
190
 
                        RelativePath=".\ReadMe.txt">
191
 
                </File>
192
 
        </Files>
193
 
        <Globals>
194
 
                <Global
195
 
                        Name="DevPartner_IsInstrumented"
196
 
                        Value="1"/>
197
 
        </Globals>
198
 
</VisualStudioProject>