meson: build Windows resource files
[glib.git] / win32 / vs10 / gobject.vcxprojin
blob50fe2038bf68fc30254919f328556ec91400f9a2
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>{F172EFFC-E30F-4593-809E-DB2024B1E753}</ProjectGuid>
23     <RootNamespace>gobject</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-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="glib-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="glib-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="glib-build-defines.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;$(GObjectBuildDefines);%(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     </ClCompile>
85     <Link>
86       <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
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>$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
100       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
101       <PrecompiledHeader>
102       </PrecompiledHeader>
103       <WarningLevel>Level3</WarningLevel>
104       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
105     </ClCompile>
106     <Link>
107       <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
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;$(GObjectBuildDefines);%(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     </ClCompile>
132     <Link>
133       <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
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>$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
147       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
148       <PrecompiledHeader>
149       </PrecompiledHeader>
150       <WarningLevel>Level3</WarningLevel>
151       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
152     </ClCompile>
153     <Link>
154       <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
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 #include "gobject.vs10.sourcefiles"
169   </ItemGroup>
170   <ItemGroup>
171     <ResourceCompile Include="..\..\gobject\gobject.rc" />
172   </ItemGroup>
173   <ItemGroup>
174     <ProjectReference Include="glib.vcxproj">
175       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
176       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
177     </ProjectReference>
178     <ProjectReference Include="gthread.vcxproj">
179       <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</Project>
180       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
181     </ProjectReference>
182   </ItemGroup>
183   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
184   <ImportGroup Label="ExtensionTargets">
185   </ImportGroup>
186 </Project>