~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to build/win32/vs10/install.vcxproj

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

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
 
  <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>install</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
 
  </PropertyGroup>
32
 
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33
 
    <ConfigurationType>Utility</ConfigurationType>
34
 
    <CharacterSet>MultiByte</CharacterSet>
35
 
  </PropertyGroup>
36
 
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37
 
    <ConfigurationType>Utility</ConfigurationType>
38
 
    <CharacterSet>MultiByte</CharacterSet>
39
 
    <WholeProgramOptimization>true</WholeProgramOptimization>
40
 
  </PropertyGroup>
41
 
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42
 
    <ConfigurationType>Utility</ConfigurationType>
43
 
    <CharacterSet>MultiByte</CharacterSet>
44
 
  </PropertyGroup>
45
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46
 
  <ImportGroup Label="ExtensionSettings">
47
 
  </ImportGroup>
48
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
49
 
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50
 
    <Import Project="glib.props" />
51
 
  </ImportGroup>
52
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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.props" />
55
 
  </ImportGroup>
56
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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.props" />
59
 
  </ImportGroup>
60
 
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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.props" />
63
 
  </ImportGroup>
64
 
  <PropertyGroup Label="UserMacros" />
65
 
  <PropertyGroup>
66
 
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67
 
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GlibEtcInstallRoot)\</OutDir>
68
 
    <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
69
 
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GlibEtcInstallRoot)\</OutDir>
70
 
    <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
71
 
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GlibEtcInstallRoot)\</OutDir>
72
 
    <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
73
 
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GlibEtcInstallRoot)\</OutDir>
74
 
    <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
75
 
  </PropertyGroup>
76
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77
 
    <PreBuildEvent>
78
 
      <Command>$(GlibDoInstall)</Command>
79
 
    </PreBuildEvent>
80
 
  </ItemDefinitionGroup>
81
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
82
 
    <PreBuildEvent>
83
 
      <Command>$(GlibDoInstall)</Command>
84
 
    </PreBuildEvent>
85
 
  </ItemDefinitionGroup>
86
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
87
 
    <PreBuildEvent>
88
 
      <Command>$(GlibDoInstall)</Command>
89
 
    </PreBuildEvent>
90
 
  </ItemDefinitionGroup>
91
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
92
 
    <PreBuildEvent>
93
 
      <Command>$(GlibDoInstall)</Command>
94
 
    </PreBuildEvent>
95
 
  </ItemDefinitionGroup>
96
 
  <ItemGroup>
97
 
    <ProjectReference Include="gio.vcxproj">
98
 
      <Project>{f3d1583c-5613-4809-bd98-7cc1c1276f92}</Project>
99
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
100
 
    </ProjectReference>
101
 
    <ProjectReference Include="glib-genmarshal.vcxproj">
102
 
      <Project>{bd12e835-5c52-4e5d-8234-1c579f33e27a}</Project>
103
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
104
 
    </ProjectReference>
105
 
    <ProjectReference Include="glib.vcxproj">
106
 
      <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
107
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
108
 
    </ProjectReference>
109
 
    <ProjectReference Include="gmodule.vcxproj">
110
 
      <Project>{4214047c-f5c1-40b3-8369-5dced8c32770}</Project>
111
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
112
 
    </ProjectReference>
113
 
    <ProjectReference Include="gobject.vcxproj">
114
 
      <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project>
115
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
116
 
    </ProjectReference>
117
 
    <ProjectReference Include="gspawn-win32-helper-console.vcxproj">
118
 
      <Project>{e40e8a7e-7cae-4659-9b8b-bc38898e3074}</Project>
119
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
120
 
    </ProjectReference>
121
 
    <ProjectReference Include="gspawn-win32-helper.vcxproj">
122
 
      <Project>{289240e7-e167-47ce-a20c-58d852e520ba}</Project>
123
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
124
 
    </ProjectReference>
125
 
    <ProjectReference Include="gthread.vcxproj">
126
 
      <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
127
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
128
 
    </ProjectReference>
129
 
        <ProjectReference Include="glib-compile-schemas.vcxproj">
130
 
      <Project>{015d69d0-8b42-438a-adae-052ac036e065}</Project>
131
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
132
 
    </ProjectReference>
133
 
        <ProjectReference Include="gsettings.vcxproj">
134
 
      <Project>{05041c63-f1c5-49ba-a7de-61ebb5307eaa}</Project>
135
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
136
 
    </ProjectReference>
137
 
    <ProjectReference Include="glib-compile-resources.vcxproj">
138
 
      <Project>{b0cdec7f-dce1-4f7e-b8a4-a3009c18fb2a}</Project>
139
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
140
 
    </ProjectReference>
141
 
        <ProjectReference Include="gresource.vcxproj">
142
 
      <Project>{95a1571f-61be-4c51-be53-2f2dab280685}</Project>
143
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
144
 
    </ProjectReference>
145
 
  </ItemGroup>
146
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
147
 
  <ImportGroup Label="ExtensionTargets">
148
 
  </ImportGroup>
 
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>install</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.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.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.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.props" />
 
67
  </ImportGroup>
 
68
  <PropertyGroup Label="UserMacros" />
 
69
  <PropertyGroup>
 
70
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 
71
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GlibEtcInstallRoot)\</OutDir>
 
72
    <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
 
73
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GlibEtcInstallRoot)\</OutDir>
 
74
    <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
 
75
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(GlibEtcInstallRoot)\</OutDir>
 
76
    <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
 
77
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(GlibEtcInstallRoot)\</OutDir>
 
78
    <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
 
79
  </PropertyGroup>
 
80
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
81
    <PreBuildEvent>
 
82
      <Command>$(GlibDoInstall)</Command>
 
83
    </PreBuildEvent>
 
84
  </ItemDefinitionGroup>
 
85
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
86
    <PreBuildEvent>
 
87
      <Command>$(GlibDoInstall)</Command>
 
88
    </PreBuildEvent>
 
89
  </ItemDefinitionGroup>
 
90
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
91
    <PreBuildEvent>
 
92
      <Command>$(GlibDoInstall)</Command>
 
93
    </PreBuildEvent>
 
94
  </ItemDefinitionGroup>
 
95
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
96
    <PreBuildEvent>
 
97
      <Command>$(GlibDoInstall)</Command>
 
98
    </PreBuildEvent>
 
99
  </ItemDefinitionGroup>
 
100
  <ItemGroup>
 
101
    <ProjectReference Include="gio.vcxproj">
 
102
      <Project>{f3d1583c-5613-4809-bd98-7cc1c1276f92}</Project>
 
103
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
104
    </ProjectReference>
 
105
    <ProjectReference Include="glib-genmarshal.vcxproj">
 
106
      <Project>{bd12e835-5c52-4e5d-8234-1c579f33e27a}</Project>
 
107
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
108
    </ProjectReference>
 
109
    <ProjectReference Include="glib.vcxproj">
 
110
      <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
 
111
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
112
    </ProjectReference>
 
113
    <ProjectReference Include="gmodule.vcxproj">
 
114
      <Project>{4214047c-f5c1-40b3-8369-5dced8c32770}</Project>
 
115
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
116
    </ProjectReference>
 
117
    <ProjectReference Include="gobject.vcxproj">
 
118
      <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project>
 
119
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
120
    </ProjectReference>
 
121
    <ProjectReference Include="gspawn-win32-helper-console.vcxproj">
 
122
      <Project>{e40e8a7e-7cae-4659-9b8b-bc38898e3074}</Project>
 
123
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
124
    </ProjectReference>
 
125
    <ProjectReference Include="gspawn-win32-helper.vcxproj">
 
126
      <Project>{289240e7-e167-47ce-a20c-58d852e520ba}</Project>
 
127
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
128
    </ProjectReference>
 
129
    <ProjectReference Include="gthread.vcxproj">
 
130
      <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
 
131
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
132
    </ProjectReference>
 
133
    <ProjectReference Include="glib-compile-schemas.vcxproj">
 
134
      <Project>{015d69d0-8b42-438a-adae-052ac036e065}</Project>
 
135
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
136
    </ProjectReference>
 
137
    <ProjectReference Include="gsettings.vcxproj">
 
138
      <Project>{05041c63-f1c5-49ba-a7de-61ebb5307eaa}</Project>
 
139
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
140
    </ProjectReference>
 
141
    <ProjectReference Include="glib-compile-resources.vcxproj">
 
142
      <Project>{b0cdec7f-dce1-4f7e-b8a4-a3009c18fb2a}</Project>
 
143
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
144
    </ProjectReference>
 
145
    <ProjectReference Include="gresource.vcxproj">
 
146
      <Project>{95a1571f-61be-4c51-be53-2f2dab280685}</Project>
 
147
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
148
    </ProjectReference>
 
149
  </ItemGroup>
 
150
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
151
  <ImportGroup Label="ExtensionTargets">
 
152
  </ImportGroup>
149
153
</Project>
 
 
b'\\ No newline at end of file'