tmix.vcproj - mixmaster - mixmaster 3.0 patched for libressl HTML git clone git://parazyd.org/mixmaster.git DIR Log DIR Files DIR Refs DIR README --- tmix.vcproj (5320B) --- 1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="mix" 6 SccProjectName="" 7 SccLocalPath=""> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Release|Win32" 15 OutputDirectory=".\Release" 16 IntermediateDirectory=".\mix_intermediate" 17 ConfigurationType="1" 18 UseOfMFC="0" 19 ATLMinimizesCRunTimeLibraryUsage="FALSE" 20 CharacterSet="2"> 21 <Tool 22 Name="VCCLCompilerTool" 23 Optimization="2" 24 InlineFunctionExpansion="1" 25 AdditionalIncludeDirectories="../Src/openssl/inc32" 26 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_WIN32;IBMPC_SYSTEM;_MSC;MSC" 27 StringPooling="TRUE" 28 RuntimeLibrary="2" 29 EnableFunctionLevelLinking="TRUE" 30 PrecompiledHeaderFile=".\mix_intermediate/mix.pch" 31 AssemblerListingLocation=".\mix_intermediate/" 32 ObjectFile=".\mix_intermediate/" 33 ProgramDataBaseFileName=".\mix_intermediate/" 34 WarningLevel="3" 35 SuppressStartupBanner="TRUE"/> 36 <Tool 37 Name="VCCustomBuildTool"/> 38 <Tool 39 Name="VCLinkerTool" 40 AdditionalDependencies="wsock32.lib" 41 OutputFile=".\Release/mix.exe" 42 LinkIncremental="1" 43 SuppressStartupBanner="TRUE" 44 SubSystem="1" 45 TargetMachine="1"/> 46 <Tool 47 Name="VCMIDLTool" 48 PreprocessorDefinitions="NDEBUG" 49 MkTypLibCompatible="TRUE" 50 SuppressStartupBanner="TRUE" 51 TargetEnvironment="1" 52 TypeLibraryName=".\Release/mix.tlb" 53 HeaderFileName=""/> 54 <Tool 55 Name="VCPostBuildEventTool"/> 56 <Tool 57 Name="VCPreBuildEventTool"/> 58 <Tool 59 Name="VCPreLinkEventTool"/> 60 <Tool 61 Name="VCResourceCompilerTool" 62 PreprocessorDefinitions="NDEBUG" 63 Culture="2057"/> 64 <Tool 65 Name="VCWebServiceProxyGeneratorTool"/> 66 <Tool 67 Name="VCXMLDataGeneratorTool"/> 68 <Tool 69 Name="VCWebDeploymentTool"/> 70 <Tool 71 Name="VCManagedWrapperGeneratorTool"/> 72 <Tool 73 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 74 </Configuration> 75 <Configuration 76 Name="Release Static|Win32" 77 OutputDirectory=".\Release" 78 IntermediateDirectory=".\mix_Release" 79 ConfigurationType="1" 80 UseOfMFC="0" 81 ATLMinimizesCRunTimeLibraryUsage="FALSE" 82 CharacterSet="2"> 83 <Tool 84 Name="VCCLCompilerTool" 85 Optimization="2" 86 InlineFunctionExpansion="1" 87 AdditionalIncludeDirectories="../../src/zlib-1.1.4,../../src/pcre-2.08" 88 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_WIN32;IBMPC_SYSTEM;_MSC;MSC" 89 StringPooling="TRUE" 90 RuntimeLibrary="2" 91 EnableFunctionLevelLinking="TRUE" 92 PrecompiledHeaderFile=".\mix_Release/mix.pch" 93 AssemblerListingLocation=".\mix_Release/" 94 ObjectFile=".\mix_Release/" 95 ProgramDataBaseFileName=".\mix_Release/" 96 WarningLevel="3" 97 SuppressStartupBanner="TRUE" 98 CompileAs="0"/> 99 <Tool 100 Name="VCCustomBuildTool"/> 101 <Tool 102 Name="VCLinkerTool" 103 AdditionalDependencies="wsock32.lib libeay32.lib $(OutDir)\pcre.lib $(OutDir)\zlib.lib $(OutDir)\mixlib_static.lib" 104 OutputFile=".\Release/mix.exe" 105 LinkIncremental="1" 106 SuppressStartupBanner="TRUE" 107 SubSystem="1" 108 TargetMachine="1"/> 109 <Tool 110 Name="VCMIDLTool" 111 PreprocessorDefinitions="NDEBUG" 112 MkTypLibCompatible="TRUE" 113 SuppressStartupBanner="TRUE" 114 TargetEnvironment="1" 115 TypeLibraryName=".\Release/mix.tlb" 116 HeaderFileName=""/> 117 <Tool 118 Name="VCPostBuildEventTool"/> 119 <Tool 120 Name="VCPreBuildEventTool"/> 121 <Tool 122 Name="VCPreLinkEventTool"/> 123 <Tool 124 Name="VCResourceCompilerTool" 125 PreprocessorDefinitions="NDEBUG" 126 Culture="2057"/> 127 <Tool 128 Name="VCWebServiceProxyGeneratorTool"/> 129 <Tool 130 Name="VCXMLDataGeneratorTool"/> 131 <Tool 132 Name="VCWebDeploymentTool"/> 133 <Tool 134 Name="VCManagedWrapperGeneratorTool"/> 135 <Tool 136 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 137 </Configuration> 138 </Configurations> 139 <References> 140 </References> 141 <Files> 142 <Filter 143 Name="Source Files" 144 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 145 <File 146 RelativePath="..\Src\main.c"> 147 <FileConfiguration 148 Name="Release|Win32"> 149 <Tool 150 Name="VCCLCompilerTool" 151 Optimization="2" 152 PreprocessorDefinitions=""/> 153 </FileConfiguration> 154 <FileConfiguration 155 Name="Release Static|Win32"> 156 <Tool 157 Name="VCCLCompilerTool" 158 Optimization="2" 159 AdditionalIncludeDirectories="" 160 PreprocessorDefinitions=""/> 161 </FileConfiguration> 162 </File> 163 <File 164 RelativePath="..\Src\service.c"> 165 <FileConfiguration 166 Name="Release|Win32"> 167 <Tool 168 Name="VCCLCompilerTool" 169 Optimization="2" 170 PreprocessorDefinitions=""/> 171 </FileConfiguration> 172 <FileConfiguration 173 Name="Release Static|Win32"> 174 <Tool 175 Name="VCCLCompilerTool" 176 Optimization="2" 177 AdditionalIncludeDirectories="" 178 PreprocessorDefinitions=""/> 179 </FileConfiguration> 180 </File> 181 </Filter> 182 <Filter 183 Name="Header Files" 184 Filter="h;hpp;hxx;hm;inl"> 185 </Filter> 186 <Filter 187 Name="Resource Files" 188 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 189 </Filter> 190 </Files> 191 <Globals> 192 </Globals> 193 </VisualStudioProject>