utf8: add unit test for g_utf8_make_valid
[glib.git] / win32 / vs10 / gio-tool.vcxprojin
blob60d662aa4a81f7db3a57695fd19bd1d0160c82d7
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>{D0403E9A-2B00-4FD3-B3DD-3C8F9CB9A338}</ProjectGuid>
23     <RootNamespace>glibtool</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>Application</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>Application</ConfigurationType>
35     <CharacterSet>MultiByte</CharacterSet>
36     <PlatformToolset>v100</PlatformToolset>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39     <ConfigurationType>Application</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>Application</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)'=='Debug|x64'">true</LinkIncremental>
72     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</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       <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
79       <PreprocessorDefinitions>_DEBUG;$(GioInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions>
80       <MinimalRebuild>true</MinimalRebuild>
81       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
82       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
83       <PrecompiledHeader>
84       </PrecompiledHeader>
85       <WarningLevel>Level3</WarningLevel>
86       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
87     </ClCompile>
88     <Link>
89       <OutputFile>$(OutDir)gio.exe</OutputFile>
90       <GenerateDebugInformation>true</GenerateDebugInformation>
91       <SubSystem>Console</SubSystem>
92       <ProgramDatabaseFile>$(OutDir)gio.pdb</ProgramDatabaseFile>
93       <TargetMachine>MachineX86</TargetMachine>
94     </Link>
95   </ItemDefinitionGroup>
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
97     <ClCompile>
98       <Optimization>Disabled</Optimization>
99       <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
100       <PreprocessorDefinitions>_DEBUG;$(GioInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions>
101       <MinimalRebuild>true</MinimalRebuild>
102       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
103       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
104       <PrecompiledHeader>
105       </PrecompiledHeader>
106       <WarningLevel>Level3</WarningLevel>
107       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
108       <CompileAs>CompileAsC</CompileAs>
109     </ClCompile>
110     <Link>
111       <OutputFile>$(OutDir)gio.exe</OutputFile>
112       <GenerateDebugInformation>true</GenerateDebugInformation>
113       <SubSystem>Console</SubSystem>
114       <RandomizedBaseAddress>false</RandomizedBaseAddress>
115       <DataExecutionPrevention>
116       </DataExecutionPrevention>
117       <ProgramDatabaseFile>$(OutDir)gio.pdb</ProgramDatabaseFile>
118       <TargetMachine>MachineX64</TargetMachine>
119     </Link>
120   </ItemDefinitionGroup>
121   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122     <ClCompile>
123       <Optimization>MaxSpeed</Optimization>
124       <IntrinsicFunctions>true</IntrinsicFunctions>
125       <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
126       <PreprocessorDefinitions>$(GioInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions>
127       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
128       <FunctionLevelLinking>true</FunctionLevelLinking>
129       <PrecompiledHeader>
130       </PrecompiledHeader>
131       <WarningLevel>Level3</WarningLevel>
132       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
133     </ClCompile>
134     <Link>
135       <OutputFile>$(OutDir)gio.exe</OutputFile>
136       <GenerateDebugInformation>true</GenerateDebugInformation>
137       <SubSystem>Console</SubSystem>
138       <OptimizeReferences>true</OptimizeReferences>
139       <EnableCOMDATFolding>true</EnableCOMDATFolding>
140       <ProgramDatabaseFile>$(OutDir)gio.pdb</ProgramDatabaseFile>
141       <TargetMachine>MachineX86</TargetMachine>
142     </Link>
143   </ItemDefinitionGroup>
144   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
145     <ClCompile>
146       <AdditionalIncludeDirectories>..\..\gio;..\..\gmodule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
147       <PreprocessorDefinitions>$(GioInBuildMacro);%(PreprocessorDefinitions)</PreprocessorDefinitions>
148       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
149       <PrecompiledHeader>
150       </PrecompiledHeader>
151       <WarningLevel>Level3</WarningLevel>
152       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
153       <CompileAs>CompileAsC</CompileAs>
154     </ClCompile>
155     <Link>
156       <OutputFile>$(OutDir)gio.exe</OutputFile>
157       <GenerateDebugInformation>true</GenerateDebugInformation>
158       <SubSystem>Console</SubSystem>
159       <OptimizeReferences>true</OptimizeReferences>
160       <EnableCOMDATFolding>true</EnableCOMDATFolding>
161       <RandomizedBaseAddress>false</RandomizedBaseAddress>
162       <DataExecutionPrevention>
163       </DataExecutionPrevention>
164       <ProgramDatabaseFile>$(OutDir)gio.pdb</ProgramDatabaseFile>
165       <TargetMachine>MachineX64</TargetMachine>
166     </Link>
167   </ItemDefinitionGroup>
168   <ItemGroup>
169 #include "gio-tool.vs10.sourcefiles"
170   </ItemGroup>
171   <ItemGroup>
172     <ProjectReference Include="gio.vcxproj">
173       <Project>{f3d1583c-5613-4809-bd98-7cc1c1276f92}</Project>
174       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
175     </ProjectReference>
176     <ProjectReference Include="glib.vcxproj">
177       <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
178       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
179     </ProjectReference>
180     <ProjectReference Include="gobject.vcxproj">
181       <Project>{f172effc-e30f-4593-809e-db2024b1e753}</Project>
182       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
183     </ProjectReference>
184   </ItemGroup>
185   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
186   <ImportGroup Label="ExtensionTargets">
187   </ImportGroup>
188 </Project>