mirror of
https://github.com/fadden/ciderpress.git
synced 2024-11-27 08:49:20 +00:00
187 lines
10 KiB
XML
187 lines
10 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<SccProjectName />
|
|||
|
<SccLocalPath />
|
|||
|
<Keyword>MFCProj</Keyword>
|
|||
|
<ProjectGuid>{04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}</ProjectGuid>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|||
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup>
|
|||
|
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>.\Release\</OutDir>
|
|||
|
<IntDir>.\Release\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<OutDir>.\Debug\</OutDir>
|
|||
|
<IntDir>.\Debug\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|||
|
<PreprocessorDefinitions>WIN32;NDEBUGX;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<StringPooling>true</StringPooling>
|
|||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|||
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|||
|
<PrecompiledHeaderOutputFile>.\Release/util.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>.\Release/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>.\Release/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</ClCompile>
|
|||
|
<Lib>
|
|||
|
<OutputFile>.\Release\util.lib</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
</ResourceCompile>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|||
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|||
|
<PrecompiledHeaderOutputFile>.\Debug/util.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>.\Debug/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|||
|
</ClCompile>
|
|||
|
<Lib>
|
|||
|
<OutputFile>.\Debug\util.lib</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
</ResourceCompile>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="ImageDataObject.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="MyBitmapButton.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="MyDIBitmap.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="MyEdit.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="MySpinCtrl.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="PathName.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="Pidl.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="SelectFilesDialog.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="ShellTree.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="SoundFile.cpp" />
|
|||
|
<ClCompile Include="StdAfx.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="Util.cpp">
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
|||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
|||
|
</ClCompile>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="CancelDialog.h" />
|
|||
|
<ClInclude Include="FaddenStd.h" />
|
|||
|
<ClInclude Include="ImageDataObject.h" />
|
|||
|
<ClInclude Include="Modeless.h" />
|
|||
|
<ClInclude Include="MyBitmapButton.h" />
|
|||
|
<ClInclude Include="MyDebug.h" />
|
|||
|
<ClInclude Include="MyDIBitmap.h" />
|
|||
|
<ClInclude Include="MyEdit.h" />
|
|||
|
<ClInclude Include="MySpinCtrl.h" />
|
|||
|
<ClInclude Include="PathName.h" />
|
|||
|
<ClInclude Include="Pidl.h" />
|
|||
|
<ClInclude Include="ProgressCancelDialog.h" />
|
|||
|
<ClInclude Include="SelectFilesDialog.h" />
|
|||
|
<ClInclude Include="ShellTree.h" />
|
|||
|
<ClInclude Include="SoundFile.h" />
|
|||
|
<ClInclude Include="StdAfx.h" />
|
|||
|
<ClInclude Include="Util.h" />
|
|||
|
<ClInclude Include="UtilLib.h" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|