utf8: add unit test for g_utf8_make_valid
[glib.git] / win32 / vs9 / gio.vcprojin
blobbe134383563aaa923921de1b0ca2c605aca2442f
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="gio"
6 ProjectGUID="{F3D1583C-5613-4809-BD98-7CC1C1276F92}"
7 RootNamespace="gio"
8 TargetFrameworkVersion="131072"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 <Platform
15 Name="x64"
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 InheritedPropertySheets=".\glib-gen-srcs.vsprops"
24 ConfigurationType="2"
25 CharacterSet="2"
27 <Tool
28 Name="VCCLCompilerTool"
29 Optimization="0"
30 AdditionalIncludeDirectories="..\..\gio,..\..\gmodule"
31 PreprocessorDefinitions="_DEBUG;$(GioBuildDefines)"
32 MinimalRebuild="true"
33 BasicRuntimeChecks="3"
34 RuntimeLibrary="3"
35 UsePrecompiledHeader="0"
36 WarningLevel="3"
37 DebugInformationFormat="4"
38 CompileAs="1"
40 <Tool
41 Name="VCLinkerTool"
42 AdditionalDependencies="zlib1.lib $(WindowsNetworkingLibs)"
43 OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
44 LinkIncremental="2"
45 GenerateDebugInformation="true"
46 SubSystem="2"
47 RandomizedBaseAddress="1"
48 DataExecutionPrevention="0"
49 ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
50 TargetMachine="1"
52 </Configuration>
53 <Configuration
54 Name="Release|Win32"
55 InheritedPropertySheets=".\glib-gen-srcs.vsprops"
56 ConfigurationType="2"
57 CharacterSet="2"
58 WholeProgramOptimization="1"
60 <Tool
61 Name="VCCLCompilerTool"
62 AdditionalIncludeDirectories="..\..\gio,..\..\gmodule"
63 PreprocessorDefinitions="$(GioBuildDefines)"
64 RuntimeLibrary="2"
65 UsePrecompiledHeader="0"
66 WarningLevel="3"
67 DebugInformationFormat="3"
68 CompileAs="1"
70 <Tool
71 Name="VCLinkerTool"
72 AdditionalDependencies="zlib1.lib $(WindowsNetworkingLibs)"
73 OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
74 LinkIncremental="1"
75 GenerateDebugInformation="true"
76 SubSystem="2"
77 OptimizeReferences="2"
78 EnableCOMDATFolding="2"
79 RandomizedBaseAddress="1"
80 DataExecutionPrevention="0"
81 ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
82 TargetMachine="1"
84 </Configuration>
85 <Configuration
86 Name="Debug|x64"
87 InheritedPropertySheets=".\glib-gen-srcs.vsprops"
88 ConfigurationType="2"
89 CharacterSet="2"
91 <Tool
92 Name="VCCLCompilerTool"
93 Optimization="0"
94 AdditionalIncludeDirectories="..\..\gio,..\..\gmodule"
95 PreprocessorDefinitions="_DEBUG;$(GioBuildDefines)"
96 MinimalRebuild="true"
97 BasicRuntimeChecks="3"
98 RuntimeLibrary="3"
99 UsePrecompiledHeader="0"
100 WarningLevel="3"
101 DebugInformationFormat="3"
102 CompileAs="1"
104 <Tool
105 Name="VCLinkerTool"
106 AdditionalDependencies="zlib1.lib $(WindowsNetworkingLibs)"
107 OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
108 LinkIncremental="2"
109 GenerateDebugInformation="true"
110 SubSystem="2"
111 RandomizedBaseAddress="1"
112 DataExecutionPrevention="0"
113 ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
114 TargetMachine="17"
116 </Configuration>
117 <Configuration
118 Name="Release|x64"
119 InheritedPropertySheets=".\glib-gen-srcs.vsprops"
120 ConfigurationType="2"
121 CharacterSet="2"
122 WholeProgramOptimization="1"
124 <Tool
125 Name="VCCLCompilerTool"
126 AdditionalIncludeDirectories="..\..\gio,..\..\gmodule"
127 PreprocessorDefinitions="$(GioBuildDefines)"
128 RuntimeLibrary="2"
129 UsePrecompiledHeader="0"
130 WarningLevel="3"
131 DebugInformationFormat="3"
132 CompileAs="1"
134 <Tool
135 Name="VCLinkerTool"
136 AdditionalDependencies="zlib1.lib $(WindowsNetworkingLibs)"
137 OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
138 LinkIncremental="1"
139 GenerateDebugInformation="true"
140 SubSystem="2"
141 OptimizeReferences="2"
142 EnableCOMDATFolding="2"
143 RandomizedBaseAddress="1"
144 DataExecutionPrevention="0"
145 ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
146 TargetMachine="17"
148 </Configuration>
149 </Configurations>
150 <References>
151 </References>
152 <Files>
153 <Filter
154 Name="Source Files"
155 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
156 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
158 #include "gio.sourcefiles"
159 </Filter>
160 <Filter
161 Name="Header Files"
162 Filter="h;hpp;hxx;hm;inl;inc;xsd"
163 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
165 </Filter>
166 <Filter
167 Name="Resource Files"
168 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
169 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
171 <File RelativePath="..\..\gio\gnetworking.h.win32">
172 <FileConfiguration Name="Debug|Win32">
173 <Tool
174 Name="VCCustomBuildTool"
175 Description="Copying gnetworking.h from gnetworking.h.win32..."
176 CommandLine="$(GenGNetworkingH)"
177 Outputs="..\..\gio\gnetworking.h"
179 </FileConfiguration>
180 <FileConfiguration Name="Release|Win32">
181 <Tool
182 Name="VCCustomBuildTool"
183 Description="Copying gnetworking.h from gnetworking.h.win32..."
184 CommandLine="$(GenGNetworkingH)"
185 Outputs="..\..\gio\gnetworking.h"
187 </FileConfiguration>
188 <FileConfiguration Name="Debug|x64">
189 <Tool
190 Name="VCCustomBuildTool"
191 Description="Copying gnetworking.h from gnetworking.h.win32..."
192 CommandLine="$(GenGNetworkingH)"
193 Outputs="..\..\gio\gnetworking.h"
195 </FileConfiguration>
196 <FileConfiguration Name="Release|x64">
197 <Tool
198 Name="VCCustomBuildTool"
199 Description="Copying gnetworking.h from gnetworking.h.win32..."
200 CommandLine="$(GenGNetworkingH)"
201 Outputs="..\..\gio\gnetworking.h"
203 </FileConfiguration>
204 </File>
205 <File RelativePath="..\..\gio\gio.rc" />
206 </Filter>
207 </Files>
208 </VisualStudioProject>