summaryrefslogtreecommitdiff
path: root/win32/vs10/gdk-pixbuf-version-paths.props.in
blob: caf2049c887f4001029728ea8f61a8bf02e34858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="UserMacros">
    <VSVer>10</VSVer>
    <GdkPixbufMajorVersion>@GDK_PIXBUF_MAJOR@</GdkPixbufMajorVersion>
    <GdkPixbufMinorVersion>@GDK_PIXBUF_MINOR@</GdkPixbufMinorVersion>
    <GdkPixbufMicroVersion>@GDK_PIXBUF_MICRO@</GdkPixbufMicroVersion>
    <ApiVersion>2.0</ApiVersion>
    <GlibEtcInstallRoot>$(SolutionDir)\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
    <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
    <DefDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</DefDir>
    <GdkPixbufLibtoolCompatibleDllPrefix>lib</GdkPixbufLibtoolCompatibleDllPrefix>
    <GdkPixbufLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</GdkPixbufLibtoolCompatibleDllSuffix>
    <GdkPixbufSeparateVSDllPrefix />
    <GdkPixbufSeparateVSDllSuffix>-2-vs$(VSVer)</GdkPixbufSeparateVSDllSuffix>
    <GdkPixbufDllPrefix>$(GdkPixbufSeparateVSDllPrefix)</GdkPixbufDllPrefix>
    <GdkPixbufDllSuffix>$(GdkPixbufSeparateVSDllSuffix)</GdkPixbufDllSuffix>
    <PythonDir Condition="'$(VisualStudioVersion)' == '10.0'">c:\python34</PythonDir>
    <PythonDir Condition="'$(VisualStudioVersion)' == '11.0'">c:\python34</PythonDir>
    <PythonDir Condition="'$(VisualStudioVersion)' == '12.0'">c:\python34</PythonDir>
    <PythonDir Condition="'$(VisualStudioVersion)' == '14.0'">c:\python36</PythonDir>
    <PythonDir Condition="'$(VisualStudioVersion)' == '15.0'">c:\python36</PythonDir>
    <PythonDirX64>$(PythonDir).x64</PythonDirX64>
    <IntrospectPythonParam>PYTHON=$(PythonDir)\python.exe</IntrospectPythonParam>
    <IntrospectPythonParamX64>PYTHON=$(PythonDirX64)\python.exe</IntrospectPythonParamX64>
  </PropertyGroup>
  <PropertyGroup>
    <_PropertySheetDisplayName>gdk-versionpathsprops</_PropertySheetDisplayName>
  </PropertyGroup>
  <ItemGroup>
    <BuildMacro Include="VSVer">
      <Value>$(VSVer)</Value>
    </BuildMacro>
    <BuildMacro Include="GdkPixbufMajorVersion">
      <Value>$(GdkPixbufMajorVersion)</Value>
    </BuildMacro>
    <BuildMacro Include="GdkPixbufMinorVersion">
      <Value>$(GdkPixbufMinorVersion)</Value>
    </BuildMacro>
    <BuildMacro Include="GdkPixbufMicroVersion">
      <Value>$(GdkPixbufMicroVersion)</Value>
    </BuildMacro>
    <BuildMacro Include="ApiVersion">
      <Value>$(ApiVersion)</Value>
    </BuildMacro>
    <BuildMacro Include="GlibEtcInstallRoot">
      <Value>$(GlibEtcInstallRoot)</Value>
    </BuildMacro>
    <BuildMacro Include="CopyDir">
      <Value>$(CopyDir)</Value>
    </BuildMacro>
    <BuildMacro Include="DefDir">
      <Value>$(DefDir)</Value>
    </BuildMacro>
    <BuildMacro Include="GdkPixbufLibtoolCompatibleDllPrefix">
      <Value>$(GdkPixbufLibtoolCompatibleDllPrefix)</Value>
    </BuildMacro>
    <BuildMacro Include="GdkPixbufLibtoolCompatibleDllSuffix">
      <Value>$(GdkPixbufLibtoolCompatibleDllSuffix)</Value>
    </BuildMacro>
    <BuildMacro Include="GdkPixbufSeparateVSDllPrefix">
      <Value>$(GdkPixbufSeparateVSDllPrefix)</Value>
    </BuildMacro>
    <BuildMacro Include="GdkPixbufSeparateVSDllSuffix">
      <Value>$(GdkPixbufSeparateVSDllSuffix)</Value>
    </BuildMacro>
    <BuildMacro Include="GdkPixbufDllPrefix">
      <Value>$(GdkPixbufDllPrefix)</Value>
    </BuildMacro>
    <BuildMacro Include="GdkPixbufDllSuffix">
      <Value>$(GdkPixbufDllSuffix)</Value>
    </BuildMacro>
    <BuildMacro Include="PythonDir">
      <Value>$(PythonDir)</Value>
    </BuildMacro>
    <BuildMacro Include="PythonDirX64">
      <Value>$(PythonDirX64)</Value>
    </BuildMacro>
    <BuildMacro Include="IntrospectPythonParam">
      <Value>$(IntrospectPythonParam)</Value>
    </BuildMacro>
    <BuildMacro Include="IntrospectPythonParamX64">
      <Value>$(IntrospectPythonParamX64)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>