utf8: add unit test for g_utf8_make_valid
[glib.git] / win32 / vs10 / gmodule.vcxproj
blob7ed6e1c1d9327800fb39504ea5dd66a24b728026
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       <RandomizedBaseAddress>false</RandomizedBaseAddress>
93       <DataExecutionPrevention>
94       </DataExecutionPrevention>
95       <TargetMachine>MachineX86</TargetMachine>
96     </Link>
97   </ItemDefinitionGroup>
98   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
99     <ClCompile>
100       <PreprocessorDefinitions>$(GModuleBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
101       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
102       <PrecompiledHeader>
103       </PrecompiledHeader>
104       <WarningLevel>Level3</WarningLevel>
105       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
106       <CompileAs>CompileAsC</CompileAs>
107     </ClCompile>
108     <Link>
109       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
110       <GenerateDebugInformation>true</GenerateDebugInformation>
111       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
112       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
113       <SubSystem>Windows</SubSystem>
114       <OptimizeReferences>true</OptimizeReferences>
115       <EnableCOMDATFolding>true</EnableCOMDATFolding>
116       <RandomizedBaseAddress>false</RandomizedBaseAddress>
117       <DataExecutionPrevention>
118       </DataExecutionPrevention>
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       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
139       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
140       <SubSystem>Windows</SubSystem>
141       <RandomizedBaseAddress>false</RandomizedBaseAddress>
142       <DataExecutionPrevention>
143       </DataExecutionPrevention>
144       <TargetMachine>MachineX64</TargetMachine>
145     </Link>
146   </ItemDefinitionGroup>
147   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
148     <ClCompile>
149       <PreprocessorDefinitions>$(GModuleBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
150       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
151       <PrecompiledHeader>
152       </PrecompiledHeader>
153       <WarningLevel>Level3</WarningLevel>
154       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
155       <CompileAs>CompileAsC</CompileAs>
156     </ClCompile>
157     <Link>
158       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
159       <GenerateDebugInformation>true</GenerateDebugInformation>
160       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
161       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
162       <SubSystem>Windows</SubSystem>
163       <OptimizeReferences>true</OptimizeReferences>
164       <EnableCOMDATFolding>true</EnableCOMDATFolding>
165       <RandomizedBaseAddress>false</RandomizedBaseAddress>
166       <DataExecutionPrevention>
167       </DataExecutionPrevention>
168       <TargetMachine>MachineX64</TargetMachine>
169     </Link>
170   </ItemDefinitionGroup>
171   <ItemGroup>
172     <ClCompile Include="..\..\gmodule\gmodule.c" />
173   </ItemGroup>
174   <ItemGroup>
175     <CustomBuild Include="..\..\gmodule\gmoduleconf.h.win32">
176       <Message Condition="'$(Configuration)'=='Debug'">Copying gmoduleconf.h from gmoduleconf.h.win32...</Message>
177       <Command Condition="'$(Configuration)'=='Debug'">$(GenGModuleConfH)</Command>
178       <Outputs Condition="'$(Configuration)'=='Debug'">..\..\gmodule\gmoduleconf.h;%(Outputs)</Outputs>
179       <Message Condition="'$(Configuration)'=='Release'">Copying gmoduleconf.h from gmoduleconf.h.win32...</Message>
180       <Command Condition="'$(Configuration)'=='Release'">$(GenGModuleConfH)</Command>
181       <Outputs Condition="'$(Configuration)'=='Release'">..\..\gmodule\gmoduleconf.h;%(Outputs)</Outputs>
182     </CustomBuild>
183   </ItemGroup>
184   <ItemGroup>
185     <ResourceCompile Include="..\..\gmodule\gmodule.rc" />
186   </ItemGroup>
187   <ItemGroup>
188     <ProjectReference Include="glib.vcxproj">
189       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
190       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
191     </ProjectReference>
192   </ItemGroup>
193   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
194   <ImportGroup Label="ExtensionTargets">
195   </ImportGroup>
196 </Project>