upload to release page assets
[mfgtools.git] / msvc / bzip2.vcxproj
blob7683ca3926488661b69daeecab9d650c49847b66
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="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <ItemGroup>
22 <ClCompile Include="..\bzip2\blocksort.c">
23 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
24 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
25 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
26 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
27 </ClCompile>
28 <ClCompile Include="..\bzip2\bzip2.c">
29 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
30 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
31 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
32 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
33 </ClCompile>
34 <ClCompile Include="..\bzip2\bzip2recover.c">
35 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
36 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
37 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
38 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
39 </ClCompile>
40 <ClCompile Include="..\bzip2\bzlib.c">
41 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
42 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
43 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
44 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
45 </ClCompile>
46 <ClCompile Include="..\bzip2\compress.c">
47 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
48 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
49 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
50 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
51 </ClCompile>
52 <ClCompile Include="..\bzip2\crctable.c">
53 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
54 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
55 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
56 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
57 </ClCompile>
58 <ClCompile Include="..\bzip2\decompress.c">
59 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
60 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
61 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
62 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
63 </ClCompile>
64 <ClCompile Include="..\bzip2\huffman.c">
65 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
66 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
67 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
68 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
69 </ClCompile>
70 <ClCompile Include="..\bzip2\mk251.c">
71 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
72 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
73 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
74 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
75 </ClCompile>
76 <ClCompile Include="..\bzip2\randtable.c">
77 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
78 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
79 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
80 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
81 </ClCompile>
82 <ClCompile Include="..\bzip2\spewG.c">
83 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
84 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
85 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
86 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
87 </ClCompile>
88 </ItemGroup>
89 <PropertyGroup Label="Globals">
90 <VCProjectVersion>15.0</VCProjectVersion>
91 <ProjectGuid>{B54C35CD-5FFE-4FEA-90BA-32894BCFC6BF}</ProjectGuid>
92 <Keyword>Win32Proj</Keyword>
93 <RootNamespace>bzip2</RootNamespace>
94 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
95 </PropertyGroup>
96 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
97 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
98 <ConfigurationType>StaticLibrary</ConfigurationType>
99 <UseDebugLibraries>true</UseDebugLibraries>
100 <CharacterSet>Unicode</CharacterSet>
101 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
102 </PropertyGroup>
103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
104 <ConfigurationType>StaticLibrary</ConfigurationType>
105 <UseDebugLibraries>false</UseDebugLibraries>
106 <WholeProgramOptimization>true</WholeProgramOptimization>
107 <CharacterSet>Unicode</CharacterSet>
108 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
109 </PropertyGroup>
110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
111 <ConfigurationType>StaticLibrary</ConfigurationType>
112 <UseDebugLibraries>true</UseDebugLibraries>
113 <CharacterSet>MultiByte</CharacterSet>
114 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
115 </PropertyGroup>
116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
117 <ConfigurationType>StaticLibrary</ConfigurationType>
118 <UseDebugLibraries>false</UseDebugLibraries>
119 <WholeProgramOptimization>true</WholeProgramOptimization>
120 <CharacterSet>Unicode</CharacterSet>
121 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
122 </PropertyGroup>
123 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
124 <ImportGroup Label="ExtensionSettings">
125 </ImportGroup>
126 <ImportGroup Label="Shared">
127 </ImportGroup>
128 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
129 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
130 </ImportGroup>
131 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
132 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
133 </ImportGroup>
134 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
135 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
136 </ImportGroup>
137 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
138 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
139 </ImportGroup>
140 <PropertyGroup Label="UserMacros" />
141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
142 <LinkIncremental>true</LinkIncremental>
143 </PropertyGroup>
144 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
145 <LinkIncremental>true</LinkIncremental>
146 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
147 </PropertyGroup>
148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
149 <LinkIncremental>false</LinkIncremental>
150 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
151 </PropertyGroup>
152 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
153 <LinkIncremental>false</LinkIncremental>
154 </PropertyGroup>
155 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
156 <ClCompile>
157 <PrecompiledHeader>Use</PrecompiledHeader>
158 <WarningLevel>Level3</WarningLevel>
159 <Optimization>Disabled</Optimization>
160 <SDLCheck>false</SDLCheck>
161 <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS; _CRT_NONSTDC_NO_DEPRECATE;;_CRT_SECURE_NO_WARNINGS; _CRT_NONSTDC_NO_DEPRECATE;</PreprocessorDefinitions>
162 <ConformanceMode>true</ConformanceMode>
163 </ClCompile>
164 <Link>
165 <SubSystem>Windows</SubSystem>
166 <GenerateDebugInformation>true</GenerateDebugInformation>
167 </Link>
168 <Lib>
169 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
170 </Lib>
171 </ItemDefinitionGroup>
172 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
173 <ClCompile>
174 <PrecompiledHeader>Use</PrecompiledHeader>
175 <WarningLevel>Level3</WarningLevel>
176 <Optimization>Disabled</Optimization>
177 <SDLCheck>false</SDLCheck>
178 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) _CRT_SECURE_NO_WARNINGS setmode=_setmode;_CRT_SECURE_NO_WARNINGS; _CRT_NONSTDC_NO_DEPRECATE;</PreprocessorDefinitions>
179 <ConformanceMode>true</ConformanceMode>
180 </ClCompile>
181 <Link>
182 <SubSystem>Windows</SubSystem>
183 <GenerateDebugInformation>true</GenerateDebugInformation>
184 </Link>
185 </ItemDefinitionGroup>
186 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
187 <ClCompile>
188 <PrecompiledHeader>Use</PrecompiledHeader>
189 <WarningLevel>Level3</WarningLevel>
190 <Optimization>MaxSpeed</Optimization>
191 <FunctionLevelLinking>true</FunctionLevelLinking>
192 <IntrinsicFunctions>true</IntrinsicFunctions>
193 <SDLCheck>false</SDLCheck>
194 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) _CRT_SECURE_NO_WARNINGS setmode=_setmode;_CRT_SECURE_NO_WARNINGS; _CRT_NONSTDC_NO_DEPRECATE;</PreprocessorDefinitions>
195 <ConformanceMode>true</ConformanceMode>
196 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
197 </ClCompile>
198 <Link>
199 <SubSystem>Windows</SubSystem>
200 <EnableCOMDATFolding>true</EnableCOMDATFolding>
201 <OptimizeReferences>true</OptimizeReferences>
202 <GenerateDebugInformation>true</GenerateDebugInformation>
203 </Link>
204 </ItemDefinitionGroup>
205 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
206 <ClCompile>
207 <PrecompiledHeader>Use</PrecompiledHeader>
208 <WarningLevel>Level3</WarningLevel>
209 <Optimization>MaxSpeed</Optimization>
210 <FunctionLevelLinking>true</FunctionLevelLinking>
211 <IntrinsicFunctions>true</IntrinsicFunctions>
212 <SDLCheck>false</SDLCheck>
213 <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions) _CRT_SECURE_NO_WARNINGS setmode=_setmode;_CRT_SECURE_NO_WARNINGS; _CRT_NONSTDC_NO_DEPRECATE;</PreprocessorDefinitions>
214 <ConformanceMode>true</ConformanceMode>
215 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
216 </ClCompile>
217 <Link>
218 <SubSystem>Windows</SubSystem>
219 <EnableCOMDATFolding>true</EnableCOMDATFolding>
220 <OptimizeReferences>true</OptimizeReferences>
221 <GenerateDebugInformation>true</GenerateDebugInformation>
222 </Link>
223 </ItemDefinitionGroup>
224 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
225 <ImportGroup Label="ExtensionTargets">
226 </ImportGroup>
227 </Project>