]>
Commit | Line | Data |
---|---|---|
9c0d9ce3 DS |
1 | <?xml version="1.0" encoding="utf-8"?>\r |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r | |
3 | <ItemGroup Label="ProjectConfigurations">\r | |
4 | <ProjectConfiguration Include="Release|Win32">\r | |
5 | <Configuration>Release</Configuration>\r | |
6 | <Platform>Win32</Platform>\r | |
7 | </ProjectConfiguration>\r | |
8 | </ItemGroup>\r | |
9 | <PropertyGroup Label="Globals">\r | |
10 | <ProjectGuid>{EB33566E-DA7F-4D28-9077-88C0B7C77E35}</ProjectGuid>\r | |
11 | <RootNamespace>pnglibconf</RootNamespace>\r | |
12 | </PropertyGroup>\r | |
13 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r | |
14 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r | |
15 | <ConfigurationType>Application</ConfigurationType>\r | |
16 | <UseDebugLibraries>false</UseDebugLibraries>\r | |
17 | <WholeProgramOptimization>true</WholeProgramOptimization>\r | |
18 | <CharacterSet>MultiByte</CharacterSet>\r | |
19 | </PropertyGroup>\r | |
fff5f7d5 | 20 | <Import Project="$(SolutionDir)\zlib.props" />\r |
9c0d9ce3 DS |
21 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r |
22 | <ImportGroup Label="ExtensionSettings">\r | |
23 | </ImportGroup>\r | |
24 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
25 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
26 | </ImportGroup>\r | |
27 | <PropertyGroup Label="UserMacros" />\r | |
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
29 | <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>\r | |
30 | </PropertyGroup>\r | |
31 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
32 | <ClCompile>\r | |
33 | <WarningLevel>Level3</WarningLevel>\r | |
34 | <Optimization>MaxSpeed</Optimization>\r | |
35 | <FunctionLevelLinking>true</FunctionLevelLinking>\r | |
36 | <IntrinsicFunctions>true</IntrinsicFunctions>\r | |
37 | </ClCompile>\r | |
38 | <Link>\r | |
39 | <GenerateDebugInformation>true</GenerateDebugInformation>\r | |
40 | <EnableCOMDATFolding>true</EnableCOMDATFolding>\r | |
41 | <OptimizeReferences>true</OptimizeReferences>\r | |
42 | </Link>\r | |
43 | <CustomBuildStep>\r | |
44 | <Command>copy ..\..\..\scripts\pnglibconf.h.prebuilt ..\..\..\pnglibconf.h</Command>\r | |
45 | </CustomBuildStep>\r | |
46 | <CustomBuildStep>\r | |
47 | <Message>Generating pnglibconf.h</Message>\r | |
48 | </CustomBuildStep>\r | |
49 | <CustomBuildStep>\r | |
50 | <Outputs>..\..\..\pnglibconf.h</Outputs>\r | |
51 | </CustomBuildStep>\r | |
52 | <CustomBuildStep>\r | |
53 | <Inputs>..\..\..\scripts\pnglibconf.h.prebuilt</Inputs>\r | |
54 | </CustomBuildStep>\r | |
55 | </ItemDefinitionGroup>\r | |
56 | <ItemGroup>\r | |
57 | </ItemGroup>\r | |
58 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r | |
59 | <ImportGroup Label="ExtensionTargets">\r | |
60 | </ImportGroup>\r | |
61 | </Project>\r |