1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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 >{0F27FE31-A7DB-4CB2-9682-0B7869B47DED}</ProjectGuid >
23+ <RootNamespace >iconv-static</RootNamespace >
24+ <ProjectName >iconv</ProjectName >
25+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
26+ </PropertyGroup >
27+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29+ <ConfigurationType >Application</ConfigurationType >
30+ <UseDebugLibraries >true</UseDebugLibraries >
31+ <PlatformToolset >v142</PlatformToolset >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
34+ <ConfigurationType >Application</ConfigurationType >
35+ <UseDebugLibraries >true</UseDebugLibraries >
36+ <PlatformToolset >v142</PlatformToolset >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
39+ <ConfigurationType >Application</ConfigurationType >
40+ <UseDebugLibraries >false</UseDebugLibraries >
41+ <PlatformToolset >v142</PlatformToolset >
42+ <WholeProgramOptimization >true</WholeProgramOptimization >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
45+ <ConfigurationType >Application</ConfigurationType >
46+ <UseDebugLibraries >false</UseDebugLibraries >
47+ <PlatformToolset >v142</PlatformToolset >
48+ <WholeProgramOptimization >true</WholeProgramOptimization >
49+ </PropertyGroup >
50+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
51+ <ImportGroup Label =" ExtensionSettings" >
52+ </ImportGroup >
53+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
54+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
55+ </ImportGroup >
56+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
57+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58+ </ImportGroup >
59+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
60+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61+ </ImportGroup >
62+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <PropertyGroup Label =" UserMacros" />
66+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
67+ <OutDir >$(SolutionDir)$(Configuration)\static\</OutDir >
68+ </PropertyGroup >
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
70+ <OutDir >$(SolutionDir)$(Configuration)\static\</OutDir >
71+ </PropertyGroup >
72+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73+ <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\static\</OutDir >
74+ </PropertyGroup >
75+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
76+ <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\static\</OutDir >
77+ </PropertyGroup >
78+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
79+ <ClCompile >
80+ <WarningLevel >Level3</WarningLevel >
81+ <Optimization >Disabled</Optimization >
82+ <SDLCheck >true</SDLCheck >
83+ <StringPooling >true</StringPooling >
84+ <PreprocessorDefinitions >LIBICONV_STATIC;_CRT_SECURE_NO_WARNINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
85+ <AdditionalIncludeDirectories >..\..\src;..\..\include;..\..\srclib;..\..\lib</AdditionalIncludeDirectories >
86+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
87+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
88+ </ClCompile >
89+ <Link >
90+ <GenerateDebugInformation >true</GenerateDebugInformation >
91+ <AdditionalDependencies >$(OutDir)..\libiconv-static.lib;%(AdditionalDependencies)</AdditionalDependencies >
92+ </Link >
93+ </ItemDefinitionGroup >
94+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
95+ <ClCompile >
96+ <WarningLevel >Level3</WarningLevel >
97+ <Optimization >Disabled</Optimization >
98+ <SDLCheck >true</SDLCheck >
99+ <StringPooling >true</StringPooling >
100+ <PreprocessorDefinitions >LIBICONV_STATIC;_CRT_SECURE_NO_WARNINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
101+ <AdditionalIncludeDirectories >..\..\src;..\..\include;..\..\srclib;..\..\lib</AdditionalIncludeDirectories >
102+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
103+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
104+ </ClCompile >
105+ <Link >
106+ <GenerateDebugInformation >true</GenerateDebugInformation >
107+ <AdditionalDependencies >$(OutDir)..\libiconv-static.lib;%(AdditionalDependencies)</AdditionalDependencies >
108+ </Link >
109+ </ItemDefinitionGroup >
110+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
111+ <ClCompile >
112+ <WarningLevel >Level3</WarningLevel >
113+ <Optimization >MaxSpeed</Optimization >
114+ <FunctionLevelLinking >true</FunctionLevelLinking >
115+ <IntrinsicFunctions >true</IntrinsicFunctions >
116+ <SDLCheck >true</SDLCheck >
117+ <StringPooling >true</StringPooling >
118+ <PreprocessorDefinitions >LIBICONV_STATIC;_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
119+ <AdditionalIncludeDirectories >..\..\src;..\..\include;..\..\srclib;..\..\lib</AdditionalIncludeDirectories >
120+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
121+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
122+ </ClCompile >
123+ <Link >
124+ <GenerateDebugInformation >true</GenerateDebugInformation >
125+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
126+ <OptimizeReferences >true</OptimizeReferences >
127+ <AdditionalDependencies >$(OutDir)..\libiconv-static.lib;%(AdditionalDependencies)</AdditionalDependencies >
128+ </Link >
129+ </ItemDefinitionGroup >
130+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
131+ <ClCompile >
132+ <WarningLevel >Level3</WarningLevel >
133+ <Optimization >MaxSpeed</Optimization >
134+ <FunctionLevelLinking >true</FunctionLevelLinking >
135+ <IntrinsicFunctions >true</IntrinsicFunctions >
136+ <SDLCheck >true</SDLCheck >
137+ <StringPooling >true</StringPooling >
138+ <PreprocessorDefinitions >LIBICONV_STATIC;_CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
139+ <AdditionalIncludeDirectories >..\..\src;..\..\include;..\..\srclib;..\..\lib</AdditionalIncludeDirectories >
140+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
141+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
142+ </ClCompile >
143+ <Link >
144+ <GenerateDebugInformation >true</GenerateDebugInformation >
145+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
146+ <OptimizeReferences >true</OptimizeReferences >
147+ <AdditionalDependencies >$(OutDir)..\libiconv-static.lib;%(AdditionalDependencies)</AdditionalDependencies >
148+ </Link >
149+ </ItemDefinitionGroup >
150+ <ItemGroup >
151+ <ClCompile Include =" ..\..\srclib\progname.c" />
152+ <ClCompile Include =" ..\..\srclib\safe-read.c" />
153+ <ClCompile Include =" ..\..\srclib\uniwidth\width.c" />
154+ <ClCompile Include =" ..\..\src\iconv.c" >
155+ <ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</ExcludedFromBuild >
156+ <ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >true</ExcludedFromBuild >
157+ <ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</ExcludedFromBuild >
158+ <ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >true</ExcludedFromBuild >
159+ </ClCompile >
160+ <ClCompile Include =" ..\..\src\iconv_no_i18n.c" />
161+ </ItemGroup >
162+ <ItemGroup >
163+ <ClInclude Include =" ..\..\include\iconv.h" />
164+ <ClInclude Include =" ..\..\srclib\binary-io.h" />
165+ <ClInclude Include =" ..\..\srclib\gettext.h" />
166+ <ClInclude Include =" ..\..\srclib\localcharset.h" />
167+ <ClInclude Include =" ..\..\srclib\progname.h" />
168+ <ClInclude Include =" ..\..\srclib\safe-read.h" />
169+ <ClInclude Include =" ..\..\srclib\streq.h" />
170+ <ClInclude Include =" ..\..\srclib\unitypes.h" />
171+ <ClInclude Include =" ..\..\srclib\uniwidth.h" />
172+ <ClInclude Include =" ..\..\srclib\uniwidth\cjk.h" />
173+ <ClInclude Include =" ..\..\srclib\xalloc.h" />
174+ <ClInclude Include =" ..\..\src\config.h" />
175+ </ItemGroup >
176+ <ItemGroup >
177+ <ResourceCompile Include =" ..\..\win32\iconv.rc" />
178+ </ItemGroup >
179+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
180+ <ImportGroup Label =" ExtensionTargets" >
181+ </ImportGroup >
182+ </Project >
0 commit comments