other-licenses/nsis/Contrib/ServicesHelper/ServicesHelper.vcproj

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <?xml version="1.0" encoding="Windows-1252"?>
     2 <VisualStudioProject
     3 	ProjectType="Visual C++"
     4 	Version="8.00"
     5 	Name="ServicesHelper"
     6 	ProjectGUID="{A0D0AD52-1D8B-402E-92EF-81AE0C320BD7}"
     7 	RootNamespace="ServicesHelper"
     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="../../Plugins"
    21 			IntermediateDirectory="$(ConfigurationName)"
    22 			ConfigurationType="2"
    23 			CharacterSet="1"
    24 			>
    25 			<Tool
    26 				Name="VCPreBuildEventTool"
    27 			/>
    28 			<Tool
    29 				Name="VCCustomBuildTool"
    30 			/>
    31 			<Tool
    32 				Name="VCXMLDataGeneratorTool"
    33 			/>
    34 			<Tool
    35 				Name="VCWebServiceProxyGeneratorTool"
    36 			/>
    37 			<Tool
    38 				Name="VCMIDLTool"
    39 			/>
    40 			<Tool
    41 				Name="VCCLCompilerTool"
    42 				Optimization="0"
    43 				AdditionalIncludeDirectories="../../../../toolkit/components/maintenanceservice/"
    44 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;APPLICATIONID_EXPORTS"
    45 				MinimalRebuild="true"
    46 				BasicRuntimeChecks="3"
    47 				RuntimeLibrary="3"
    48 				UsePrecompiledHeader="0"
    49 				WarningLevel="3"
    50 				Detect64BitPortabilityProblems="true"
    51 				DebugInformationFormat="4"
    52 			/>
    53 			<Tool
    54 				Name="VCManagedResourceCompilerTool"
    55 			/>
    56 			<Tool
    57 				Name="VCResourceCompilerTool"
    58 			/>
    59 			<Tool
    60 				Name="VCPreLinkEventTool"
    61 			/>
    62 			<Tool
    63 				Name="VCLinkerTool"
    64 				LinkIncremental="2"
    65 				GenerateDebugInformation="true"
    66 				SubSystem="2"
    67 				TargetMachine="1"
    68 			/>
    69 			<Tool
    70 				Name="VCALinkTool"
    71 			/>
    72 			<Tool
    73 				Name="VCManifestTool"
    74 			/>
    75 			<Tool
    76 				Name="VCXDCMakeTool"
    77 			/>
    78 			<Tool
    79 				Name="VCBscMakeTool"
    80 			/>
    81 			<Tool
    82 				Name="VCFxCopTool"
    83 			/>
    84 			<Tool
    85 				Name="VCAppVerifierTool"
    86 			/>
    87 			<Tool
    88 				Name="VCWebDeploymentTool"
    89 			/>
    90 			<Tool
    91 				Name="VCPostBuildEventTool"
    92 			/>
    93 		</Configuration>
    94 		<Configuration
    95 			Name="Release|Win32"
    96 			OutputDirectory="../../Plugins"
    97 			IntermediateDirectory="$(ConfigurationName)"
    98 			ConfigurationType="2"
    99 			ATLMinimizesCRunTimeLibraryUsage="true"
   100 			CharacterSet="1"
   101 			WholeProgramOptimization="1"
   102 			>
   103 			<Tool
   104 				Name="VCPreBuildEventTool"
   105 			/>
   106 			<Tool
   107 				Name="VCCustomBuildTool"
   108 			/>
   109 			<Tool
   110 				Name="VCXMLDataGeneratorTool"
   111 			/>
   112 			<Tool
   113 				Name="VCWebServiceProxyGeneratorTool"
   114 			/>
   115 			<Tool
   116 				Name="VCMIDLTool"
   117 			/>
   118 			<Tool
   119 				Name="VCCLCompilerTool"
   120 				AdditionalIncludeDirectories="../../../../toolkit/components/maintenanceservice/"
   121 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;APPLICATIONID_EXPORTS"
   122 				RuntimeLibrary="0"
   123 				UsePrecompiledHeader="0"
   124 				WarningLevel="3"
   125 				Detect64BitPortabilityProblems="true"
   126 				DebugInformationFormat="3"
   127 			/>
   128 			<Tool
   129 				Name="VCManagedResourceCompilerTool"
   130 			/>
   131 			<Tool
   132 				Name="VCResourceCompilerTool"
   133 			/>
   134 			<Tool
   135 				Name="VCPreLinkEventTool"
   136 			/>
   137 			<Tool
   138 				Name="VCLinkerTool"
   139 				LinkIncremental="1"
   140 				GenerateDebugInformation="true"
   141 				SubSystem="2"
   142 				OptimizeReferences="2"
   143 				EnableCOMDATFolding="2"
   144 				TargetMachine="1"
   145 			/>
   146 			<Tool
   147 				Name="VCALinkTool"
   148 			/>
   149 			<Tool
   150 				Name="VCManifestTool"
   151 			/>
   152 			<Tool
   153 				Name="VCXDCMakeTool"
   154 			/>
   155 			<Tool
   156 				Name="VCBscMakeTool"
   157 			/>
   158 			<Tool
   159 				Name="VCFxCopTool"
   160 			/>
   161 			<Tool
   162 				Name="VCAppVerifierTool"
   163 			/>
   164 			<Tool
   165 				Name="VCWebDeploymentTool"
   166 			/>
   167 			<Tool
   168 				Name="VCPostBuildEventTool"
   169 			/>
   170 		</Configuration>
   171 	</Configurations>
   172 	<References>
   173 	</References>
   174 	<Files>
   175 		<Filter
   176 			Name="Source Files"
   177 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   178 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   179 			>
   180 			<File
   181 				RelativePath="..\..\..\..\toolkit\mozapps\update\common\pathhash.cpp"
   182 				>
   183 			</File>
   184 			<File
   185 				RelativePath=".\Services.cpp"
   186 				>
   187 			</File>
   188 		</Filter>
   189 		<Filter
   190 			Name="Header Files"
   191 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   192 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   193 			>
   194 			<File
   195 				RelativePath=".\resource.h"
   196 				>
   197 			</File>
   198 		</Filter>
   199 		<Filter
   200 			Name="Resource Files"
   201 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
   202 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   203 			>
   204 			<File
   205 				RelativePath=".\ServicesHelper.rc"
   206 				>
   207 			</File>
   208 		</Filter>
   209 	</Files>
   210 	<Globals>
   211 	</Globals>
   212 </VisualStudioProject>

mercurial