~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to src/png/projects/vstudio/zlib/zlib.vcxproj

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="Debug Library|Win32">
 
5
      <Configuration>Debug Library</Configuration>
 
6
      <Platform>Win32</Platform>
 
7
    </ProjectConfiguration>
 
8
    <ProjectConfiguration Include="Debug|Win32">
 
9
      <Configuration>Debug</Configuration>
 
10
      <Platform>Win32</Platform>
 
11
    </ProjectConfiguration>
 
12
    <ProjectConfiguration Include="Release Library|Win32">
 
13
      <Configuration>Release Library</Configuration>
 
14
      <Platform>Win32</Platform>
 
15
    </ProjectConfiguration>
 
16
    <ProjectConfiguration Include="Release|Win32">
 
17
      <Configuration>Release</Configuration>
 
18
      <Platform>Win32</Platform>
 
19
    </ProjectConfiguration>
 
20
  </ItemGroup>
 
21
  <ItemGroup>
 
22
    <ClCompile Include="$(ZLibSrcDir)\adler32.c" />
 
23
    <ClCompile Include="$(ZLibSrcDir)\compress.c" />
 
24
    <ClCompile Include="$(ZLibSrcDir)\crc32.c" />
 
25
    <ClCompile Include="$(ZLibSrcDir)\deflate.c" />
 
26
    <ClCompile Include="$(ZLibSrcDir)\infback.c" />
 
27
    <ClCompile Include="$(ZLibSrcDir)\inffast.c" />
 
28
    <ClCompile Include="$(ZLibSrcDir)\inflate.c" />
 
29
    <ClCompile Include="$(ZLibSrcDir)\inftrees.c" />
 
30
    <ClCompile Include="$(ZLibSrcDir)\trees.c" />
 
31
    <ClCompile Include="$(ZLibSrcDir)\uncompr.c" />
 
32
    <ClCompile Include="$(ZLibSrcDir)\zutil.c" />
 
33
  </ItemGroup>
 
34
  <PropertyGroup Label="Globals">
 
35
    <Keyword>Win32Proj</Keyword>
 
36
  </PropertyGroup>
 
37
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
38
  <Import Project="$(SolutionDir)\zlib.props" />
 
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">
 
40
    <ConfigurationType>StaticLibrary</ConfigurationType>
 
41
  </PropertyGroup>
 
42
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
43
    <ConfigurationType>StaticLibrary</ConfigurationType>
 
44
  </PropertyGroup>
 
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration">
 
46
    <ConfigurationType>StaticLibrary</ConfigurationType>
 
47
  </PropertyGroup>
 
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
49
    <ConfigurationType>StaticLibrary</ConfigurationType>
 
50
  </PropertyGroup>
 
51
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
52
    <ConfigurationType>StaticLibrary</ConfigurationType>
 
53
  </PropertyGroup>
 
54
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
55
  <ImportGroup Label="ExtensionSettings">
 
56
  </ImportGroup>
 
57
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets">
 
58
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
 
59
  </ImportGroup>
 
60
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
61
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
 
62
  </ImportGroup>
 
63
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="PropertySheets">
 
64
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
 
65
  </ImportGroup>
 
66
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
67
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
68
  </ImportGroup>
 
69
  <PropertyGroup Label="UserMacros" />
 
70
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
 
71
    <LinkIncremental>true</LinkIncremental>
 
72
  </PropertyGroup>
 
73
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
74
    <LinkIncremental>true</LinkIncremental>
 
75
  </PropertyGroup>
 
76
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
 
77
    <LinkIncremental>true</LinkIncremental>
 
78
  </PropertyGroup>
 
79
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
80
    <LinkIncremental>true</LinkIncremental>
 
81
  </PropertyGroup>
 
82
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
83
    <LinkIncremental>true</LinkIncremental>
 
84
  </PropertyGroup>
 
85
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
 
86
    <ClCompile>
 
87
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
88
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 
89
      <WarningLevel>TurnOffAllWarnings</WarningLevel>
 
90
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
91
      <Optimization>Disabled</Optimization>
 
92
      <BrowseInformation>true</BrowseInformation>
 
93
    </ClCompile>
 
94
    <Link>
 
95
      <TargetMachine>MachineX86</TargetMachine>
 
96
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
97
      <SubSystem>Windows</SubSystem>
 
98
    </Link>
 
99
  </ItemDefinitionGroup>
 
100
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
101
    <ClCompile>
 
102
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
103
      <WarningLevel>TurnOffAllWarnings</WarningLevel>
 
104
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
105
      <Optimization>Disabled</Optimization>
 
106
      <BrowseInformation>true</BrowseInformation>
 
107
    </ClCompile>
 
108
    <Link>
 
109
      <TargetMachine>MachineX86</TargetMachine>
 
110
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
111
      <SubSystem>Windows</SubSystem>
 
112
    </Link>
 
113
  </ItemDefinitionGroup>
 
114
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
 
115
    <ClCompile>
 
116
      <WarningLevel>Level3</WarningLevel>
 
117
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
118
      <Optimization>Full</Optimization>
 
119
      <IntrinsicFunctions>true</IntrinsicFunctions>
 
120
      <WholeProgramOptimization>true</WholeProgramOptimization>
 
121
      <BufferSecurityCheck>false</BufferSecurityCheck>
 
122
      <BrowseInformation>true</BrowseInformation>
 
123
      <FunctionLevelLinking>true</FunctionLevelLinking>
 
124
      <TreatWarningAsError>true</TreatWarningAsError>
 
125
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 
126
    </ClCompile>
 
127
    <Link>
 
128
      <TargetMachine>MachineX86</TargetMachine>
 
129
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
130
      <SubSystem>Windows</SubSystem>
 
131
    </Link>
 
132
    <Lib>
 
133
      <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
 
134
    </Lib>
 
135
  </ItemDefinitionGroup>
 
136
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
137
    <ClCompile>
 
138
      <WarningLevel>Level3</WarningLevel>
 
139
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
140
      <Optimization>Full</Optimization>
 
141
      <IntrinsicFunctions>true</IntrinsicFunctions>
 
142
      <WholeProgramOptimization>true</WholeProgramOptimization>
 
143
      <BufferSecurityCheck>false</BufferSecurityCheck>
 
144
      <BrowseInformation>true</BrowseInformation>
 
145
      <FunctionLevelLinking>true</FunctionLevelLinking>
 
146
      <TreatWarningAsError>true</TreatWarningAsError>
 
147
    </ClCompile>
 
148
    <Link>
 
149
      <TargetMachine>MachineX86</TargetMachine>
 
150
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
151
      <SubSystem>Windows</SubSystem>
 
152
    </Link>
 
153
    <Lib>
 
154
      <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
 
155
    </Lib>
 
156
  </ItemDefinitionGroup>
 
157
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
158
    <ClCompile>
 
159
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
160
      <WarningLevel>Level3</WarningLevel>
 
161
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
162
    </ClCompile>
 
163
    <Link>
 
164
      <TargetMachine>MachineX86</TargetMachine>
 
165
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
166
      <SubSystem>Windows</SubSystem>
 
167
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
168
      <OptimizeReferences>true</OptimizeReferences>
 
169
    </Link>
 
170
  </ItemDefinitionGroup>
 
171
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
172
  <ImportGroup Label="ExtensionTargets">
 
173
  </ImportGroup>
 
174
</Project>