95 lines
4.1 KiB
XML
95 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectName>wxjpeg</ProjectName>
|
|
<ProjectGuid>{93CFEDF3-9A75-4484-B169-D9D8074F5AC2}</ProjectGuid>
|
|
<RootNamespace>wxjpeg</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
|
</ImportGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<PropertyGroup>
|
|
<TargetName>wxjpeg</TargetName>
|
|
<TargetName Condition="'$(Configuration)'=='Debug'">wxjpegd</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>..\..\lib\vc_lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\jpeg\jcapimin.c" />
|
|
<ClCompile Include="src\jpeg\jcapistd.c" />
|
|
<ClCompile Include="src\jpeg\jccoefct.c" />
|
|
<ClCompile Include="src\jpeg\jccolor.c" />
|
|
<ClCompile Include="src\jpeg\jcdctmgr.c" />
|
|
<ClCompile Include="src\jpeg\jchuff.c" />
|
|
<ClCompile Include="src\jpeg\jcinit.c" />
|
|
<ClCompile Include="src\jpeg\jcmainct.c" />
|
|
<ClCompile Include="src\jpeg\jcmarker.c" />
|
|
<ClCompile Include="src\jpeg\jcmaster.c" />
|
|
<ClCompile Include="src\jpeg\jcomapi.c" />
|
|
<ClCompile Include="src\jpeg\jcparam.c" />
|
|
<ClCompile Include="src\jpeg\jcphuff.c" />
|
|
<ClCompile Include="src\jpeg\jcprepct.c" />
|
|
<ClCompile Include="src\jpeg\jcsample.c" />
|
|
<ClCompile Include="src\jpeg\jctrans.c" />
|
|
<ClCompile Include="src\jpeg\jdapimin.c" />
|
|
<ClCompile Include="src\jpeg\jdapistd.c" />
|
|
<ClCompile Include="src\jpeg\jdatadst.c" />
|
|
<ClCompile Include="src\jpeg\jdatasrc.c" />
|
|
<ClCompile Include="src\jpeg\jdcoefct.c" />
|
|
<ClCompile Include="src\jpeg\jdcolor.c" />
|
|
<ClCompile Include="src\jpeg\jddctmgr.c" />
|
|
<ClCompile Include="src\jpeg\jdhuff.c" />
|
|
<ClCompile Include="src\jpeg\jdinput.c" />
|
|
<ClCompile Include="src\jpeg\jdmainct.c" />
|
|
<ClCompile Include="src\jpeg\jdmarker.c" />
|
|
<ClCompile Include="src\jpeg\jdmaster.c" />
|
|
<ClCompile Include="src\jpeg\jdmerge.c" />
|
|
<ClCompile Include="src\jpeg\jdphuff.c" />
|
|
<ClCompile Include="src\jpeg\jdpostct.c" />
|
|
<ClCompile Include="src\jpeg\jdsample.c" />
|
|
<ClCompile Include="src\jpeg\jdtrans.c" />
|
|
<ClCompile Include="src\jpeg\jerror.c" />
|
|
<ClCompile Include="src\jpeg\jfdctflt.c" />
|
|
<ClCompile Include="src\jpeg\jfdctfst.c" />
|
|
<ClCompile Include="src\jpeg\jfdctint.c" />
|
|
<ClCompile Include="src\jpeg\jidctflt.c" />
|
|
<ClCompile Include="src\jpeg\jidctfst.c" />
|
|
<ClCompile Include="src\jpeg\jidctint.c" />
|
|
<ClCompile Include="src\jpeg\jidctred.c" />
|
|
<ClCompile Include="src\jpeg\jmemmgr.c" />
|
|
<ClCompile Include="src\jpeg\jmemnobs.c" />
|
|
<ClCompile Include="src\jpeg\jquant1.c" />
|
|
<ClCompile Include="src\jpeg\jquant2.c" />
|
|
<ClCompile Include="src\jpeg\jutils.c" />
|
|
</ItemGroup>
|
|
</Project> |