~ubuntu-branches/ubuntu/karmic/libsmbios/karmic

« back to all changes in this revision

Viewing changes to build/VC.NET_2003/dumpSmbios/dumpSmbios.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Tallon
  • Date: 2007-04-22 13:04:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070422130455-t40zo63zf23cip6t
Tags: 0.13.6-1
* New upstream version
  - Adds complete support for EFI (i.e. intel-based Macs)

* Fixed FTBFS with gcc4.3 (missing includes) (Closes: #418621)

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="dumpSmbios"
6
 
        ProjectGUID="{7B01BEE3-BB86-4310-A291-FE68494C0C3A}"
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="1"
18
 
                        CharacterSet="2">
19
 
                        <Tool
20
 
                                Name="VCCLCompilerTool"
21
 
                                Optimization="0"
22
 
                                AdditionalIncludeDirectories="../../../include/"
23
 
                                PreprocessorDefinitions="LIBSMBIOS_LIB_DIAGNOSTIC, LIBSMBIOS_WIN_USE_WMI"
24
 
                                MinimalRebuild="TRUE"
25
 
                                BasicRuntimeChecks="0"
26
 
                                RuntimeLibrary="3"
27
 
                                ForceConformanceInForLoopScope="TRUE"
28
 
                                RuntimeTypeInfo="TRUE"
29
 
                                UsePrecompiledHeader="0"
30
 
                                WarningLevel="4"
31
 
                                Detect64BitPortabilityProblems="TRUE"
32
 
                                DebugInformationFormat="3"/>
33
 
                        <Tool
34
 
                                Name="VCCustomBuildTool"/>
35
 
                        <Tool
36
 
                                Name="VCLinkerTool"
37
 
                                OutputFile="$(OutBinDir)/dumpSmbiosD.exe"
38
 
                                LinkIncremental="2"
39
 
                                AdditionalLibraryDirectories="$(OUTLIBDIR);$(XercesLibTopDir)\Release;$(XercesLibTopDir)\Debug;$(XercesLibTopDir)\StaticRelease;$(XercesLibTopDir)\StaticDebug"
40
 
                                GenerateDebugInformation="TRUE"
41
 
                                ProgramDatabaseFile="$(OutDir)/dumpSmbios.pdb"
42
 
                                SubSystem="1"
43
 
                                TargetMachine="1"/>
44
 
                        <Tool
45
 
                                Name="VCMIDLTool"/>
46
 
                        <Tool
47
 
                                Name="VCPostBuildEventTool"/>
48
 
                        <Tool
49
 
                                Name="VCPreBuildEventTool"/>
50
 
                        <Tool
51
 
                                Name="VCPreLinkEventTool"/>
52
 
                        <Tool
53
 
                                Name="VCResourceCompilerTool"/>
54
 
                        <Tool
55
 
                                Name="VCWebServiceProxyGeneratorTool"/>
56
 
                        <Tool
57
 
                                Name="VCXMLDataGeneratorTool"/>
58
 
                        <Tool
59
 
                                Name="VCWebDeploymentTool"/>
60
 
                        <Tool
61
 
                                Name="VCManagedWrapperGeneratorTool"/>
62
 
                        <Tool
63
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64
 
                </Configuration>
65
 
                <Configuration
66
 
                        Name="Release|Win32"
67
 
                        OutputDirectory="Release"
68
 
                        IntermediateDirectory="Release"
69
 
                        ConfigurationType="1"
70
 
                        CharacterSet="2">
71
 
                        <Tool
72
 
                                Name="VCCLCompilerTool"
73
 
                                AdditionalIncludeDirectories="../../../include/"
74
 
                                PreprocessorDefinitions="LIBSMBIOS_LIB_DIAGNOSTIC, LIBSMBIOS_WIN_USE_WMI"
75
 
                                RuntimeLibrary="2"
76
 
                                ForceConformanceInForLoopScope="TRUE"
77
 
                                RuntimeTypeInfo="TRUE"
78
 
                                UsePrecompiledHeader="0"
79
 
                                WarningLevel="4"
80
 
                                Detect64BitPortabilityProblems="TRUE"
81
 
                                DebugInformationFormat="3"/>
82
 
                        <Tool
83
 
                                Name="VCCustomBuildTool"/>
84
 
                        <Tool
85
 
                                Name="VCLinkerTool"
86
 
                                OutputFile="$(OutBinDir)/dumpSmbios.exe"
87
 
                                LinkIncremental="1"
88
 
                                AdditionalLibraryDirectories="$(OUTLIBDIR);$(XercesLibTopDir)\Release;$(XercesLibTopDir)\Debug;$(XercesLibTopDir)\StaticRelease;$(XercesLibTopDir)\StaticDebug"
89
 
                                GenerateDebugInformation="TRUE"
90
 
                                SubSystem="1"
91
 
                                OptimizeReferences="2"
92
 
                                EnableCOMDATFolding="2"
93
 
                                TargetMachine="1"/>
94
 
                        <Tool
95
 
                                Name="VCMIDLTool"/>
96
 
                        <Tool
97
 
                                Name="VCPostBuildEventTool"/>
98
 
                        <Tool
99
 
                                Name="VCPreBuildEventTool"/>
100
 
                        <Tool
101
 
                                Name="VCPreLinkEventTool"/>
102
 
                        <Tool
103
 
                                Name="VCResourceCompilerTool"/>
104
 
                        <Tool
105
 
                                Name="VCWebServiceProxyGeneratorTool"/>
106
 
                        <Tool
107
 
                                Name="VCXMLDataGeneratorTool"/>
108
 
                        <Tool
109
 
                                Name="VCWebDeploymentTool"/>
110
 
                        <Tool
111
 
                                Name="VCManagedWrapperGeneratorTool"/>
112
 
                        <Tool
113
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
114
 
                </Configuration>
115
 
        </Configurations>
116
 
        <References>
117
 
        </References>
118
 
        <Files>
119
 
                <Filter
120
 
                        Name="Source Files"
121
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
122
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
123
 
                        <File
124
 
                                RelativePath="..\..\..\supported-bins\dumpSmbios.cpp">
125
 
                        </File>
126
 
                        <File
127
 
                                RelativePath="..\..\..\supported-bins\getopts.c">
128
 
                        </File>
129
 
                </Filter>
130
 
                <Filter
131
 
                        Name="Header Files"
132
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
133
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
134
 
                        <File
135
 
                                RelativePath="..\..\..\supported-bins\getopts.h">
136
 
                        </File>
137
 
                </Filter>
138
 
                <Filter
139
 
                        Name="Resource Files"
140
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
141
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
142
 
                </Filter>
143
 
        </Files>
144
 
        <Globals>
145
 
        </Globals>
146
 
</VisualStudioProject>