Do not expand autoptr macros when running introspection
[glib.git] / win32 / vs10 / gmodule.vcxproj
blobabfbb53227237d1e99122220e80bcf52660d75db
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>{4214047C-F5C1-40B3-8369-5DCED8C32770}</ProjectGuid>
23     <RootNamespace>gmodule</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>DynamicLibrary</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>DynamicLibrary</ConfigurationType>
35     <CharacterSet>MultiByte</CharacterSet>
36     <PlatformToolset>v100</PlatformToolset>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39     <ConfigurationType>DynamicLibrary</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>DynamicLibrary</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-gen-srcs.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-gen-srcs.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-gen-srcs.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-gen-srcs.props" />
67   </ImportGroup>
68   <PropertyGroup Label="UserMacros" />
69   <PropertyGroup>
70     <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
71     <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
72   </PropertyGroup>
73   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74     <ClCompile>
75       <Optimization>Disabled</Optimization>
76       <PreprocessorDefinitions>_DEBUG;$(GModuleBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
77       <MinimalRebuild>true</MinimalRebuild>
78       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
79       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
80       <PrecompiledHeader>
81       </PrecompiledHeader>
82       <WarningLevel>Level3</WarningLevel>
83       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
84       <CompileAs>CompileAsC</CompileAs>
85     </ClCompile>
86     <Link>
87       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
88       <GenerateDebugInformation>true</GenerateDebugInformation>
89       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
90       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
91       <SubSystem>Windows</SubSystem>
92       <DataExecutionPrevention>
93       </DataExecutionPrevention>
94       <TargetMachine>MachineX86</TargetMachine>
95     </Link>
96   </ItemDefinitionGroup>
97   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98     <ClCompile>
99       <PreprocessorDefinitions>$(GModuleBuildDefines);%(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       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
109       <GenerateDebugInformation>true</GenerateDebugInformation>
110       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
111       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
112       <SubSystem>Windows</SubSystem>
113       <OptimizeReferences>true</OptimizeReferences>
114       <EnableCOMDATFolding>true</EnableCOMDATFolding>
115       <DataExecutionPrevention>
116       </DataExecutionPrevention>
117       <TargetMachine>MachineX86</TargetMachine>
118     </Link>
119   </ItemDefinitionGroup>
120   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
121     <ClCompile>
122       <Optimization>Disabled</Optimization>
123       <PreprocessorDefinitions>_DEBUG;$(GModuleBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
124       <MinimalRebuild>true</MinimalRebuild>
125       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
126       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
127       <PrecompiledHeader>
128       </PrecompiledHeader>
129       <WarningLevel>Level3</WarningLevel>
130       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
131       <CompileAs>CompileAsC</CompileAs>
132     </ClCompile>
133     <Link>
134       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
135       <GenerateDebugInformation>true</GenerateDebugInformation>
136       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
137       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
138       <SubSystem>Windows</SubSystem>
139       <DataExecutionPrevention>
140       </DataExecutionPrevention>
141       <TargetMachine>MachineX64</TargetMachine>
142     </Link>
143   </ItemDefinitionGroup>
144   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
145     <ClCompile>
146       <PreprocessorDefinitions>$(GModuleBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
147       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
148       <PrecompiledHeader>
149       </PrecompiledHeader>
150       <WarningLevel>Level3</WarningLevel>
151       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
152       <CompileAs>CompileAsC</CompileAs>
153     </ClCompile>
154     <Link>
155       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
156       <GenerateDebugInformation>true</GenerateDebugInformation>
157       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
158       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
159       <SubSystem>Windows</SubSystem>
160       <OptimizeReferences>true</OptimizeReferences>
161       <EnableCOMDATFolding>true</EnableCOMDATFolding>
162       <DataExecutionPrevention>
163       </DataExecutionPrevention>
164       <TargetMachine>MachineX64</TargetMachine>
165     </Link>
166   </ItemDefinitionGroup>
167   <ItemGroup>
168     <ClCompile Include="..\..\gmodule\gmodule.c" />
169   </ItemGroup>
170   <ItemGroup>
171     <CustomBuild Include="..\..\gmodule\gmoduleconf.h.win32">
172       <Message Condition="'$(Configuration)'=='Debug'">Copying gmoduleconf.h from gmoduleconf.h.win32...</Message>
173       <Command Condition="'$(Configuration)'=='Debug'">$(GenGModuleConfH)</Command>
174       <Outputs Condition="'$(Configuration)'=='Debug'">..\..\gmodule\gmoduleconf.h;%(Outputs)</Outputs>
175       <Message Condition="'$(Configuration)'=='Release'">Copying gmoduleconf.h from gmoduleconf.h.win32...</Message>
176       <Command Condition="'$(Configuration)'=='Release'">$(GenGModuleConfH)</Command>
177       <Outputs Condition="'$(Configuration)'=='Release'">..\..\gmodule\gmoduleconf.h;%(Outputs)</Outputs>
178     </CustomBuild>
179   </ItemGroup>
180   <ItemGroup>
181     <ResourceCompile Include="..\..\gmodule\gmodule.rc" />
182   </ItemGroup>
183   <ItemGroup>
184     <ProjectReference Include="glib.vcxproj">
185       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
186       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
187     </ProjectReference>
188   </ItemGroup>
189   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
190   <ImportGroup Label="ExtensionTargets">
191   </ImportGroup>
192 </Project>