~allanlesage/ubuntu/raring/glib2.0/enable-gcov

« back to all changes in this revision

Viewing changes to build/win32/vs10/glib-genmarshal.vcxproj

  • Committer: Package Import Robot
  • Author(s): Simon McVittie, Martin Pitt, Simon McVittie
  • Date: 2012-11-12 16:08:29 UTC
  • mfrom: (172.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20121112160829-uo1nenwfwjficz73
Tags: 2.34.2-1
* Team upload

[ Martin Pitt ]
* debian/rules: Re-enable failing the build on failed tests on armel/armhf
  on Ubuntu, now that the buildds behave themselves again.

[ Simon McVittie ]
* New upstream release
  - 50_git_gmenuexporter_allow_null_bus_on_name_vanished.patch: remove,
    applied upstream
  - 91_kfreebsd_credentials.patch: remove, applied upstream
* Override a couple of package-contains-empty-directory lintian tags
  for deliberate empty directories
* Override package-contains-devhelp-file-without-symlink lintian tag
  for gdbus-object-manager-example, which is deliberately not in devhelp

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>{BD12E835-5C52-4E5D-8234-1C579F33E27A}</ProjectGuid>
23
 
    <RootNamespace>glibgenmarshal</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>Application</ConfigurationType>
29
 
    <CharacterSet>Unicode</CharacterSet>
30
 
    <WholeProgramOptimization>true</WholeProgramOptimization>
31
 
  </PropertyGroup>
32
 
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33
 
    <ConfigurationType>Application</ConfigurationType>
34
 
    <CharacterSet>MultiByte</CharacterSet>
35
 
  </PropertyGroup>
36
 
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
37
 
    <ConfigurationType>Application</ConfigurationType>
38
 
    <CharacterSet>Unicode</CharacterSet>
39
 
    <WholeProgramOptimization>true</WholeProgramOptimization>
40
 
  </PropertyGroup>
41
 
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42
 
    <ConfigurationType>Application</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
 
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
67
 
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
68
 
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
69
 
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
70
 
  </PropertyGroup>
71
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
72
 
    <ClCompile>
73
 
      <Optimization>Disabled</Optimization>
74
 
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75
 
      <MinimalRebuild>true</MinimalRebuild>
76
 
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
77
 
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
78
 
      <PrecompiledHeader>
79
 
      </PrecompiledHeader>
80
 
      <WarningLevel>Level3</WarningLevel>
81
 
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
82
 
      <CompileAs>CompileAsC</CompileAs>
83
 
    </ClCompile>
84
 
    <Link>
85
 
      <GenerateDebugInformation>true</GenerateDebugInformation>
86
 
      <SubSystem>Console</SubSystem>
87
 
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
88
 
      <DataExecutionPrevention>
89
 
      </DataExecutionPrevention>
90
 
      <TargetMachine>MachineX86</TargetMachine>
91
 
    </Link>
92
 
  </ItemDefinitionGroup>
93
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
94
 
    <ClCompile>
95
 
      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
96
 
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
97
 
      <PrecompiledHeader>
98
 
      </PrecompiledHeader>
99
 
      <WarningLevel>Level3</WarningLevel>
100
 
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
101
 
      <CompileAs>CompileAsC</CompileAs>
102
 
    </ClCompile>
103
 
    <Link>
104
 
      <GenerateDebugInformation>true</GenerateDebugInformation>
105
 
      <SubSystem>Console</SubSystem>
106
 
      <OptimizeReferences>true</OptimizeReferences>
107
 
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
108
 
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
109
 
      <DataExecutionPrevention>
110
 
      </DataExecutionPrevention>
111
 
      <TargetMachine>MachineX86</TargetMachine>
112
 
    </Link>
113
 
  </ItemDefinitionGroup>
114
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
115
 
    <ClCompile>
116
 
      <Optimization>Disabled</Optimization>
117
 
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118
 
      <MinimalRebuild>true</MinimalRebuild>
119
 
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
120
 
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
121
 
      <PrecompiledHeader>
122
 
      </PrecompiledHeader>
123
 
      <WarningLevel>Level3</WarningLevel>
124
 
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
125
 
      <CompileAs>CompileAsC</CompileAs>
126
 
    </ClCompile>
127
 
    <Link>
128
 
      <GenerateDebugInformation>true</GenerateDebugInformation>
129
 
      <SubSystem>Console</SubSystem>
130
 
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
131
 
      <DataExecutionPrevention>
132
 
      </DataExecutionPrevention>
133
 
      <TargetMachine>MachineX64</TargetMachine>
134
 
    </Link>
135
 
  </ItemDefinitionGroup>
136
 
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
137
 
    <ClCompile>
138
 
      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
139
 
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
140
 
      <PrecompiledHeader>
141
 
      </PrecompiledHeader>
142
 
      <WarningLevel>Level3</WarningLevel>
143
 
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
144
 
      <CompileAs>CompileAsC</CompileAs>
145
 
    </ClCompile>
146
 
    <Link>
147
 
      <GenerateDebugInformation>true</GenerateDebugInformation>
148
 
      <SubSystem>Console</SubSystem>
149
 
      <OptimizeReferences>true</OptimizeReferences>
150
 
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
151
 
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
152
 
      <DataExecutionPrevention>
153
 
      </DataExecutionPrevention>
154
 
      <TargetMachine>MachineX64</TargetMachine>
155
 
    </Link>
156
 
  </ItemDefinitionGroup>
157
 
  <ItemGroup>
158
 
    <ClCompile Include="..\..\..\gobject\glib-genmarshal.c" />
159
 
  </ItemGroup>
160
 
  <ItemGroup>
161
 
    <ProjectReference Include="glib.vcxproj">
162
 
      <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
163
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
164
 
    </ProjectReference>
165
 
  </ItemGroup>
166
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167
 
  <ImportGroup Label="ExtensionTargets">
168
 
  </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>{BD12E835-5C52-4E5D-8234-1C579F33E27A}</ProjectGuid>
 
23
    <RootNamespace>glibgenmarshal</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>Application</ConfigurationType>
 
29
    <CharacterSet>Unicode</CharacterSet>
 
30
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
31
    <PlatformToolset>v100</PlatformToolset>
 
32
  </PropertyGroup>
 
33
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
34
    <ConfigurationType>Application</ConfigurationType>
 
35
    <CharacterSet>MultiByte</CharacterSet>
 
36
    <PlatformToolset>v100</PlatformToolset>
 
37
  </PropertyGroup>
 
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
39
    <ConfigurationType>Application</ConfigurationType>
 
40
    <CharacterSet>Unicode</CharacterSet>
 
41
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
42
    <PlatformToolset>v100</PlatformToolset>
 
43
  </PropertyGroup>
 
44
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
45
    <ConfigurationType>Application</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
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 
71
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 
72
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
 
73
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
 
74
  </PropertyGroup>
 
75
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
76
    <ClCompile>
 
77
      <Optimization>Disabled</Optimization>
 
78
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
79
      <MinimalRebuild>true</MinimalRebuild>
 
80
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
81
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
82
      <PrecompiledHeader>
 
83
      </PrecompiledHeader>
 
84
      <WarningLevel>Level3</WarningLevel>
 
85
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
86
      <CompileAs>CompileAsC</CompileAs>
 
87
    </ClCompile>
 
88
    <Link>
 
89
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
90
      <SubSystem>Console</SubSystem>
 
91
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 
92
      <DataExecutionPrevention>
 
93
      </DataExecutionPrevention>
 
94
      <TargetMachine>MachineX86</TargetMachine>
 
95
    </Link>
 
96
  </ItemDefinitionGroup>
 
97
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
98
    <ClCompile>
 
99
      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
100
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
101
      <PrecompiledHeader>
 
102
      </PrecompiledHeader>
 
103
      <WarningLevel>Level3</WarningLevel>
 
104
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
105
      <CompileAs>CompileAsC</CompileAs>
 
106
    </ClCompile>
 
107
    <Link>
 
108
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
109
      <SubSystem>Console</SubSystem>
 
110
      <OptimizeReferences>true</OptimizeReferences>
 
111
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
112
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 
113
      <DataExecutionPrevention>
 
114
      </DataExecutionPrevention>
 
115
      <TargetMachine>MachineX86</TargetMachine>
 
116
    </Link>
 
117
  </ItemDefinitionGroup>
 
118
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
119
    <ClCompile>
 
120
      <Optimization>Disabled</Optimization>
 
121
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
122
      <MinimalRebuild>true</MinimalRebuild>
 
123
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
124
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
125
      <PrecompiledHeader>
 
126
      </PrecompiledHeader>
 
127
      <WarningLevel>Level3</WarningLevel>
 
128
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
129
      <CompileAs>CompileAsC</CompileAs>
 
130
    </ClCompile>
 
131
    <Link>
 
132
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
133
      <SubSystem>Console</SubSystem>
 
134
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 
135
      <DataExecutionPrevention>
 
136
      </DataExecutionPrevention>
 
137
      <TargetMachine>MachineX64</TargetMachine>
 
138
    </Link>
 
139
  </ItemDefinitionGroup>
 
140
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
141
    <ClCompile>
 
142
      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
143
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
144
      <PrecompiledHeader>
 
145
      </PrecompiledHeader>
 
146
      <WarningLevel>Level3</WarningLevel>
 
147
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
148
      <CompileAs>CompileAsC</CompileAs>
 
149
    </ClCompile>
 
150
    <Link>
 
151
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
152
      <SubSystem>Console</SubSystem>
 
153
      <OptimizeReferences>true</OptimizeReferences>
 
154
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
155
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 
156
      <DataExecutionPrevention>
 
157
      </DataExecutionPrevention>
 
158
      <TargetMachine>MachineX64</TargetMachine>
 
159
    </Link>
 
160
  </ItemDefinitionGroup>
 
161
  <ItemGroup>
 
162
    <ClCompile Include="..\..\..\gobject\glib-genmarshal.c" />
 
163
  </ItemGroup>
 
164
  <ItemGroup>
 
165
    <ProjectReference Include="glib.vcxproj">
 
166
      <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
 
167
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
168
    </ProjectReference>
 
169
  </ItemGroup>
 
170
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
171
  <ImportGroup Label="ExtensionTargets">
 
172
  </ImportGroup>
169
173
</Project>
 
 
b'\\ No newline at end of file'