| 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> |
|---|
| 12 |
</ItemGroup> |
|---|
| 13 |
<PropertyGroup Label="Globals"> |
|---|
| 14 |
<ProjectGuid>{123E1A2B-0065-4F88-9904-A6603F8882DE}</ProjectGuid> |
|---|
| 15 |
<RootNamespace>fahmon</RootNamespace> |
|---|
| 16 |
<Keyword>Win32Proj</Keyword> |
|---|
| 17 |
</PropertyGroup> |
|---|
| 18 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|---|
| 19 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|---|
| 20 |
<ConfigurationType>Application</ConfigurationType> |
|---|
| 21 |
<UseOfMfc>false</UseOfMfc> |
|---|
| 22 |
<UseOfAtl>false</UseOfAtl> |
|---|
| 23 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
|---|
| 24 |
</PropertyGroup> |
|---|
| 25 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|---|
| 26 |
<ConfigurationType>Application</ConfigurationType> |
|---|
| 27 |
</PropertyGroup> |
|---|
| 28 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|---|
| 29 |
<ImportGroup Label="ExtensionSettings"> |
|---|
| 30 |
</ImportGroup> |
|---|
| 31 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|---|
| 32 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|---|
| 33 |
</ImportGroup> |
|---|
| 34 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|---|
| 35 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|---|
| 36 |
</ImportGroup> |
|---|
| 37 |
<PropertyGroup Label="UserMacros" /> |
|---|
| 38 |
<PropertyGroup> |
|---|
| 39 |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|---|
| 40 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> |
|---|
| 41 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir> |
|---|
| 42 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
|---|
| 43 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> |
|---|
| 44 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> |
|---|
| 45 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
|---|
| 46 |
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> |
|---|
| 47 |
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\wxWidgets-2.8.11\include\msvc;C:\wxWidgets-2.8.11\include;$(IncludePath)</IncludePath> |
|---|
| 48 |
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\wxWidgets-2.8.11\lib\vc_lib;$(LibraryPath)</LibraryPath> |
|---|
| 49 |
</PropertyGroup> |
|---|
| 50 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|---|
| 51 |
<ClCompile> |
|---|
| 52 |
<Optimization>Disabled</Optimization> |
|---|
| 53 |
<AdditionalIncludeDirectories>C:\wxWidgets-2.8.6\include\msvc;C:\wxWidgets-2.8.6\include;.\src\include;.\wxcurl\include;.\wxcurl\win32_libcurl\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|---|
| 54 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_FAHMON_WIN32_;_UNICODE;SAFEMALLOC;SAFE_MUTEX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|---|
| 55 |
<MinimalRebuild>true</MinimalRebuild> |
|---|
| 56 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|---|
| 57 |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|---|
| 58 |
<PrecompiledHeader> |
|---|
| 59 |
</PrecompiledHeader> |
|---|
| 60 |
<WarningLevel>Level3</WarningLevel> |
|---|
| 61 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|---|
| 62 |
</ClCompile> |
|---|
| 63 |
<Link> |
|---|
| 64 |
<AdditionalDependencies>wxmsw28ud_core.lib;wxbase28ud.lib;wxpngd.lib;wxtiffd.lib;wxjpegd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;winmm.lib;comctl32.lib;rpcrt4.lib;wsock32.lib;oleacc.lib;.\wxcurl\lib\libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|---|
| 65 |
<AdditionalLibraryDirectories>C:\wxWidgets-2.8.6\lib\vc_lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|---|
| 66 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|---|
| 67 |
<SubSystem>Windows</SubSystem> |
|---|
| 68 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|---|
| 69 |
<DataExecutionPrevention> |
|---|
| 70 |
</DataExecutionPrevention> |
|---|
| 71 |
<TargetMachine>MachineX86</TargetMachine> |
|---|
| 72 |
</Link> |
|---|
| 73 |
</ItemDefinitionGroup> |
|---|
| 74 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|---|
| 75 |
<ClCompile> |
|---|
| 76 |
<Optimization>Full</Optimization> |
|---|
| 77 |
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
|---|
| 78 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
|---|
| 79 |
<AdditionalIncludeDirectories>.\src\include;.\wxcurl\include;.\wxcurl\win32_libcurl\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|---|
| 80 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_FAHMON_WIN32_;_FILE_OFFSET_BITS=64;_LARGE_FILES;_LARGEFILE_SOURCE=1;UNICODE;_UNICODE;SAFEMALLOC;SAFE_MUTEX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|---|
| 81 |
<StringPooling>true</StringPooling> |
|---|
| 82 |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|---|
| 83 |
<PrecompiledHeader> |
|---|
| 84 |
</PrecompiledHeader> |
|---|
| 85 |
<WarningLevel>Level3</WarningLevel> |
|---|
| 86 |
<DebugInformationFormat> |
|---|
| 87 |
</DebugInformationFormat> |
|---|
| 88 |
</ClCompile> |
|---|
| 89 |
<Link> |
|---|
| 90 |
<AdditionalDependencies>wxmsw28u_core.lib;wxmsw28u_adv.lib;wxbase28u.lib;wxpng.lib;comctl32.lib;rpcrt4.lib;wsock32.lib;oleacc.lib;wxbase28u_xml.lib;wxzlib.lib;.\wxcurl\lib\libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|---|
| 91 |
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|---|
| 92 |
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
|---|
| 93 |
<GenerateDebugInformation>false</GenerateDebugInformation> |
|---|
| 94 |
<SubSystem>Windows</SubSystem> |
|---|
| 95 |
<OptimizeReferences>true</OptimizeReferences> |
|---|
| 96 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|---|
| 97 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|---|
| 98 |
<DataExecutionPrevention> |
|---|
| 99 |
</DataExecutionPrevention> |
|---|
| 100 |
<TargetMachine>MachineX86</TargetMachine> |
|---|
| 101 |
</Link> |
|---|
| 102 |
</ItemDefinitionGroup> |
|---|
| 103 |
<ItemGroup> |
|---|
| 104 |
<ClInclude Include="src\include\aboutDialog.h" /> |
|---|
| 105 |
<ClInclude Include="src\include\base64Codec.h" /> |
|---|
| 106 |
<ClInclude Include="src\include\benchmark.h" /> |
|---|
| 107 |
<ClInclude Include="src\include\benchmarksDialog.h" /> |
|---|
| 108 |
<ClInclude Include="src\include\benchmarksManager.h" /> |
|---|
| 109 |
<ClInclude Include="src\include\client.h" /> |
|---|
| 110 |
<ClInclude Include="src\include\clientDialog.h" /> |
|---|
| 111 |
<ClInclude Include="src\include\clientHelperThread.h" /> |
|---|
| 112 |
<ClInclude Include="src\include\clientsManager.h" /> |
|---|
| 113 |
<ClInclude Include="src\include\core.h" /> |
|---|
| 114 |
<ClInclude Include="src\include\dataInputStream.h" /> |
|---|
| 115 |
<ClInclude Include="src\include\dataOutputStream.h" /> |
|---|
| 116 |
<ClInclude Include="src\include\eta.h" /> |
|---|
| 117 |
<ClInclude Include="src\include\fahlogAnalyzer.h" /> |
|---|
| 118 |
<ClInclude Include="src\include\fahmon.h" /> |
|---|
| 119 |
<ClInclude Include="src\include\fahmonConsts.h" /> |
|---|
| 120 |
<ClInclude Include="src\include\fahmonTypes.h" /> |
|---|
| 121 |
<ClInclude Include="src\include\firstTimeDialog.h" /> |
|---|
| 122 |
<ClInclude Include="src\include\ftpConnection.h" /> |
|---|
| 123 |
<ClInclude Include="src\include\gettext.h" /> |
|---|
| 124 |
<ClInclude Include="src\include\htmlParser.h" /> |
|---|
| 125 |
<ClInclude Include="src\include\httpDownloader.h" /> |
|---|
| 126 |
<ClInclude Include="src\include\listViewClients.h" /> |
|---|
| 127 |
<ClInclude Include="src\include\main.h" /> |
|---|
| 128 |
<ClInclude Include="src\include\mainDialog.h" /> |
|---|
| 129 |
<ClInclude Include="src\include\messagesFrame.h" /> |
|---|
| 130 |
<ClInclude Include="src\include\messagesManager.h" /> |
|---|
| 131 |
<ClInclude Include="src\include\multiProtocolFile.h" /> |
|---|
| 132 |
<ClInclude Include="src\include\pathManager.h" /> |
|---|
| 133 |
<ClInclude Include="src\include\preference.h" /> |
|---|
| 134 |
<ClInclude Include="src\include\preferencesDialog.h" /> |
|---|
| 135 |
<ClInclude Include="src\include\preferencesManager.h" /> |
|---|
| 136 |
<ClInclude Include="src\include\progressManager.h" /> |
|---|
| 137 |
<ClInclude Include="src\include\project.h" /> |
|---|
| 138 |
<ClInclude Include="src\include\projectHelperThread.h" /> |
|---|
| 139 |
<ClInclude Include="src\include\projectsManager.h" /> |
|---|
| 140 |
<ClInclude Include="src\include\queue.h" /> |
|---|
| 141 |
<ClInclude Include="src\include\resource.h" /> |
|---|
| 142 |
<ClInclude Include="src\include\staticBoldedText.h" /> |
|---|
| 143 |
<ClInclude Include="src\include\tinystr.h" /> |
|---|
| 144 |
<ClInclude Include="src\include\tinyxml.h" /> |
|---|
| 145 |
<ClInclude Include="src\include\tools.h" /> |
|---|
| 146 |
<ClInclude Include="src\include\trayManager.h" /> |
|---|
| 147 |
<ClInclude Include="src\include\webMonitor.h" /> |
|---|
| 148 |
<ClInclude Include="src\include\workUnitFrame.h" /> |
|---|
| 149 |
</ItemGroup> |
|---|
| 150 |
<ItemGroup> |
|---|
| 151 |
<None Include="resources\dialog_icon.ico" /> |
|---|
| 152 |
<None Include="resources\main_icon.ico" /> |
|---|
| 153 |
</ItemGroup> |
|---|
| 154 |
<ItemGroup> |
|---|
| 155 |
<ResourceCompile Include="resources\fahmon.rc" /> |
|---|
| 156 |
</ItemGroup> |
|---|
| 157 |
<ItemGroup> |
|---|
| 158 |
<ClCompile Include="src\aboutDialog.cpp" /> |
|---|
| 159 |
<ClCompile Include="src\base64Codec.cpp" /> |
|---|
| 160 |
<ClCompile Include="src\benchmark.cpp" /> |
|---|
| 161 |
<ClCompile Include="src\benchmarksDialog.cpp" /> |
|---|
| 162 |
<ClCompile Include="src\benchmarksManager.cpp" /> |
|---|
| 163 |
<ClCompile Include="src\client.cpp" /> |
|---|
| 164 |
<ClCompile Include="src\clientDialog.cpp" /> |
|---|
| 165 |
<ClCompile Include="src\clientHelperThread.cpp" /> |
|---|
| 166 |
<ClCompile Include="src\clientsManager.cpp" /> |
|---|
| 167 |
<ClCompile Include="src\core.cpp" /> |
|---|
| 168 |
<ClCompile Include="src\dataInputStream.cpp" /> |
|---|
| 169 |
<ClCompile Include="src\dataOutputStream.cpp" /> |
|---|
| 170 |
<ClCompile Include="src\eta.cpp" /> |
|---|
| 171 |
<ClCompile Include="src\fahlogAnalyzer.cpp" /> |
|---|
| 172 |
<ClCompile Include="src\firstTimeDialog.cpp" /> |
|---|
| 173 |
<ClCompile Include="src\ftpConnection.cpp" /> |
|---|
| 174 |
<ClCompile Include="src\htmlParser.cpp" /> |
|---|
| 175 |
<ClCompile Include="src\httpDownloader.cpp" /> |
|---|
| 176 |
<ClCompile Include="src\listViewClients.cpp" /> |
|---|
| 177 |
<ClCompile Include="src\main.cpp" /> |
|---|
| 178 |
<ClCompile Include="src\mainDialog.cpp" /> |
|---|
| 179 |
<ClCompile Include="src\messagesFrame.cpp" /> |
|---|
| 180 |
<ClCompile Include="src\messagesManager.cpp" /> |
|---|
| 181 |
<ClCompile Include="src\multiProtocolFile.cpp" /> |
|---|
| 182 |
<ClCompile Include="src\pathManager.cpp" /> |
|---|
| 183 |
<ClCompile Include="src\preference.cpp" /> |
|---|
| 184 |
<ClCompile Include="src\preferencesDialog.cpp" /> |
|---|
| 185 |
<ClCompile Include="src\preferencesManager.cpp" /> |
|---|
| 186 |
<ClCompile Include="src\progressManager.cpp" /> |
|---|
| 187 |
<ClCompile Include="src\project.cpp" /> |
|---|
| 188 |
<ClCompile Include="src\projectHelperThread.cpp" /> |
|---|
| 189 |
<ClCompile Include="src\projectsManager.cpp" /> |
|---|
| 190 |
<ClCompile Include="src\queue.cpp" /> |
|---|
| 191 |
<ClCompile Include="src\staticBoldedText.cpp" /> |
|---|
| 192 |
<ClCompile Include="src\tinystr.cpp" /> |
|---|
| 193 |
<ClCompile Include="src\tinyxml.cpp" /> |
|---|
| 194 |
<ClCompile Include="src\tinyxmlerror.cpp" /> |
|---|
| 195 |
<ClCompile Include="src\tinyxmlparser.cpp" /> |
|---|
| 196 |
<ClCompile Include="src\tools.cpp" /> |
|---|
| 197 |
<ClCompile Include="src\trayManager.cpp" /> |
|---|
| 198 |
<ClCompile Include="src\webMonitor.cpp" /> |
|---|
| 199 |
<ClCompile Include="src\workUnitFrame.cpp" /> |
|---|
| 200 |
</ItemGroup> |
|---|
| 201 |
<ItemGroup> |
|---|
| 202 |
<ProjectReference Include="wxcurl.vcxproj"> |
|---|
| 203 |
<Project>{5fdeaea0-10ee-5385-9f20-f3bcf5af333a}</Project> |
|---|
| 204 |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|---|
| 205 |
</ProjectReference> |
|---|
| 206 |
</ItemGroup> |
|---|
| 207 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|---|
| 208 |
<ImportGroup Label="ExtensionTargets"> |
|---|
| 209 |
</ImportGroup> |
|---|
| 210 |
</Project> |
|---|