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="crocoversionpathsprops"
25	>
26	<UserMacro
27		Name="CrocoMajorVersion"
28		Value="@LIBCROCO_MAJOR_VERSION@"
29	/>
30	<UserMacro
31		Name="CrocoMinorVersion"
32		Value="@LIBCROCO_MINOR_VERSION@"
33	/>
34	<UserMacro
35		Name="CrocoMicroVersion"
36		Value="@LIBCROCO_MICRO_VERSION@"
37	/>
38	<UserMacro
39		Name="ApiVersion"
40		Value="$(CrocoMajorVersion).$(CrocoMinorVersion)"
41	/>
42	<UserMacro
43		Name="VSVer"
44		Value="9"
45	/>
46	<UserMacro
47		Name="GlibEtcInstallRoot"
48		Value="$(SolutionDir)\..\..\..\vs$(VSVer)\$(PlatformName)"
49	/>
50	<UserMacro
51		Name="CopyDir"
52		Value="$(GlibEtcInstallRoot)"
53	/>
54	<UserMacro
55		Name="DefDir"
56		Value="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
57	/>
58	<UserMacro
59		Name="LibCrocoLibtoolCompatibleDllPrefix"
60		Value="lib"
61	/>
62	<UserMacro
63		Name="LibCrocoLibtoolCompatibleDllSuffix"
64		Value="-$(ApiVersion)-0"
65	/>
66	<UserMacro
67		Name="LibCrocoSeparateVSDllPrefix"
68		Value=""
69	/>
70	<UserMacro
71		Name="LibCrocoSeparateVSDllSuffix"
72		Value="-$(ApiVersion)-vs$(VSVer)"
73	/>
74	<!-- Change these two to LibCrocoLibtoolCompatibleDllPrefix and
75	LibCrocoLibtoolCompatibleDllSuffix if that is what you want -->
76	<UserMacro
77		Name="LibCrocoDllPrefix"
78		Value="$(LibCrocoSeparateVSDllPrefix)"
79	/>
80	<UserMacro
81		Name="LibCrocoDllSuffix"
82		Value="$(LibCrocoSeparateVSDllSuffix)"
83	/>
84	<UserMacro
85		Name="PythonPath"
86		Value="c:\python27"
87	/>
88</VisualStudioPropertySheet>
89