875d00ad9b2eeeaf56a83506c683bb02cbc951fb
[platform/upstream/gobject-introspection.git] / build / win32 / vs11 / g-ir-generate.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>{F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}</ProjectGuid>
23     <RootNamespace>girgenerate</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       <TargetMachine>MachineX86</TargetMachine>
111     </Link>
112   </ItemDefinitionGroup>
113   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114     <Midl>
115       <TargetEnvironment>X64</TargetEnvironment>
116     </Midl>
117     <ClCompile>
118       <Optimization>Disabled</Optimization>
119       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120       <MinimalRebuild>true</MinimalRebuild>
121       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
122       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
123       <PrecompiledHeader>
124       </PrecompiledHeader>
125       <WarningLevel>Level3</WarningLevel>
126       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
127     </ClCompile>
128     <Link>
129       <GenerateDebugInformation>true</GenerateDebugInformation>
130       <SubSystem>Console</SubSystem>
131       <TargetMachine>MachineX64</TargetMachine>
132     </Link>
133   </ItemDefinitionGroup>
134   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
135     <Midl>
136       <TargetEnvironment>X64</TargetEnvironment>
137     </Midl>
138     <ClCompile>
139       <Optimization>MaxSpeed</Optimization>
140       <IntrinsicFunctions>true</IntrinsicFunctions>
141       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
142       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
143       <FunctionLevelLinking>true</FunctionLevelLinking>
144       <PrecompiledHeader>
145       </PrecompiledHeader>
146       <WarningLevel>Level3</WarningLevel>
147       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
148     </ClCompile>
149     <Link>
150       <GenerateDebugInformation>true</GenerateDebugInformation>
151       <SubSystem>Console</SubSystem>
152       <OptimizeReferences>true</OptimizeReferences>
153       <EnableCOMDATFolding>true</EnableCOMDATFolding>
154       <TargetMachine>MachineX64</TargetMachine>
155     </Link>
156   </ItemDefinitionGroup>
157   <ItemGroup>
158     <ClCompile Include="..\..\..\tools\generate.c" />
159     <ClCompile Include="..\..\..\girepository\girwriter.c" />
160   </ItemGroup>
161   <ItemGroup>
162     <ProjectReference Include="girepository.vcxproj">
163       <Project>{23e28245-8fc7-4b41-b1c5-8785bd4366a7}</Project>
164       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
165     </ProjectReference>
166   </ItemGroup>
167   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168   <ImportGroup Label="ExtensionTargets">
169   </ImportGroup>
170 </Project>