~ubuntu-branches/ubuntu/feisty/libxml++2.6/feisty

« back to all changes in this revision

Viewing changes to MSVC_Net2003/examples/import_node/import_node.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-11-17 14:53:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061117145351-2a403c6h54pzia5l
Tags: 2.17.1-0ubuntu1
* New upstream release: 
  - Node: Added get_parent()
  - TextReader: Added TextReader(const char* data) constructor, for parsing 
    memory buffers.
  - Element::set_attribute(): Really return the new attribute.
  - Build: Added MS Visual Studio 2005 project files.
* debian/control:
  - remove duplicate doxygen build-dep.
* debian/rules, debian/libxml++2.6-doc.docs:
  - 2.14 -> 2.17.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="Windows-1252"?>
2
2
<VisualStudioProject
3
3
        ProjectType="Visual C++"
4
 
        Version="7.10"
 
4
        Version="8.00"
5
5
        Name="examples_import_node"
6
 
        ProjectGUID="{129ECC08-6D30-4884-B824-4AF96EF0A45C}"
 
6
        ProjectGUID="{FCEF0A34-7F40-4419-991E-181663D70AC0}"
7
7
        RootNamespace="examples_dispatcher"
8
 
        Keyword="Win32Proj">
 
8
        Keyword="Win32Proj"
 
9
        >
9
10
        <Platforms>
10
11
                <Platform
11
 
                        Name="Win32"/>
 
12
                        Name="Win32"
 
13
                />
12
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
13
17
        <Configurations>
14
18
                <Configuration
15
19
                        Name="Debug|Win32"
16
20
                        OutputDirectory="Debug"
17
21
                        IntermediateDirectory="Debug"
18
22
                        ConfigurationType="1"
19
 
                        CharacterSet="2">
 
23
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
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
                        />
20
41
                        <Tool
21
42
                                Name="VCCLCompilerTool"
 
43
                                AdditionalOptions="/vd2"
22
44
                                Optimization="0"
23
 
                                AdditionalIncludeDirectories="../../.."
 
45
                                AdditionalIncludeDirectories="../../..;&quot;../../libxml++&quot;"
24
46
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
25
 
                                MinimalRebuild="TRUE"
 
47
                                MinimalRebuild="true"
26
48
                                BasicRuntimeChecks="3"
27
49
                                RuntimeLibrary="3"
28
 
                                RuntimeTypeInfo="TRUE"
 
50
                                RuntimeTypeInfo="true"
29
51
                                UsePrecompiledHeader="0"
30
52
                                WarningLevel="3"
31
 
                                Detect64BitPortabilityProblems="TRUE"
32
 
                                DebugInformationFormat="4"/>
33
 
                        <Tool
34
 
                                Name="VCCustomBuildTool"/>
 
53
                                Detect64BitPortabilityProblems="true"
 
54
                                DebugInformationFormat="4"
 
55
                        />
 
56
                        <Tool
 
57
                                Name="VCManagedResourceCompilerTool"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCResourceCompilerTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCPreLinkEventTool"
 
64
                        />
35
65
                        <Tool
36
66
                                Name="VCLinkerTool"
37
67
                                AdditionalDependencies="glibmm-2.4d.lib"
38
68
                                OutputFile="$(OutDir)/import_node.exe"
39
69
                                LinkIncremental="2"
40
 
                                GenerateDebugInformation="TRUE"
 
70
                                GenerateDebugInformation="true"
41
71
                                ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
42
72
                                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"/>
 
73
                                TargetMachine="1"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCALinkTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCManifestTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCXDCMakeTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCBscMakeTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCFxCopTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCAppVerifierTool"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCWebDeploymentTool"
 
95
                        />
 
96
                        <Tool
 
97
                                Name="VCPostBuildEventTool"
 
98
                        />
64
99
                </Configuration>
65
100
                <Configuration
66
101
                        Name="Release|Win32"
67
102
                        OutputDirectory="Release"
68
103
                        IntermediateDirectory="Release"
69
104
                        ConfigurationType="1"
70
 
                        CharacterSet="2">
 
105
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
106
                        CharacterSet="2"
 
107
                        >
 
108
                        <Tool
 
109
                                Name="VCPreBuildEventTool"
 
110
                        />
 
111
                        <Tool
 
112
                                Name="VCCustomBuildTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCXMLDataGeneratorTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCWebServiceProxyGeneratorTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCMIDLTool"
 
122
                        />
71
123
                        <Tool
72
124
                                Name="VCCLCompilerTool"
73
 
                                AdditionalIncludeDirectories="../../.."
 
125
                                AdditionalOptions="/vd2"
 
126
                                AdditionalIncludeDirectories="../../..;&quot;../../libxml++&quot;"
74
127
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
75
128
                                RuntimeLibrary="2"
76
 
                                RuntimeTypeInfo="TRUE"
 
129
                                RuntimeTypeInfo="true"
77
130
                                UsePrecompiledHeader="0"
78
131
                                WarningLevel="3"
79
 
                                Detect64BitPortabilityProblems="TRUE"
80
 
                                DebugInformationFormat="3"/>
81
 
                        <Tool
82
 
                                Name="VCCustomBuildTool"/>
 
132
                                Detect64BitPortabilityProblems="true"
 
133
                                DebugInformationFormat="3"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCManagedResourceCompilerTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCResourceCompilerTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCPreLinkEventTool"
 
143
                        />
83
144
                        <Tool
84
145
                                Name="VCLinkerTool"
85
146
                                AdditionalDependencies="glibmm-2.4.lib"
86
147
                                OutputFile="$(OutDir)/import_node.exe"
87
148
                                LinkIncremental="1"
88
 
                                GenerateDebugInformation="TRUE"
 
149
                                GenerateDebugInformation="true"
89
150
                                SubSystem="1"
90
151
                                OptimizeReferences="2"
91
152
                                EnableCOMDATFolding="2"
92
 
                                TargetMachine="1"/>
93
 
                        <Tool
94
 
                                Name="VCMIDLTool"/>
95
 
                        <Tool
96
 
                                Name="VCPostBuildEventTool"/>
97
 
                        <Tool
98
 
                                Name="VCPreBuildEventTool"/>
99
 
                        <Tool
100
 
                                Name="VCPreLinkEventTool"/>
101
 
                        <Tool
102
 
                                Name="VCResourceCompilerTool"/>
103
 
                        <Tool
104
 
                                Name="VCWebServiceProxyGeneratorTool"/>
105
 
                        <Tool
106
 
                                Name="VCXMLDataGeneratorTool"/>
107
 
                        <Tool
108
 
                                Name="VCWebDeploymentTool"/>
109
 
                        <Tool
110
 
                                Name="VCManagedWrapperGeneratorTool"/>
111
 
                        <Tool
112
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
153
                                TargetMachine="1"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCALinkTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCManifestTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCXDCMakeTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCBscMakeTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCFxCopTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCAppVerifierTool"
 
172
                        />
 
173
                        <Tool
 
174
                                Name="VCWebDeploymentTool"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCPostBuildEventTool"
 
178
                        />
113
179
                </Configuration>
114
180
        </Configurations>
115
181
        <References>
118
184
                <Filter
119
185
                        Name="Source Files"
120
186
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
121
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 
187
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
188
                        >
122
189
                        <File
123
 
                                RelativePath="..\..\blank.cpp">
 
190
                                RelativePath="..\..\blank.cpp"
 
191
                                >
124
192
                        </File>
125
193
                        <File
126
 
                                RelativePath="..\..\..\examples\import_node\main.cc">
 
194
                                RelativePath="..\..\..\examples\import_node\main.cc"
 
195
                                >
127
196
                        </File>
128
197
                </Filter>
129
198
                <Filter
130
199
                        Name="Header Files"
131
200
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
132
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
 
201
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
202
                        >
133
203
                </Filter>
134
204
                <Filter
135
205
                        Name="Resource Files"
136
206
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
137
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
 
207
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
208
                        >
138
209
                </Filter>
139
210
        </Files>
140
211
        <Globals>