| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project DefaultTargets="Build" ToolsVersion="14.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="Debug|x64"> |
| 9 |
<Configuration>Debug</Configuration> |
| 10 |
<Platform>x64</Platform> |
| 11 |
</ProjectConfiguration> |
| 12 |
<ProjectConfiguration Include="Release|Win32"> |
| 13 |
<Configuration>Release</Configuration> |
| 14 |
<Platform>Win32</Platform> |
| 15 |
</ProjectConfiguration> |
| 16 |
<ProjectConfiguration Include="Release|x64"> |
| 17 |
<Configuration>Release</Configuration> |
| 18 |
<Platform>x64</Platform> |
| 19 |
</ProjectConfiguration> |
| 20 |
</ItemGroup> |
| 21 |
<PropertyGroup Label="Globals"> |
| 22 |
<ProjectGuid>{D82E3F1A-2543-41FC-8388-BCEBB710A614}</ProjectGuid> |
| 23 |
<RootNamespace>befoo</RootNamespace> |
| 24 |
<Keyword>Win32Proj</Keyword> |
| 25 |
</PropertyGroup> |
| 26 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 28 |
<ConfigurationType>Application</ConfigurationType> |
| 29 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
| 30 |
<PlatformToolset>v141_xp</PlatformToolset> |
| 31 |
</PropertyGroup> |
| 32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 33 |
<ConfigurationType>Application</ConfigurationType> |
| 34 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
| 35 |
<PlatformToolset>v141_xp</PlatformToolset> |
| 36 |
</PropertyGroup> |
| 37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 38 |
<ConfigurationType>Application</ConfigurationType> |
| 39 |
<PlatformToolset>v141_xp</PlatformToolset> |
| 40 |
</PropertyGroup> |
| 41 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 42 |
<ConfigurationType>Application</ConfigurationType> |
| 43 |
<PlatformToolset>v141_xp</PlatformToolset> |
| 44 |
</PropertyGroup> |
| 45 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 46 |
<ImportGroup Label="ExtensionSettings"> |
| 47 |
</ImportGroup> |
| 48 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 49 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 50 |
</ImportGroup> |
| 51 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 52 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 53 |
</ImportGroup> |
| 54 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 55 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 56 |
</ImportGroup> |
| 57 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 58 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 59 |
</ImportGroup> |
| 60 |
<PropertyGroup Label="UserMacros" /> |
| 61 |
<PropertyGroup> |
| 62 |
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
| 63 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
| 64 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
| 65 |
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> |
| 66 |
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> |
| 67 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
| 68 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
| 69 |
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> |
| 70 |
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> |
| 71 |
</PropertyGroup> |
| 72 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 73 |
<ClCompile> |
| 74 |
<Optimization>Disabled</Optimization> |
| 75 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 76 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 77 |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 78 |
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
| 79 |
<WarningLevel>Level4</WarningLevel> |
| 80 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 81 |
<MinimalRebuild>true</MinimalRebuild> |
| 82 |
</ClCompile> |
| 83 |
<ResourceCompile> |
| 84 |
<AdditionalIncludeDirectories>..\icons;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 85 |
</ResourceCompile> |
| 86 |
<Link> |
| 87 |
<AdditionalDependencies>shlwapi.lib;imagehlp.lib;ws2_32.lib;secur32.lib;crypt32.lib;comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 88 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 89 |
<SubSystem>Console</SubSystem> |
| 90 |
</Link> |
| 91 |
</ItemDefinitionGroup> |
| 92 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 93 |
<ClCompile> |
| 94 |
<Optimization>Disabled</Optimization> |
| 95 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 96 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 97 |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 98 |
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
| 99 |
<WarningLevel>Level4</WarningLevel> |
| 100 |
</ClCompile> |
| 101 |
<ResourceCompile> |
| 102 |
<AdditionalIncludeDirectories>..\icons;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 103 |
</ResourceCompile> |
| 104 |
<Link> |
| 105 |
<AdditionalDependencies>shlwapi.lib;imagehlp.lib;ws2_32.lib;secur32.lib;crypt32.lib;comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 106 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 107 |
<SubSystem>Console</SubSystem> |
| 108 |
</Link> |
| 109 |
</ItemDefinitionGroup> |
| 110 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 111 |
<ClCompile> |
| 112 |
<Optimization>MinSpace</Optimization> |
| 113 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| 114 |
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
| 115 |
<OmitFramePointers>true</OmitFramePointers> |
| 116 |
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
| 117 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 118 |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 119 |
<BufferSecurityCheck>false</BufferSecurityCheck> |
| 120 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| 121 |
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
| 122 |
<WarningLevel>Level3</WarningLevel> |
| 123 |
</ClCompile> |
| 124 |
<ResourceCompile /> |
| 125 |
<Link> |
| 126 |
<AdditionalDependencies>shlwapi.lib;imagehlp.lib;ws2_32.lib;secur32.lib;crypt32.lib;comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 127 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 128 |
<SubSystem>Windows</SubSystem> |
| 129 |
<OptimizeReferences>true</OptimizeReferences> |
| 130 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 131 |
</Link> |
| 132 |
<ResourceCompile /> |
| 133 |
<ResourceCompile> |
| 134 |
<AdditionalIncludeDirectories>..\icons;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 135 |
</ResourceCompile> |
| 136 |
</ItemDefinitionGroup> |
| 137 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 138 |
<ClCompile> |
| 139 |
<Optimization>MinSpace</Optimization> |
| 140 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| 141 |
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
| 142 |
<OmitFramePointers>true</OmitFramePointers> |
| 143 |
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
| 144 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 145 |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 146 |
<BufferSecurityCheck>false</BufferSecurityCheck> |
| 147 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| 148 |
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
| 149 |
<WarningLevel>Level3</WarningLevel> |
| 150 |
</ClCompile> |
| 151 |
<ResourceCompile /> |
| 152 |
<Link> |
| 153 |
<AdditionalDependencies>shlwapi.lib;imagehlp.lib;ws2_32.lib;secur32.lib;crypt32.lib;comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 154 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 155 |
<SubSystem>Windows</SubSystem> |
| 156 |
<OptimizeReferences>true</OptimizeReferences> |
| 157 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 158 |
</Link> |
| 159 |
<ResourceCompile /> |
| 160 |
<ResourceCompile> |
| 161 |
<AdditionalIncludeDirectories>..\icons;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 162 |
</ResourceCompile> |
| 163 |
</ItemDefinitionGroup> |
| 164 |
<ItemGroup> |
| 165 |
<ClCompile Include="..\src\codepage.cpp" /> |
| 166 |
<ClCompile Include="..\src\icon.cpp" /> |
| 167 |
<ClCompile Include="..\src\imap4.cpp" /> |
| 168 |
<ClCompile Include="..\src\mail.cpp" /> |
| 169 |
<ClCompile Include="..\src\mailbox.cpp" /> |
| 170 |
<ClCompile Include="..\src\main.cpp" /> |
| 171 |
<ClCompile Include="..\src\mascot.cpp" /> |
| 172 |
<ClCompile Include="..\src\pop3.cpp" /> |
| 173 |
<ClCompile Include="..\src\setting.cpp" /> |
| 174 |
<ClCompile Include="..\src\summary.cpp" /> |
| 175 |
<ClCompile Include="..\src\uri.cpp" /> |
| 176 |
<ClCompile Include="..\src\win32.cpp" /> |
| 177 |
<ClCompile Include="..\src\window.cpp" /> |
| 178 |
<ClCompile Include="..\src\winsock.cpp" /> |
| 179 |
</ItemGroup> |
| 180 |
<ItemGroup> |
| 181 |
<ClInclude Include="..\src\codepage.h" /> |
| 182 |
<ClInclude Include="..\src\define.h" /> |
| 183 |
<ClInclude Include="..\src\icon.h" /> |
| 184 |
<ClInclude Include="..\src\mailbox.h" /> |
| 185 |
<ClInclude Include="..\src\setting.h" /> |
| 186 |
<ClInclude Include="..\src\win32.h" /> |
| 187 |
<ClInclude Include="..\src\window.h" /> |
| 188 |
<ClInclude Include="..\src\winsock.h" /> |
| 189 |
</ItemGroup> |
| 190 |
<ItemGroup> |
| 191 |
<None Include="..\icons\default\app.ico" /> |
| 192 |
<None Include="..\icons\default\jump1.ico" /> |
| 193 |
<None Include="..\icons\default\jump2.ico" /> |
| 194 |
<None Include="..\icons\default\jump3.ico" /> |
| 195 |
<None Include="..\icons\default\jump4.ico" /> |
| 196 |
<None Include="..\icons\default\sleep1.ico" /> |
| 197 |
<None Include="..\icons\default\sleep2.ico" /> |
| 198 |
<None Include="..\icons\default\sleep3.ico" /> |
| 199 |
<None Include="..\icons\default\sleep4.ico" /> |
| 200 |
<None Include="..\icons\simple\empty.ico" /> |
| 201 |
<None Include="..\icons\simple\exist.ico" /> |
| 202 |
<None Include="..\icons\simple\fetch.ico" /> |
| 203 |
</ItemGroup> |
| 204 |
<ItemGroup> |
| 205 |
<ResourceCompile Include="..\src\befoo.rc" /> |
| 206 |
<ResourceCompile Include="..\src\en.rc" /> |
| 207 |
<ResourceCompile Include="..\src\ja.rc" /> |
| 208 |
</ItemGroup> |
| 209 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 210 |
<ImportGroup Label="ExtensionTargets"> |
| 211 |
</ImportGroup> |
| 212 |
</Project> |