Visual Studio Projects: Use Unix Line Endings
[platform/upstream/glib.git] / build / win32 / vs10 / gmodule.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>{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-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)|$(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;$(GModuleBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
79       <MinimalRebuild>true</MinimalRebuild>
80       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
81       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
82       <PrecompiledHeader>
83       </PrecompiledHeader>
84       <WarningLevel>Level3</WarningLevel>
85       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
86       <CompileAs>CompileAsC</CompileAs>
87     </ClCompile>
88     <Link>
89       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
90       <GenerateDebugInformation>true</GenerateDebugInformation>
91       <SubSystem>Windows</SubSystem>
92       <RandomizedBaseAddress>false</RandomizedBaseAddress>
93       <DataExecutionPrevention>
94       </DataExecutionPrevention>
95       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
96       <TargetMachine>MachineX86</TargetMachine>
97     </Link>
98   </ItemDefinitionGroup>
99   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
100     <ClCompile>
101       <PreprocessorDefinitions>$(GModuleBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
102       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
103       <PrecompiledHeader>
104       </PrecompiledHeader>
105       <WarningLevel>Level3</WarningLevel>
106       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
107       <CompileAs>CompileAsC</CompileAs>
108     </ClCompile>
109     <Link>
110       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
111       <GenerateDebugInformation>true</GenerateDebugInformation>
112       <SubSystem>Windows</SubSystem>
113       <OptimizeReferences>true</OptimizeReferences>
114       <EnableCOMDATFolding>true</EnableCOMDATFolding>
115       <RandomizedBaseAddress>false</RandomizedBaseAddress>
116       <DataExecutionPrevention>
117       </DataExecutionPrevention>
118       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
119       <TargetMachine>MachineX86</TargetMachine>
120     </Link>
121   </ItemDefinitionGroup>
122   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
123     <ClCompile>
124       <Optimization>Disabled</Optimization>
125       <PreprocessorDefinitions>_DEBUG;$(GModuleBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
126       <MinimalRebuild>true</MinimalRebuild>
127       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
128       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
129       <PrecompiledHeader>
130       </PrecompiledHeader>
131       <WarningLevel>Level3</WarningLevel>
132       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
133       <CompileAs>CompileAsC</CompileAs>
134     </ClCompile>
135     <Link>
136       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
137       <GenerateDebugInformation>true</GenerateDebugInformation>
138       <SubSystem>Windows</SubSystem>
139       <RandomizedBaseAddress>false</RandomizedBaseAddress>
140       <DataExecutionPrevention>
141       </DataExecutionPrevention>
142       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
143       <TargetMachine>MachineX64</TargetMachine>
144     </Link>
145   </ItemDefinitionGroup>
146   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
147     <ClCompile>
148       <PreprocessorDefinitions>$(GModuleBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
149       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
150       <PrecompiledHeader>
151       </PrecompiledHeader>
152       <WarningLevel>Level3</WarningLevel>
153       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
154       <CompileAs>CompileAsC</CompileAs>
155     </ClCompile>
156     <Link>
157       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
158       <GenerateDebugInformation>true</GenerateDebugInformation>
159       <SubSystem>Windows</SubSystem>
160       <OptimizeReferences>true</OptimizeReferences>
161       <EnableCOMDATFolding>true</EnableCOMDATFolding>
162       <RandomizedBaseAddress>false</RandomizedBaseAddress>
163       <DataExecutionPrevention>
164       </DataExecutionPrevention>
165       <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
166       <TargetMachine>MachineX64</TargetMachine>
167     </Link>
168   </ItemDefinitionGroup>
169   <ItemGroup>
170     <ClCompile Include="..\..\..\gmodule\gmodule.c" />
171   </ItemGroup>
172   <ItemGroup>
173     <ResourceCompile Include="..\..\..\gmodule\gmodule.rc" />
174   </ItemGroup>
175   <ItemGroup>
176     <ProjectReference Include="glib.vcxproj">
177       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
178       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
179     </ProjectReference>
180   </ItemGroup>
181   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
182   <ImportGroup Label="ExtensionTargets">
183   </ImportGroup>
184 </Project>