Blame win32/vs12/glib-gen-srcs.props

Packit ae235b
Packit ae235b
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Packit ae235b
  <ImportGroup Label="PropertySheets">
Packit ae235b
    <Import Project="glib-build-defines.props" />
Packit ae235b
  </ImportGroup>
Packit ae235b
  <PropertyGroup Label="UserMacros">
Packit ae235b
    <GenConfigH>copy ..\..\config.h.win32 ..\..\config.h</GenConfigH>
Packit ae235b
    <GenGLibConfigH>copy ..\..\glib\glibconfig.h.win32 ..\..\glib\glibconfig.h</GenGLibConfigH>
Packit ae235b
    <GenGModuleConfH>copy ..\..\gmodule\gmoduleconf.h.win32 ..\..\gmodule\gmoduleconf.h</GenGModuleConfH>
Packit ae235b
    <GenGNetworkingH>copy ..\..\gio\gnetworking.h.win32 ..\..\gio\gnetworking.h</GenGNetworkingH>
Packit ae235b
  </PropertyGroup>
Packit ae235b
  <PropertyGroup>
Packit ae235b
    <_PropertySheetDisplayName>glibgensrcsprops</_PropertySheetDisplayName>
Packit ae235b
  </PropertyGroup>
Packit ae235b
  <ItemGroup>
Packit ae235b
    <BuildMacro Include="GenConfigH">
Packit ae235b
      <Value>$(GenConfigH)</Value>
Packit ae235b
    </BuildMacro>
Packit ae235b
    <BuildMacro Include="GenGLibConfigH">
Packit ae235b
      <Value>$(GenGLibConfigH)</Value>
Packit ae235b
    </BuildMacro>
Packit ae235b
    <BuildMacro Include="GenGModuleConfH">
Packit ae235b
      <Value>$(GenGModuleConfH)</Value>
Packit ae235b
    </BuildMacro>
Packit ae235b
    <BuildMacro Include="GenGNetworkingH">
Packit ae235b
      <Value>$(GenGNetworkingH)</Value>
Packit ae235b
    </BuildMacro>
Packit ae235b
  </ItemGroup>
Packit ae235b
</Project>