Imported Upstream version 1.49.1
[platform/upstream/gobject-introspection.git] / build / win32 / vs9 / gi-version-paths.vsprops
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="giversionpaths"
6         >
7         <UserMacro
8                 Name="VSVer"
9                 Value="9"
10         />
11         <UserMacro
12                 Name="GlibEtcInstallRoot"
13                 Value="$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(PlatformName)"
14         />
15         <UserMacro
16                 Name="CopyDir"
17                 Value="$(GlibEtcInstallRoot)"
18         />
19         <!-- PythonDir needs to point to a 32-bit/x86 Python 2.7/3.3+ installation -->
20         <UserMacro
21                 Name="PythonDir"
22                 Value="c:\\python27"
23         />
24         <!-- PythonDirX64 needs to point to an x86-64/x64 Python 2.7/3.3+ installation -->
25         <UserMacro
26                 Name="PythonDirX64"
27                 Value="$(PythonDir).x64"
28         />
29         <UserMacro
30                 Name="IntrospectPythonParam"
31                 Value="PYTHON=$(PythonDir)\python.exe"
32         />
33         <UserMacro
34                 Name="IntrospectPythonParamX64"
35                 Value="PYTHON=$(PythonDirX64)\python.exe"
36         />
37         <UserMacro
38                 Name="GIVersion"
39                 Value="1.49.1"
40         />
41         <UserMacro
42                 Name="BASE_GI_DIR"
43                 Value="$(SolutionDir)\..\..\.."
44         />
45         <UserMacro
46                 Name="ApiVersion"
47                 Value="1.0"
48         />
49         <UserMacro
50                 Name="LibGILibtoolCompatibleDllPrefix"
51                 Value="lib"
52         />
53         <UserMacro
54                 Name="LibGILibtoolCompatibleDllSuffix"
55                 Value="-$(ApiVersion)-0"
56         />
57         <UserMacro
58                 Name="LibGISeparateVSDllPrefix"
59                 Value=""
60         />
61         <UserMacro
62                 Name="LibGISeparateVSDllSuffix"
63                 Value="-1-vs$(VSVer)"
64         />
65         <!-- Change these two to LibGILibtoolCompatibleDllPrefix and
66         LibGILibtoolCompatibleDllSuffix if that is what you want -->
67         <UserMacro
68                 Name="LibGIDllPrefix"
69                 Value="$(LibGISeparateVSDllPrefix)"
70         />
71         <UserMacro
72                 Name="LibGIDllSuffix"
73                 Value="$(LibGISeparateVSDllSuffix)"
74         />
75 </VisualStudioPropertySheet>