1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{1D2C64B0-04FE-46E2-BFF5-A2E8C5C4894E}</ProjectGuid >
15+ <Keyword >Win32Proj</Keyword >
16+ <RootNamespace >Leanify</RootNamespace >
17+ </PropertyGroup >
18+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
20+ <ConfigurationType >Application</ConfigurationType >
21+ <UseDebugLibraries >true</UseDebugLibraries >
22+ <CharacterSet >Unicode</CharacterSet >
23+ <PlatformToolset >v120</PlatformToolset >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
26+ <ConfigurationType >Application</ConfigurationType >
27+ <UseDebugLibraries >false</UseDebugLibraries >
28+ <WholeProgramOptimization >true</WholeProgramOptimization >
29+ <CharacterSet >Unicode</CharacterSet >
30+ <PlatformToolset >v120</PlatformToolset >
31+ </PropertyGroup >
32+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33+ <ImportGroup Label =" ExtensionSettings" >
34+ </ImportGroup >
35+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
36+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37+ </ImportGroup >
38+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
39+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40+ </ImportGroup >
41+ <PropertyGroup Label =" UserMacros" />
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
43+ <LinkIncremental >true</LinkIncremental >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
46+ <LinkIncremental >false</LinkIncremental >
47+ </PropertyGroup >
48+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
49+ <ClCompile >
50+ <PrecompiledHeader >
51+ </PrecompiledHeader >
52+ <WarningLevel >Level3</WarningLevel >
53+ <Optimization >Disabled</Optimization >
54+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
55+ </ClCompile >
56+ <Link >
57+ <SubSystem >Console</SubSystem >
58+ <GenerateDebugInformation >true</GenerateDebugInformation >
59+ </Link >
60+ </ItemDefinitionGroup >
61+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62+ <ClCompile >
63+ <WarningLevel >Level3</WarningLevel >
64+ <PrecompiledHeader >
65+ </PrecompiledHeader >
66+ <Optimization >Full</Optimization >
67+ <FunctionLevelLinking >true</FunctionLevelLinking >
68+ <IntrinsicFunctions >true</IntrinsicFunctions >
69+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
70+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
71+ <BufferSecurityCheck >false</BufferSecurityCheck >
72+ <FavorSizeOrSpeed >Speed</FavorSizeOrSpeed >
73+ <CompileAsManaged >false</CompileAsManaged >
74+ <CompileAsWinRT >false</CompileAsWinRT >
75+ <StringPooling >true</StringPooling >
76+ <ExceptionHandling >false</ExceptionHandling >
77+ <EnableEnhancedInstructionSet >StreamingSIMDExtensions2</EnableEnhancedInstructionSet >
78+ <FloatingPointModel >Fast</FloatingPointModel >
79+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
80+ <DisableSpecificWarnings >4530</DisableSpecificWarnings >
81+ </ClCompile >
82+ <Link >
83+ <SubSystem >Console</SubSystem >
84+ <GenerateDebugInformation >false</GenerateDebugInformation >
85+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
86+ <OptimizeReferences >true</OptimizeReferences >
87+ </Link >
88+ </ItemDefinitionGroup >
89+ <ItemGroup >
90+ <ClCompile Include =" fileio.cpp" />
91+ <ClCompile Include =" formats\bmp.cpp" />
92+ <ClCompile Include =" formats\gft.cpp" />
93+ <ClCompile Include =" formats\gz.cpp" />
94+ <ClCompile Include =" formats\ico.cpp" />
95+ <ClCompile Include =" formats\jpeg.cpp" />
96+ <ClCompile Include =" formats\lua.cpp" />
97+ <ClCompile Include =" formats\miniz\miniz.c" />
98+ <ClCompile Include =" formats\png.cpp" />
99+ <ClCompile Include =" formats\rdb.cpp" />
100+ <ClCompile Include =" formats\tinyxml2\tinyxml2.cpp" />
101+ <ClCompile Include =" formats\xml.cpp" />
102+ <ClCompile Include =" formats\zip.cpp" />
103+ <ClCompile Include =" formats\zopflipng\lodepng\lodepng.cpp" />
104+ <ClCompile Include =" formats\zopflipng\lodepng\lodepng_util.cpp" />
105+ <ClCompile Include =" formats\zopflipng\zopflipng_lib.cc" />
106+ <ClCompile Include =" formats\zopfli\blocksplitter.c" />
107+ <ClCompile Include =" formats\zopfli\cache.c" />
108+ <ClCompile Include =" formats\zopfli\deflate.c" />
109+ <ClCompile Include =" formats\zopfli\gzip_container.c" />
110+ <ClCompile Include =" formats\zopfli\hash.c" />
111+ <ClCompile Include =" formats\zopfli\katajainen.c" />
112+ <ClCompile Include =" formats\zopfli\lz77.c" />
113+ <ClCompile Include =" formats\zopfli\squeeze.c" />
114+ <ClCompile Include =" formats\zopfli\tree.c" />
115+ <ClCompile Include =" formats\zopfli\util.c" />
116+ <ClCompile Include =" formats\zopfli\zlib_container.c" />
117+ <ClCompile Include =" formats\zopfli\zopfli_lib.c" />
118+ <ClCompile Include =" leanify.cpp" />
119+ <ClCompile Include =" main.cpp" />
120+ </ItemGroup >
121+ <ItemGroup >
122+ <ClInclude Include =" fileio.h" />
123+ <ClInclude Include =" formats\bmp.h" />
124+ <ClInclude Include =" formats\format.h" />
125+ <ClInclude Include =" formats\gft.h" />
126+ <ClInclude Include =" formats\gz.h" />
127+ <ClInclude Include =" formats\ico.h" />
128+ <ClInclude Include =" formats\jpeg.h" />
129+ <ClInclude Include =" formats\lua.h" />
130+ <ClInclude Include =" formats\png.h" />
131+ <ClInclude Include =" formats\rdb.h" />
132+ <ClInclude Include =" formats\xml.h" />
133+ <ClInclude Include =" formats\zip.h" />
134+ <ClInclude Include =" leanify.h" />
135+ <ClInclude Include =" main.h" />
136+ </ItemGroup >
137+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
138+ <ImportGroup Label =" ExtensionTargets" >
139+ </ImportGroup >
140+ </Project >
0 commit comments