~ubuntu-branches/debian/sid/atkmm1.6/sid

« back to all changes in this revision

Viewing changes to MSVC_Net2013/atkmm-version-paths.props

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Simon McVittie, Michael Biebl
  • Date: 2015-09-28 13:19:44 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150928131944-2a23bbzyd1w4riuf
Tags: 2.24.1-1
[ Simon McVittie ]
* debian/copyright: add some missing copyright holders

[ Michael Biebl ]
* New upstream release.
* Drop obsolete Breaks/Replaces from pre-wheezy.
* Update Build-Depends as per configure.ac:
  - Bump libglibmm-2.4-dev to (>= 2.46.1)
  - Bump libatk1.0-dev to (>= 1.18)
  - Bump mm-common to (>= 0.9.8)
* Bump Standards-Version to 3.9.6.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer and move
  Krzysztof Klimonda to Uploaders.
* Bump SHVER to 2.24.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup Label="UserMacros">
 
4
    <VSVer>12</VSVer>
 
5
    <GlibEtcInstallRoot>$(SolutionDir)\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
 
6
    <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
 
7
    <DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\</DefDir>
 
8
    <ApiMajorVersion>1</ApiMajorVersion>
 
9
    <ApiMinorVersion>6</ApiMinorVersion>
 
10
    <ReleaseDllSuffix>-vc$(VSVer)0-$(ApiMajorVersion)_$(ApiMinorVersion)</ReleaseDllSuffix>
 
11
    <DebugDllSuffix>-vc$(VSVer)0-d-$(ApiMajorVersion)_$(ApiMinorVersion)</DebugDllSuffix>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup>
 
14
    <_PropertySheetDisplayName>atkmmversionpathsprops</_PropertySheetDisplayName>
 
15
  </PropertyGroup>
 
16
  <ItemGroup>
 
17
    <BuildMacro Include="VSVer">
 
18
      <Value>$(VSVer)</Value>
 
19
    </BuildMacro>
 
20
    <BuildMacro Include="GlibEtcInstallRoot">
 
21
      <Value>$(GlibEtcInstallRoot)</Value>
 
22
    </BuildMacro>
 
23
    <BuildMacro Include="CopyDir">
 
24
      <Value>$(CopyDir)</Value>
 
25
    </BuildMacro>
 
26
    <BuildMacro Include="DefDir">
 
27
      <Value>$(DefDir)</Value>
 
28
    </BuildMacro>
 
29
    <BuildMacro Include="ApiMajorVersion">
 
30
      <Value>$(ApiMajorVersion)</Value>
 
31
    </BuildMacro>
 
32
    <BuildMacro Include="ApiMinorVersion">
 
33
      <Value>$(ApiMinorVersion)</Value>
 
34
    </BuildMacro>
 
35
    <BuildMacro Include="ReleaseDllSuffix">
 
36
      <Value>$(ReleaseDllSuffix)</Value>
 
37
    </BuildMacro>
 
38
    <BuildMacro Include="DebugDllSuffix">
 
39
      <Value>$(DebugDllSuffix)</Value>
 
40
    </BuildMacro>
 
41
  </ItemGroup>
 
42
</Project>
 
 
b'\\ No newline at end of file'