source: rtems-graphics-toolkit/libpng-1.5.12/projects/vstudio/pnglibconf/pnglibconf.vcxproj @ 1cb4ff2

Last change on this file since 1cb4ff2 was 1cb4ff2, checked in by Alexandru-Sever Horin <alex.sever.h@…>, on 08/06/12 at 11:43:44

Added libpng-1.5.12 update.

  • Property mode set to 100644
File size: 2.6 KB
Line 
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="$(VCTargetsPath)\Microsoft.Cpp.props" />
21  <ImportGroup Label="ExtensionSettings">
22  </ImportGroup>
23  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
24    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
25  </ImportGroup>
26  <PropertyGroup Label="UserMacros" />
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
28    <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
29  </PropertyGroup>
30  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
31    <ClCompile>
32      <WarningLevel>Level3</WarningLevel>
33      <Optimization>MaxSpeed</Optimization>
34      <FunctionLevelLinking>true</FunctionLevelLinking>
35      <IntrinsicFunctions>true</IntrinsicFunctions>
36    </ClCompile>
37    <Link>
38      <GenerateDebugInformation>true</GenerateDebugInformation>
39      <EnableCOMDATFolding>true</EnableCOMDATFolding>
40      <OptimizeReferences>true</OptimizeReferences>
41    </Link>
42    <CustomBuildStep>
43      <Command>copy ..\..\..\scripts\pnglibconf.h.prebuilt ..\..\..\pnglibconf.h</Command>
44    </CustomBuildStep>
45    <CustomBuildStep>
46      <Message>Generating pnglibconf.h</Message>
47    </CustomBuildStep>
48    <CustomBuildStep>
49      <Outputs>..\..\..\pnglibconf.h</Outputs>
50    </CustomBuildStep>
51    <CustomBuildStep>
52      <Inputs>..\..\..\scripts\pnglibconf.h.prebuilt</Inputs>
53    </CustomBuildStep>
54  </ItemDefinitionGroup>
55  <ItemGroup>
56  </ItemGroup>
57  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
58  <ImportGroup Label="ExtensionTargets">
59  </ImportGroup>
60</Project>
Note: See TracBrowser for help on using the repository browser.