Update Friulian translation
[glib.git] / win32 / vs10 / glib-install.vcxproj
blob3204bb0ba0fd999d83e9dacc2481688c9ad55222
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{2093D218-190E-4194-9421-3BA7CBF33B10}</ProjectGuid>
23     <RootNamespace>glibinstall</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28     <ConfigurationType>Utility</ConfigurationType>
29     <CharacterSet>MultiByte</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31     <PlatformToolset>v100</PlatformToolset>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>Utility</ConfigurationType>
35     <CharacterSet>MultiByte</CharacterSet>
36     <PlatformToolset>v100</PlatformToolset>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39     <ConfigurationType>Utility</ConfigurationType>
40     <CharacterSet>MultiByte</CharacterSet>
41     <WholeProgramOptimization>true</WholeProgramOptimization>
42     <PlatformToolset>v100</PlatformToolset>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45     <ConfigurationType>Utility</ConfigurationType>
46     <CharacterSet>MultiByte</CharacterSet>
47     <PlatformToolset>v100</PlatformToolset>
48   </PropertyGroup>
49   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50   <ImportGroup Label="ExtensionSettings">
51   </ImportGroup>
52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54     <Import Project="glib-install.props" />
55   </ImportGroup>
56   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58     <Import Project="glib-install.props" />
59   </ImportGroup>
60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62     <Import Project="glib-install.props" />
63   </ImportGroup>
64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66     <Import Project="glib-install.props" />
67   </ImportGroup>
68   <PropertyGroup Label="UserMacros" />
69   <PropertyGroup>
70     <OutDir Condition="'$(Configuration)'=='Debug'">$(GlibEtcInstallRoot)\</OutDir>
71     <ExtensionsToDeleteOnClean Condition="'$(Configuration)'=='Debug'" />
72     <OutDir Condition="'$(Configuration)'=='Release'">$(GlibEtcInstallRoot)\</OutDir>
73     <ExtensionsToDeleteOnClean Condition="'$(Configuration)'=='Release'" />
74   </PropertyGroup>
75   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76   </ItemDefinitionGroup>
77   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78   </ItemDefinitionGroup>
79   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80   </ItemDefinitionGroup>
81   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82   </ItemDefinitionGroup>
83   <ItemGroup>
84     <CustomBuild Include="..\glibpc.py">
85       <Message Condition="'$(Configuration)'=='Debug'">Generating .pc files...</Message>
86       <Command Condition="'$(Configuration)'=='Debug'">$(GlibGenPC)</Command>
87       <Outputs Condition="'$(Configuration)'=='Debug'">$(GlibPCFiles);%(Outputs)</Outputs>
88       <Message Condition="'$(Configuration)'=='Release'">Generating .pc files...</Message>
89       <Command Condition="'$(Configuration)'=='Release'">$(GlibGenPC)</Command>
90       <Outputs Condition="'$(Configuration)'=='Release'">$(GlibPCFiles);%(Outputs)</Outputs>
91     </CustomBuild>
92     <CustomBuild Include="..\..\gobject\glib-mkenums.in">
93       <Message Condition="'$(Configuration)'=='Debug'">Generating glib-mkenums...</Message>
94       <Command Condition="'$(Configuration)'=='Debug'">$(GenGLibMKEnums)</Command>
95       <Outputs Condition="'$(Configuration)'=='Debug'">..\..\gobject\glib-mkenums;%(Outputs)</Outputs>
96       <Message Condition="'$(Configuration)'=='Release'">Generating glib-mkenums...</Message>
97       <Command Condition="'$(Configuration)'=='Release'">$(GenGLibMKEnums)</Command>
98       <Outputs Condition="'$(Configuration)'=='Release'">..\..\gobject\glib-mkenums;%(Outputs)</Outputs>
99     </CustomBuild>
100     <CustomBuild Include="..\..\gobject\glib-genmarshal.in">
101       <Message Condition="'$(Configuration)'=='Debug'">Generating glib-genmarshal...</Message>
102       <Command Condition="'$(Configuration)'=='Debug'">$(GenGLibGenmarshal)</Command>
103       <Outputs Condition="'$(Configuration)'=='Debug'">..\..\gobject\glib-genmarshal;%(Outputs)</Outputs>
104       <Message Condition="'$(Configuration)'=='Release'">Generating glib-genmarshal...</Message>
105       <Command Condition="'$(Configuration)'=='Release'">$(GenGLibGenmarshal)</Command>
106       <Outputs Condition="'$(Configuration)'=='Release'">..\..\gobject\glib-genmarshal;%(Outputs)</Outputs>
107     </CustomBuild>
108     <CustomBuild Include="..\..\gio\gdbus-2.0\codegen\gdbus-codegen.in">
109       <Message Condition="'$(Configuration)'=='Debug'">Generating gdbus-codegen...</Message>
110       <Command Condition="'$(Configuration)'=='Debug'">$(GenGDBusCodegen)</Command>
111       <Outputs Condition="'$(Configuration)'=='Debug'">..\..\gio\gdbus-2.0\codegen\gdbus-codegen;%(Outputs)</Outputs>
112       <Message Condition="'$(Configuration)'=='Release'">Generating gdbus-codegen...</Message>
113       <Command Condition="'$(Configuration)'=='Release'">$(GenGDBusCodegen)</Command>
114       <Outputs Condition="'$(Configuration)'=='Release'">..\..\gio\gdbus-2.0\codegen\gdbus-codegen;%(Outputs)</Outputs>
115     </CustomBuild>
116     <CustomBuild Include="glib_install_placeholder">
117       <Message Condition="'$(Configuration)'=='Debug'">Installing Build Results...</Message>
118       <AdditionalInputs Condition="'$(Configuration)'=='Debug'">$(GlibPCFiles);$(GlibUtilScripts)</AdditionalInputs>
119       <Command Condition="'$(Configuration)'=='Debug'">$(GlibDoInstall)</Command>
120       <Outputs Condition="'$(Configuration)'=='Debug'">blah;%(Outputs)</Outputs>
121       <Message Condition="'$(Configuration)'=='Release'">Installing Build Results...</Message>
122       <AdditionalInputs Condition="'$(Configuration)'=='Release'">$(GlibPCFiles);$(GlibUtilScripts)</AdditionalInputs>
123       <Command Condition="'$(Configuration)'=='Release'">$(GlibDoInstall)</Command>
124       <Outputs Condition="'$(Configuration)'=='Release'">blah;%(Outputs)</Outputs>
125     </CustomBuild>
126   </ItemGroup>
127   <ItemGroup>
128     <ProjectReference Include="gio.vcxproj">
129       <Project>{f3d1583c-5613-4809-bd98-7cc1c1276f92}</Project>
130       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
131     </ProjectReference>
132     <ProjectReference Include="glib.vcxproj">
133       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
134       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
135     </ProjectReference>
136     <ProjectReference Include="gmodule.vcxproj">
137       <Project>{4214047c-f5c1-40b3-8369-5dced8c32770}</Project>
138       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
139     </ProjectReference>
140     <ProjectReference Include="gobject.vcxproj">
141       <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project>
142       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
143     </ProjectReference>
144     <ProjectReference Include="gspawn-win32-helper-console.vcxproj">
145       <Project>{e40e8a7e-7cae-4659-9b8b-bc38898e3074}</Project>
146       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
147     </ProjectReference>
148     <ProjectReference Include="gspawn-win32-helper.vcxproj">
149       <Project>{289240e7-e167-47ce-a20c-58d852e520ba}</Project>
150       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
151     </ProjectReference>
152     <ProjectReference Include="gthread.vcxproj">
153       <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
154       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
155     </ProjectReference>
156     <ProjectReference Include="glib-compile-schemas.vcxproj">
157       <Project>{015d69d0-8b42-438a-adae-052ac036e065}</Project>
158       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
159     </ProjectReference>
160     <ProjectReference Include="gsettings.vcxproj">
161       <Project>{05041c63-f1c5-49ba-a7de-61ebb5307eaa}</Project>
162       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
163     </ProjectReference>
164     <ProjectReference Include="glib-compile-resources.vcxproj">
165       <Project>{b0cdec7f-dce1-4f7e-b8a4-a3009c18fb2a}</Project>
166       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
167     </ProjectReference>
168     <ProjectReference Include="gresource.vcxproj">
169       <Project>{95a1571f-61be-4c51-be53-2f2dab280685}</Project>
170       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
171     </ProjectReference>
172     <ProjectReference Include="gio-querymodules.vcxproj">
173       <Project>{95a1571f-61be-4c51-be53-2f2dab280686}</Project>
174       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
175     </ProjectReference>
176     <ProjectReference Include="gdbus.vcxproj">
177       <Project>{95a1571f-61be-4c51-be53-2f2dab280687}</Project>
178       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
179     </ProjectReference>
180     <ProjectReference Include="gio-tool.vcxproj">
181       <Project>{d0403e9a-2b00-4fd3-b3dd-3c8f9cb9a338}</Project>
182       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
183     </ProjectReference>
184   </ItemGroup>
185   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
186   <ImportGroup Label="ExtensionTargets">
187   </ImportGroup>
188 </Project>