Imported Upstream version 1.47.1
[platform/upstream/gobject-introspection.git] / build / win32 / vs11 / glib-print.vcxproj
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>{2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}</ProjectGuid>
23     <RootNamespace>glibprint</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>MultiByte</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31     <PlatformToolset>v110</PlatformToolset>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>Application</ConfigurationType>
35     <CharacterSet>MultiByte</CharacterSet>
36     <PlatformToolset>v110</PlatformToolset>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39     <ConfigurationType>Application</ConfigurationType>
40     <CharacterSet>MultiByte</CharacterSet>
41     <WholeProgramOptimization>true</WholeProgramOptimization>
42     <PlatformToolset>v110</PlatformToolset>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45     <ConfigurationType>Application</ConfigurationType>
46     <CharacterSet>MultiByte</CharacterSet>
47     <PlatformToolset>v110</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="gi-build-defines.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="gi-build-defines.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="gi-build-defines.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="gi-build-defines.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>ProgramDatabase</DebugInformationFormat>
86     </ClCompile>
87     <Link>
88       <GenerateDebugInformation>true</GenerateDebugInformation>
89       <SubSystem>Console</SubSystem>
90       <TargetMachine>MachineX86</TargetMachine>
91     </Link>
92   </ItemDefinitionGroup>
93   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
94     <ClCompile>
95       <Optimization>MaxSpeed</Optimization>
96       <IntrinsicFunctions>true</IntrinsicFunctions>
97       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
98       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
99       <FunctionLevelLinking>true</FunctionLevelLinking>
100       <PrecompiledHeader>
101       </PrecompiledHeader>
102       <WarningLevel>Level3</WarningLevel>
103       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
104     </ClCompile>
105     <Link>
106       <GenerateDebugInformation>true</GenerateDebugInformation>
107       <SubSystem>Console</SubSystem>
108       <OptimizeReferences>true</OptimizeReferences>
109       <EnableCOMDATFolding>true</EnableCOMDATFolding>
110       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
111       <TargetMachine>MachineX86</TargetMachine>
112     </Link>
113   </ItemDefinitionGroup>
114   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
115     <Midl>
116       <TargetEnvironment>X64</TargetEnvironment>
117     </Midl>
118     <ClCompile>
119       <Optimization>Disabled</Optimization>
120       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121       <MinimalRebuild>true</MinimalRebuild>
122       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
123       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
124       <PrecompiledHeader>
125       </PrecompiledHeader>
126       <WarningLevel>Level3</WarningLevel>
127       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
128     </ClCompile>
129     <Link>
130       <GenerateDebugInformation>true</GenerateDebugInformation>
131       <SubSystem>Console</SubSystem>
132       <TargetMachine>MachineX64</TargetMachine>
133     </Link>
134   </ItemDefinitionGroup>
135   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
136     <Midl>
137       <TargetEnvironment>X64</TargetEnvironment>
138     </Midl>
139     <ClCompile>
140       <Optimization>MaxSpeed</Optimization>
141       <IntrinsicFunctions>true</IntrinsicFunctions>
142       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
143       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
144       <FunctionLevelLinking>true</FunctionLevelLinking>
145       <PrecompiledHeader>
146       </PrecompiledHeader>
147       <WarningLevel>Level3</WarningLevel>
148       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
149     </ClCompile>
150     <Link>
151       <GenerateDebugInformation>true</GenerateDebugInformation>
152       <SubSystem>Console</SubSystem>
153       <OptimizeReferences>true</OptimizeReferences>
154       <EnableCOMDATFolding>true</EnableCOMDATFolding>
155       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
156       <TargetMachine>MachineX64</TargetMachine>
157     </Link>
158   </ItemDefinitionGroup>
159   <ItemGroup>
160     <ClCompile Include="..\..\..\examples\glib-print.c" />
161   </ItemGroup>
162   <ItemGroup>
163     <ProjectReference Include="girepository.vcxproj">
164       <Project>{23e28245-8fc7-4b41-b1c5-8785bd4366a7}</Project>
165       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
166     </ProjectReference>
167   </ItemGroup>
168   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
169   <ImportGroup Label="ExtensionTargets">
170   </ImportGroup>
171 </Project>