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