Imported Upstream version 2.91.1
[platform/upstream/libxml++.git] / MSVC_Net2010 / examples / sax_parser / sax_parser.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectName>examples_sax_parser</ProjectName>
23     <ProjectGuid>{A665E2E3-4148-4389-B5C4-271AFE4BC1B7}</ProjectGuid>
24     <RootNamespace>examples_dispatcher</RootNamespace>
25     <Keyword>Win32Proj</Keyword>
26   </PropertyGroup>
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29     <ConfigurationType>Application</ConfigurationType>
30     <CharacterSet>MultiByte</CharacterSet>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>Application</ConfigurationType>
34     <CharacterSet>MultiByte</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37     <ConfigurationType>Application</ConfigurationType>
38     <CharacterSet>MultiByte</CharacterSet>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41     <ConfigurationType>Application</ConfigurationType>
42     <CharacterSet>MultiByte</CharacterSet>
43   </PropertyGroup>
44   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
45   <ImportGroup Label="ExtensionSettings">
46   </ImportGroup>
47   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
48     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
49     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
50   </ImportGroup>
51   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
52     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
54   </ImportGroup>
55   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
58   </ImportGroup>
59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
62   </ImportGroup>
63   <PropertyGroup Label="UserMacros" />
64   <PropertyGroup>
65     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
66     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
67     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
68     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
69     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
70     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
71     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
72     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
74     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
75     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
76     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
77     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
78     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">sax_parser</TargetName>
79     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">sax_parser</TargetName>
80     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">sax_parser</TargetName>
81     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">sax_parser</TargetName>
82   </PropertyGroup>
83   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
84     <ClCompile>
85       <AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions>
86       <Optimization>Disabled</Optimization>
87       <AdditionalIncludeDirectories>../../..;../../libxml++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89       <MinimalRebuild>true</MinimalRebuild>
90       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
91       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
92       <RuntimeTypeInfo>true</RuntimeTypeInfo>
93       <PrecompiledHeader>
94       </PrecompiledHeader>
95       <WarningLevel>Level3</WarningLevel>
96       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
97     </ClCompile>
98     <Link>
99       <AdditionalDependencies>glibmm-vc90-d-2_4.lib;%(AdditionalDependencies)</AdditionalDependencies>
100       <OutputFile>$(OutDir)sax_parser.exe</OutputFile>
101       <GenerateDebugInformation>true</GenerateDebugInformation>
102       <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
103       <SubSystem>Console</SubSystem>
104       <RandomizedBaseAddress>false</RandomizedBaseAddress>
105       <DataExecutionPrevention>
106       </DataExecutionPrevention>
107       <TargetMachine>MachineX86</TargetMachine>
108     </Link>
109   </ItemDefinitionGroup>
110   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
111     <ClCompile>
112       <AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions>
113       <AdditionalIncludeDirectories>../../..;../../libxml++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
114       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
116       <RuntimeTypeInfo>true</RuntimeTypeInfo>
117       <PrecompiledHeader>
118       </PrecompiledHeader>
119       <WarningLevel>Level3</WarningLevel>
120       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
121     </ClCompile>
122     <Link>
123       <AdditionalDependencies>glibmm-vc90-2_4.lib;%(AdditionalDependencies)</AdditionalDependencies>
124       <OutputFile>$(OutDir)sax_parser.exe</OutputFile>
125       <GenerateDebugInformation>true</GenerateDebugInformation>
126       <SubSystem>Console</SubSystem>
127       <OptimizeReferences>true</OptimizeReferences>
128       <EnableCOMDATFolding>true</EnableCOMDATFolding>
129       <RandomizedBaseAddress>false</RandomizedBaseAddress>
130       <DataExecutionPrevention>
131       </DataExecutionPrevention>
132       <TargetMachine>MachineX86</TargetMachine>
133     </Link>
134   </ItemDefinitionGroup>
135   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
136     <Midl>
137       <TargetEnvironment>X64</TargetEnvironment>
138     </Midl>
139     <ClCompile>
140       <AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions>
141       <Optimization>Disabled</Optimization>
142       <AdditionalIncludeDirectories>../../..;../../libxml++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
143       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144       <MinimalRebuild>true</MinimalRebuild>
145       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
146       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
147       <RuntimeTypeInfo>true</RuntimeTypeInfo>
148       <PrecompiledHeader>
149       </PrecompiledHeader>
150       <WarningLevel>Level3</WarningLevel>
151       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
152     </ClCompile>
153     <Link>
154       <AdditionalDependencies>glibmm-vc90-d-2_4.lib;%(AdditionalDependencies)</AdditionalDependencies>
155       <OutputFile>$(OutDir)sax_parser.exe</OutputFile>
156       <GenerateDebugInformation>true</GenerateDebugInformation>
157       <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
158       <SubSystem>Console</SubSystem>
159       <RandomizedBaseAddress>false</RandomizedBaseAddress>
160       <DataExecutionPrevention>
161       </DataExecutionPrevention>
162       <TargetMachine>MachineX64</TargetMachine>
163     </Link>
164   </ItemDefinitionGroup>
165   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
166     <Midl>
167       <TargetEnvironment>X64</TargetEnvironment>
168     </Midl>
169     <ClCompile>
170       <AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions>
171       <AdditionalIncludeDirectories>../../..;../../libxml++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
172       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
174       <RuntimeTypeInfo>true</RuntimeTypeInfo>
175       <PrecompiledHeader>
176       </PrecompiledHeader>
177       <WarningLevel>Level3</WarningLevel>
178       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
179     </ClCompile>
180     <Link>
181       <AdditionalDependencies>glibmm-vc90-2_4.lib;%(AdditionalDependencies)</AdditionalDependencies>
182       <OutputFile>$(OutDir)sax_parser.exe</OutputFile>
183       <GenerateDebugInformation>true</GenerateDebugInformation>
184       <SubSystem>Console</SubSystem>
185       <OptimizeReferences>true</OptimizeReferences>
186       <EnableCOMDATFolding>true</EnableCOMDATFolding>
187       <RandomizedBaseAddress>false</RandomizedBaseAddress>
188       <DataExecutionPrevention>
189       </DataExecutionPrevention>
190       <TargetMachine>MachineX64</TargetMachine>
191     </Link>
192   </ItemDefinitionGroup>
193   <ItemGroup>
194     <ClCompile Include="..\..\..\examples\sax_parser\main.cc" />
195     <ClCompile Include="..\..\..\examples\sax_parser\myparser.cc" />
196   </ItemGroup>
197   <ItemGroup>
198     <ClInclude Include="..\..\..\examples\sax_parser\myparser.h" />
199   </ItemGroup>
200   <ItemGroup>
201     <ProjectReference Include="..\..\libxml++\libxml++.vcxproj">
202       <Project>{58b2b53c-c4ff-47fd-817b-095e45b7f7d4}</Project>
203       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
204     </ProjectReference>
205   </ItemGroup>
206   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
207   <ImportGroup Label="ExtensionTargets">
208   </ImportGroup>
209 </Project>