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|Win32">
5
<Configuration>Debug</Configuration>
6
<Platform>Win32</Platform>
7
</ProjectConfiguration>
8
<ProjectConfiguration Include="Release|Win32">
9
<Configuration>Release</Configuration>
10
<Platform>Win32</Platform>
11
</ProjectConfiguration>
13
<PropertyGroup Label="Globals">
14
<ProjectGuid>{EDFED9AB-462B-4BB6-99B0-D507C1B585A0}</ProjectGuid>
15
<RootNamespace>libdrizzle10</RootNamespace>
17
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19
<ConfigurationType>Application</ConfigurationType>
20
<UseDebugLibraries>true</UseDebugLibraries>
21
<CharacterSet>MultiByte</CharacterSet>
23
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24
<ConfigurationType>Application</ConfigurationType>
25
<UseDebugLibraries>false</UseDebugLibraries>
26
<WholeProgramOptimization>true</WholeProgramOptimization>
27
<CharacterSet>MultiByte</CharacterSet>
29
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30
<ImportGroup Label="ExtensionSettings">
32
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
33
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
36
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38
<PropertyGroup Label="UserMacros" />
40
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
42
<WarningLevel>Level3</WarningLevel>
43
<Optimization>Disabled</Optimization>
46
<GenerateDebugInformation>true</GenerateDebugInformation>
48
</ItemDefinitionGroup>
49
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
51
<WarningLevel>Level3</WarningLevel>
52
<Optimization>MaxSpeed</Optimization>
53
<FunctionLevelLinking>true</FunctionLevelLinking>
54
<IntrinsicFunctions>true</IntrinsicFunctions>
57
<GenerateDebugInformation>true</GenerateDebugInformation>
58
<EnableCOMDATFolding>true</EnableCOMDATFolding>
59
<OptimizeReferences>true</OptimizeReferences>
61
</ItemDefinitionGroup>
64
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
65
<ImportGroup Label="ExtensionTargets">
b'\\ No newline at end of file'