Visual C++ 2010 Project Files
[platform/upstream/glib.git] / build / win32 / vs10 / glib-genmarshal.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>{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     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
68     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
70     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
71   </PropertyGroup>
72   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73     <ClCompile>
74       <Optimization>Disabled</Optimization>
75       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76       <MinimalRebuild>true</MinimalRebuild>
77       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
78       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
79       <PrecompiledHeader>
80       </PrecompiledHeader>
81       <WarningLevel>Level3</WarningLevel>
82       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
83       <CompileAs>CompileAsC</CompileAs>
84     </ClCompile>
85     <Link>
86       <GenerateDebugInformation>true</GenerateDebugInformation>
87       <SubSystem>Console</SubSystem>
88       <RandomizedBaseAddress>false</RandomizedBaseAddress>
89       <DataExecutionPrevention>
90       </DataExecutionPrevention>
91       <TargetMachine>MachineX86</TargetMachine>
92     </Link>
93   </ItemDefinitionGroup>
94   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
95     <ClCompile>
96       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
98       <PrecompiledHeader>
99       </PrecompiledHeader>
100       <WarningLevel>Level3</WarningLevel>
101       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
102       <CompileAs>CompileAsC</CompileAs>
103     </ClCompile>
104     <Link>
105       <GenerateDebugInformation>true</GenerateDebugInformation>
106       <SubSystem>Console</SubSystem>
107       <OptimizeReferences>true</OptimizeReferences>
108       <EnableCOMDATFolding>true</EnableCOMDATFolding>
109       <RandomizedBaseAddress>false</RandomizedBaseAddress>
110       <DataExecutionPrevention>
111       </DataExecutionPrevention>
112       <TargetMachine>MachineX86</TargetMachine>
113     </Link>
114   </ItemDefinitionGroup>
115   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
116     <ClCompile>
117       <Optimization>Disabled</Optimization>
118       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119       <MinimalRebuild>true</MinimalRebuild>
120       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
121       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
122       <PrecompiledHeader>
123       </PrecompiledHeader>
124       <WarningLevel>Level3</WarningLevel>
125       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
126       <CompileAs>CompileAsC</CompileAs>
127     </ClCompile>
128     <Link>
129       <GenerateDebugInformation>true</GenerateDebugInformation>
130       <SubSystem>Console</SubSystem>
131       <RandomizedBaseAddress>false</RandomizedBaseAddress>
132       <DataExecutionPrevention>
133       </DataExecutionPrevention>
134       <TargetMachine>MachineX64</TargetMachine>
135     </Link>
136   </ItemDefinitionGroup>
137   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
138     <ClCompile>
139       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
141       <PrecompiledHeader>
142       </PrecompiledHeader>
143       <WarningLevel>Level3</WarningLevel>
144       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
145       <CompileAs>CompileAsC</CompileAs>
146     </ClCompile>
147     <Link>
148       <GenerateDebugInformation>true</GenerateDebugInformation>
149       <SubSystem>Console</SubSystem>
150       <OptimizeReferences>true</OptimizeReferences>
151       <EnableCOMDATFolding>true</EnableCOMDATFolding>
152       <RandomizedBaseAddress>false</RandomizedBaseAddress>
153       <DataExecutionPrevention>
154       </DataExecutionPrevention>
155       <TargetMachine>MachineX64</TargetMachine>
156     </Link>
157   </ItemDefinitionGroup>
158   <ItemGroup>
159     <ClCompile Include="..\..\..\gobject\glib-genmarshal.c" />
160   </ItemGroup>
161   <ItemGroup>
162     <ProjectReference Include="glib.vcxproj">
163       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
164       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
165     </ProjectReference>
166   </ItemGroup>
167   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168   <ImportGroup Label="ExtensionTargets">
169   </ImportGroup>
170 </Project>