1<?xml version="1.0" encoding="Windows-1252"?>
2<!--
3This file is part of The Croco Library
4This program is free software; you can redistribute it and/or
5modify it under the terms of version 2.1 of the GNU Lesser General Public
6License as published by the Free Software Foundation.
7
8This program is distributed in the hope that it will be useful,
9but WITHOUT ANY WARRANTY; without even the implied warranty of
10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11GNU General Public License for more details.
12
13You should have received a copy of the GNU Lesser General Public License
14along with this program; if not, write to the Free Software
15Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
16USA
17
18Author: Fan, Chun-wei
19See COPYRIGHTS file for copyright information.
20-->
21<VisualStudioPropertySheet
22	ProjectType="Visual C++"
23	Version="8.00"
24	Name="crocobuilddefinesprops"
25	InheritedPropertySheets=".\croco-version-paths.vsprops"
26	OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
27	IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
28	>
29	<Tool
30		Name="VCCLCompilerTool"
31		AdditionalIncludeDirectories="..\..\src;..\..;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\libxml2;$(GlibEtcInstallRoot)\include"
32		PreprocessorDefinitions="HAVE_CONFIG_H"
33		ForcedIncludeFiles="msvc_recommended_pragmas.h"
34		AdditionalOptions="/MP"
35	/>
36	<Tool
37		Name="VCLinkerTool"
38		AdditionalDependencies="libxml2.lib glib-2.0.lib"
39		AdditionalLibraryDirectories="$(GlibEtcInstallRoot)\lib"
40	/>
41</VisualStudioPropertySheet>
42