1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/other-licenses/nsis/Contrib/ServicesHelper/ServicesHelper.vcproj Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,212 @@ 1.4 +<?xml version="1.0" encoding="Windows-1252"?> 1.5 +<VisualStudioProject 1.6 + ProjectType="Visual C++" 1.7 + Version="8.00" 1.8 + Name="ServicesHelper" 1.9 + ProjectGUID="{A0D0AD52-1D8B-402E-92EF-81AE0C320BD7}" 1.10 + RootNamespace="ServicesHelper" 1.11 + Keyword="Win32Proj" 1.12 + > 1.13 + <Platforms> 1.14 + <Platform 1.15 + Name="Win32" 1.16 + /> 1.17 + </Platforms> 1.18 + <ToolFiles> 1.19 + </ToolFiles> 1.20 + <Configurations> 1.21 + <Configuration 1.22 + Name="Debug|Win32" 1.23 + OutputDirectory="../../Plugins" 1.24 + IntermediateDirectory="$(ConfigurationName)" 1.25 + ConfigurationType="2" 1.26 + CharacterSet="1" 1.27 + > 1.28 + <Tool 1.29 + Name="VCPreBuildEventTool" 1.30 + /> 1.31 + <Tool 1.32 + Name="VCCustomBuildTool" 1.33 + /> 1.34 + <Tool 1.35 + Name="VCXMLDataGeneratorTool" 1.36 + /> 1.37 + <Tool 1.38 + Name="VCWebServiceProxyGeneratorTool" 1.39 + /> 1.40 + <Tool 1.41 + Name="VCMIDLTool" 1.42 + /> 1.43 + <Tool 1.44 + Name="VCCLCompilerTool" 1.45 + Optimization="0" 1.46 + AdditionalIncludeDirectories="../../../../toolkit/components/maintenanceservice/" 1.47 + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;APPLICATIONID_EXPORTS" 1.48 + MinimalRebuild="true" 1.49 + BasicRuntimeChecks="3" 1.50 + RuntimeLibrary="3" 1.51 + UsePrecompiledHeader="0" 1.52 + WarningLevel="3" 1.53 + Detect64BitPortabilityProblems="true" 1.54 + DebugInformationFormat="4" 1.55 + /> 1.56 + <Tool 1.57 + Name="VCManagedResourceCompilerTool" 1.58 + /> 1.59 + <Tool 1.60 + Name="VCResourceCompilerTool" 1.61 + /> 1.62 + <Tool 1.63 + Name="VCPreLinkEventTool" 1.64 + /> 1.65 + <Tool 1.66 + Name="VCLinkerTool" 1.67 + LinkIncremental="2" 1.68 + GenerateDebugInformation="true" 1.69 + SubSystem="2" 1.70 + TargetMachine="1" 1.71 + /> 1.72 + <Tool 1.73 + Name="VCALinkTool" 1.74 + /> 1.75 + <Tool 1.76 + Name="VCManifestTool" 1.77 + /> 1.78 + <Tool 1.79 + Name="VCXDCMakeTool" 1.80 + /> 1.81 + <Tool 1.82 + Name="VCBscMakeTool" 1.83 + /> 1.84 + <Tool 1.85 + Name="VCFxCopTool" 1.86 + /> 1.87 + <Tool 1.88 + Name="VCAppVerifierTool" 1.89 + /> 1.90 + <Tool 1.91 + Name="VCWebDeploymentTool" 1.92 + /> 1.93 + <Tool 1.94 + Name="VCPostBuildEventTool" 1.95 + /> 1.96 + </Configuration> 1.97 + <Configuration 1.98 + Name="Release|Win32" 1.99 + OutputDirectory="../../Plugins" 1.100 + IntermediateDirectory="$(ConfigurationName)" 1.101 + ConfigurationType="2" 1.102 + ATLMinimizesCRunTimeLibraryUsage="true" 1.103 + CharacterSet="1" 1.104 + WholeProgramOptimization="1" 1.105 + > 1.106 + <Tool 1.107 + Name="VCPreBuildEventTool" 1.108 + /> 1.109 + <Tool 1.110 + Name="VCCustomBuildTool" 1.111 + /> 1.112 + <Tool 1.113 + Name="VCXMLDataGeneratorTool" 1.114 + /> 1.115 + <Tool 1.116 + Name="VCWebServiceProxyGeneratorTool" 1.117 + /> 1.118 + <Tool 1.119 + Name="VCMIDLTool" 1.120 + /> 1.121 + <Tool 1.122 + Name="VCCLCompilerTool" 1.123 + AdditionalIncludeDirectories="../../../../toolkit/components/maintenanceservice/" 1.124 + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;APPLICATIONID_EXPORTS" 1.125 + RuntimeLibrary="0" 1.126 + UsePrecompiledHeader="0" 1.127 + WarningLevel="3" 1.128 + Detect64BitPortabilityProblems="true" 1.129 + DebugInformationFormat="3" 1.130 + /> 1.131 + <Tool 1.132 + Name="VCManagedResourceCompilerTool" 1.133 + /> 1.134 + <Tool 1.135 + Name="VCResourceCompilerTool" 1.136 + /> 1.137 + <Tool 1.138 + Name="VCPreLinkEventTool" 1.139 + /> 1.140 + <Tool 1.141 + Name="VCLinkerTool" 1.142 + LinkIncremental="1" 1.143 + GenerateDebugInformation="true" 1.144 + SubSystem="2" 1.145 + OptimizeReferences="2" 1.146 + EnableCOMDATFolding="2" 1.147 + TargetMachine="1" 1.148 + /> 1.149 + <Tool 1.150 + Name="VCALinkTool" 1.151 + /> 1.152 + <Tool 1.153 + Name="VCManifestTool" 1.154 + /> 1.155 + <Tool 1.156 + Name="VCXDCMakeTool" 1.157 + /> 1.158 + <Tool 1.159 + Name="VCBscMakeTool" 1.160 + /> 1.161 + <Tool 1.162 + Name="VCFxCopTool" 1.163 + /> 1.164 + <Tool 1.165 + Name="VCAppVerifierTool" 1.166 + /> 1.167 + <Tool 1.168 + Name="VCWebDeploymentTool" 1.169 + /> 1.170 + <Tool 1.171 + Name="VCPostBuildEventTool" 1.172 + /> 1.173 + </Configuration> 1.174 + </Configurations> 1.175 + <References> 1.176 + </References> 1.177 + <Files> 1.178 + <Filter 1.179 + Name="Source Files" 1.180 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 1.181 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 1.182 + > 1.183 + <File 1.184 + RelativePath="..\..\..\..\toolkit\mozapps\update\common\pathhash.cpp" 1.185 + > 1.186 + </File> 1.187 + <File 1.188 + RelativePath=".\Services.cpp" 1.189 + > 1.190 + </File> 1.191 + </Filter> 1.192 + <Filter 1.193 + Name="Header Files" 1.194 + Filter="h;hpp;hxx;hm;inl;inc;xsd" 1.195 + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 1.196 + > 1.197 + <File 1.198 + RelativePath=".\resource.h" 1.199 + > 1.200 + </File> 1.201 + </Filter> 1.202 + <Filter 1.203 + Name="Resource Files" 1.204 + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 1.205 + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 1.206 + > 1.207 + <File 1.208 + RelativePath=".\ServicesHelper.rc" 1.209 + > 1.210 + </File> 1.211 + </Filter> 1.212 + </Files> 1.213 + <Globals> 1.214 + </Globals> 1.215 +</VisualStudioProject>