utf8: add unit test for g_utf8_make_valid
[glib.git] / win32 / vs10 / gio.vcxprojin
blob2e61dee7a677df8764c3008265ae925a63bea371
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>{F3D1583C-5613-4809-BD98-7CC1C1276F92}</ProjectGuid>
23     <RootNamespace>gio</RootNamespace>
24   </PropertyGroup>
25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27     <ConfigurationType>DynamicLibrary</ConfigurationType>
28     <CharacterSet>MultiByte</CharacterSet>
29     <WholeProgramOptimization>true</WholeProgramOptimization>
30     <PlatformToolset>v100</PlatformToolset>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>DynamicLibrary</ConfigurationType>
34     <CharacterSet>MultiByte</CharacterSet>
35     <PlatformToolset>v100</PlatformToolset>
36   </PropertyGroup>
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
38     <ConfigurationType>DynamicLibrary</ConfigurationType>
39     <CharacterSet>MultiByte</CharacterSet>
40     <WholeProgramOptimization>true</WholeProgramOptimization>
41     <PlatformToolset>v100</PlatformToolset>
42   </PropertyGroup>
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44     <ConfigurationType>DynamicLibrary</ConfigurationType>
45     <CharacterSet>MultiByte</CharacterSet>
46     <PlatformToolset>v100</PlatformToolset>
47   </PropertyGroup>
48   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49   <ImportGroup Label="ExtensionSettings">
50   </ImportGroup>
51   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
52     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53     <Import Project="glib-gen-srcs.props" />
54   </ImportGroup>
55   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57     <Import Project="glib-gen-srcs.props" />
58   </ImportGroup>
59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61     <Import Project="glib-gen-srcs.props" />
62   </ImportGroup>
63   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65     <Import Project="glib-gen-srcs.props" />
66   </ImportGroup>
67   <PropertyGroup Label="UserMacros" />
68   <PropertyGroup>
69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
70     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
71     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
72     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
73   </PropertyGroup>
74   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75     <ClCompile>
76       <Optimization>Disabled</Optimization>
77       <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
78       <PreprocessorDefinitions>_DEBUG;$(GioBuildDefines);%(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       <AdditionalDependencies>zlib1.lib;$(WindowsNetworkingLibs);%(AdditionalDependencies)</AdditionalDependencies>
90       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
91       <GenerateDebugInformation>true</GenerateDebugInformation>
92       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
93       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
94       <SubSystem>Windows</SubSystem>
95       <RandomizedBaseAddress>false</RandomizedBaseAddress>
96       <DataExecutionPrevention>
97       </DataExecutionPrevention>
98       <TargetMachine>MachineX86</TargetMachine>
99     </Link>
100   </ItemDefinitionGroup>
101   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
102     <ClCompile>
103       <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
104       <PreprocessorDefinitions>$(GioBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
105       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
106       <PrecompiledHeader>
107       </PrecompiledHeader>
108       <WarningLevel>Level3</WarningLevel>
109       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
110       <CompileAs>CompileAsC</CompileAs>
111     </ClCompile>
112     <Link>
113       <AdditionalDependencies>zlib1.lib;$(WindowsNetworkingLibs);%(AdditionalDependencies)</AdditionalDependencies>
114       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
115       <GenerateDebugInformation>true</GenerateDebugInformation>
116       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
117       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
118       <SubSystem>Windows</SubSystem>
119       <OptimizeReferences>true</OptimizeReferences>
120       <EnableCOMDATFolding>true</EnableCOMDATFolding>
121       <RandomizedBaseAddress>false</RandomizedBaseAddress>
122       <DataExecutionPrevention>
123       </DataExecutionPrevention>
124       <TargetMachine>MachineX86</TargetMachine>
125     </Link>
126   </ItemDefinitionGroup>
127   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
128     <ClCompile>
129       <Optimization>Disabled</Optimization>
130       <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
131       <PreprocessorDefinitions>_DEBUG;$(GioBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
132       <MinimalRebuild>true</MinimalRebuild>
133       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
134       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
135       <PrecompiledHeader>
136       </PrecompiledHeader>
137       <WarningLevel>Level3</WarningLevel>
138       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
139       <CompileAs>CompileAsC</CompileAs>
140     </ClCompile>
141     <Link>
142       <AdditionalDependencies>zlib1.lib;$(WindowsNetworkingLibs);%(AdditionalDependencies)</AdditionalDependencies>
143       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
144       <GenerateDebugInformation>true</GenerateDebugInformation>
145       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
146       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
147       <SubSystem>Windows</SubSystem>
148       <RandomizedBaseAddress>false</RandomizedBaseAddress>
149       <DataExecutionPrevention>
150       </DataExecutionPrevention>
151       <TargetMachine>MachineX64</TargetMachine>
152     </Link>
153   </ItemDefinitionGroup>
154   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
155     <ClCompile>
156       <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
157       <PreprocessorDefinitions>$(GioBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
158       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
159       <PrecompiledHeader>
160       </PrecompiledHeader>
161       <WarningLevel>Level3</WarningLevel>
162       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
163       <CompileAs>CompileAsC</CompileAs>
164     </ClCompile>
165     <Link>
166       <AdditionalDependencies>zlib1.lib;$(WindowsNetworkingLibs);%(AdditionalDependencies)</AdditionalDependencies>
167       <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
168       <GenerateDebugInformation>true</GenerateDebugInformation>
169       <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
170       <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
171       <SubSystem>Windows</SubSystem>
172       <OptimizeReferences>true</OptimizeReferences>
173       <EnableCOMDATFolding>true</EnableCOMDATFolding>
174       <RandomizedBaseAddress>false</RandomizedBaseAddress>
175       <DataExecutionPrevention>
176       </DataExecutionPrevention>
177       <TargetMachine>MachineX64</TargetMachine>
178     </Link>
179   </ItemDefinitionGroup>
180   <ItemGroup>
181 #include "gio.vs10.sourcefiles"
182   </ItemGroup>
183   <ItemGroup>
184     <CustomBuild Include="..\..\gio\gnetworking.h.win32">
185       <Message Condition="'$(Configuration)'=='Debug|Win32'">Copying gnetworking.h from gnetworking.h.win32...</Message>
186       <Command Condition="'$(Configuration)'=='Debug|Win32'">$(GenGNetworkingH)</Command>
187       <Outputs Condition="'$(Configuration)'=='Debug|Win32'">..\..\gio\gnetworking.h;%(Outputs)</Outputs>
188       <Message Condition="'$(Configuration)'=='Release'">Copying gnetworking.h from gnetworking.h.win32...</Message>
189       <Command Condition="'$(Configuration)'=='Release'">$(GenGNetworkingH)</Command>
190       <Outputs Condition="'$(Configuration)'=='Release'">..\..\gio\gnetworking.h;%(Outputs)</Outputs>
191     </CustomBuild>
192   </ItemGroup>
193   <ItemGroup>
194     <ResourceCompile Include="..\..\gio\gio.rc" />
195   </ItemGroup>
196   <ItemGroup>
197     <ProjectReference Include="glib.vcxproj">
198       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
199       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
200     </ProjectReference>
201     <ProjectReference Include="gmodule.vcxproj">
202       <Project>{4214047c-f5c1-40b3-8369-5dced8c32770}</Project>
203       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
204     </ProjectReference>
205     <ProjectReference Include="gobject.vcxproj">
206       <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project>
207       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
208     </ProjectReference>
209   </ItemGroup>
210   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
211   <ImportGroup Label="ExtensionTargets">
212   </ImportGroup>
213 </Project>