1 <?xml version="1.0" encoding="windows-1251"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8,00" 5 Name="gmodule" 6 ProjectGUID="{4214047C-F5C1-40B3-8369-5DCED8C32770}" 7 RootNamespace="gmodule" 8 Keyword="Win32Proj" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 17 <Configurations> 18 <Configuration 19 Name="Debug|Win32" 20 OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin" 21 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj" 22 ConfigurationType="2" 23 CharacterSet="2" 24 > 25 <Tool 26 Name="VCPreBuildEventTool" 27 CommandLine="if exist ..\..\..\gmodule\gmoduleconf.h goto END
copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h
:END
" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 /> 41 <Tool 42 Name="VCCLCompilerTool" 43 Optimization="0" 44 AdditionalIncludeDirectories="../../../glib;../../.." 45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\"GModule\";G_DISABLE_DEPRECATED" 46 MinimalRebuild="true" 47 BasicRuntimeChecks="3" 48 RuntimeLibrary="3" 49 UsePrecompiledHeader="0" 50 WarningLevel="3" 51 DebugInformationFormat="4" 52 CompileAs="1" 53 ForcedIncludeFiles="msvc_recommended_pragmas.h" 54 /> 55 <Tool 56 Name="VCManagedResourceCompilerTool" 57 /> 58 <Tool 59 Name="VCResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCPreLinkEventTool" 63 /> 64 <Tool 65 Name="VCLinkerTool" 66 OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll" 67 LinkIncremental="2" 68 ModuleDefinitionFile="../../../gmodule/gmodule.def" 69 GenerateDebugInformation="true" 70 SubSystem="2" 71 ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib" 72 TargetMachine="1" 73 /> 74 <Tool 75 Name="VCALinkTool" 76 /> 77 <Tool 78 Name="VCManifestTool" 79 /> 80 <Tool 81 Name="VCXDCMakeTool" 82 /> 83 <Tool 84 Name="VCBscMakeTool" 85 /> 86 <Tool 87 Name="VCFxCopTool" 88 /> 89 <Tool 90 Name="VCAppVerifierTool" 91 /> 92 <Tool 93 Name="VCWebDeploymentTool" 94 /> 95 <Tool 96 Name="VCPostBuildEventTool" 97 /> 98 </Configuration> 99 <Configuration 100 Name="Release|Win32" 101 OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin" 102 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj" 103 ConfigurationType="2" 104 CharacterSet="2" 105 WholeProgramOptimization="1" 106 > 107 <Tool 108 Name="VCPreBuildEventTool" 109 CommandLine="if exist ..\..\..\gmodule\gmoduleconf.h goto END
copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h
:END
" 110 /> 111 <Tool 112 Name="VCCustomBuildTool" 113 /> 114 <Tool 115 Name="VCXMLDataGeneratorTool" 116 /> 117 <Tool 118 Name="VCWebServiceProxyGeneratorTool" 119 /> 120 <Tool 121 Name="VCMIDLTool" 122 /> 123 <Tool 124 Name="VCCLCompilerTool" 125 AdditionalIncludeDirectories="../../../glib;../../.." 126 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;G_LOG_DOMAIN=\"GModule\";G_DISABLE_DEPRECATED" 127 RuntimeLibrary="2" 128 UsePrecompiledHeader="0" 129 WarningLevel="3" 130 DebugInformationFormat="3" 131 CompileAs="1" 132 ForcedIncludeFiles="msvc_recommended_pragmas.h" 133 /> 134 <Tool 135 Name="VCManagedResourceCompilerTool" 136 /> 137 <Tool 138 Name="VCResourceCompilerTool" 139 /> 140 <Tool 141 Name="VCPreLinkEventTool" 142 /> 143 <Tool 144 Name="VCLinkerTool" 145 OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll" 146 LinkIncremental="1" 147 ModuleDefinitionFile="../../../gmodule/gmodule.def" 148 GenerateDebugInformation="true" 149 SubSystem="2" 150 OptimizeReferences="2" 151 EnableCOMDATFolding="2" 152 ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib" 153 TargetMachine="1" 154 /> 155 <Tool 156 Name="VCALinkTool" 157 /> 158 <Tool 159 Name="VCManifestTool" 160 /> 161 <Tool 162 Name="VCXDCMakeTool" 163 /> 164 <Tool 165 Name="VCBscMakeTool" 166 /> 167 <Tool 168 Name="VCFxCopTool" 169 /> 170 <Tool 171 Name="VCAppVerifierTool" 172 /> 173 <Tool 174 Name="VCWebDeploymentTool" 175 /> 176 <Tool 177 Name="VCPostBuildEventTool" 178 /> 179 </Configuration> 180 </Configurations> 181 <References> 182 </References> 183 <Files> 184 <Filter 185 Name="Source Files" 186 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 187 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 188 > 189 <File 190 RelativePath="..\..\..\gmodule\gmodule.c" 191 > 192 </File> 193 </Filter> 194 <Filter 195 Name="Header Files" 196 Filter="h;hpp;hxx;hm;inl;inc;xsd" 197 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 198 > 199 </Filter> 200 <Filter 201 Name="Resource Files" 202 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 203 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 204 > 205 <File 206 RelativePath="..\..\..\gmodule\gmodule.def" 207 > 208 </File> 209 <File 210 RelativePath="..\..\..\gmodule\gmodule.rc" 211 > 212 </File> 213 </Filter> 214 </Files> 215 <Globals> 216 </Globals> 217 </VisualStudioProject> 218