Visual Studio Projects: Use Unix Line Endings
[platform/upstream/glib.git] / build / win32 / vs10 / glibprepbuild.props
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>
4     <_PropertySheetDisplayName>glibprepbuildprops</_PropertySheetDisplayName>
5   </PropertyGroup>
6   <ItemDefinitionGroup>
7     <PreBuildEvent>
8       <Command>
9 if exist ..\..\..\config.h goto DONE_CONFIG_H
10
11 copy ..\..\..\config.h.win32 ..\..\..\config.h
12
13 :DONE_CONFIG_H
14
15
16 if exist ..\..\..\glib\glibconfig.h goto DONE_GLIBCONFIG_H
17
18 copy ..\..\..\glib\glibconfig.h.win32 ..\..\..\glib\glibconfig.h
19
20 :DONE_GLIBCONFIG_H
21
22
23 if exist ..\..\..\gmodule\gmoduleconf.h goto DONE_GMODULECONF_H
24
25 copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h
26
27 :DONE_GMODULECONF_H
28
29
30 if exist ..\..\..\gio\gnetworking.h goto DONE_GNETWORKING_H
31
32 copy ..\..\..\gio\gnetworking.h.win32 ..\..\..\gio\gnetworking.h
33
34 :DONE_GNETWORKING_H
35
36 </Command>
37     </PreBuildEvent>
38   </ItemDefinitionGroup>
39 </Project>