ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/NSISPlugins/ShellFolder/ShellFolder.vcproj
Revision: 1174
Committed: 2009-05-16T19:49:03-07:00 (16 years, 1 month ago) by douglas
File size: 4704 byte(s)
Log Message:
Shell Folder Plugin.

File Contents

# Content
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="ShellFolder"
6 ProjectGUID="{204E71AB-FDE1-4F6D-9103-1AA53F03AB54}"
7 RootNamespace="ShellFolder"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="2"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
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="C:\Program Files\Microsoft SDKs\Windows\v6.1\Include;C:\Program Files (x86)\NSIS\Examples\Plugin;C:\Program Files\NSIS\Examples\Plugin"
45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SHELLFOLDER_EXPORTS"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="1"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
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 AdditionalDependencies="SHFolder.lib pluginapi.lib"
65 LinkIncremental="2"
66 AdditionalLibraryDirectories="C:\Program Files\Microsoft SDKs\Windows\v6.1\Lib;C:\Program Files (x86)\NSIS\Examples\Plugin\nsis;C:\Program Files\NSIS\Examples\Plugin\nsis"
67 IgnoreDefaultLibraryNames="libc.lib"
68 GenerateDebugInformation="true"
69 SubSystem="2"
70 TargetMachine="1"
71 />
72 <Tool
73 Name="VCALinkTool"
74 />
75 <Tool
76 Name="VCManifestTool"
77 />
78 <Tool
79 Name="VCXDCMakeTool"
80 />
81 <Tool
82 Name="VCBscMakeTool"
83 />
84 <Tool
85 Name="VCFxCopTool"
86 />
87 <Tool
88 Name="VCAppVerifierTool"
89 />
90 <Tool
91 Name="VCPostBuildEventTool"
92 />
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="2"
99 CharacterSet="2"
100 WholeProgramOptimization="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
119 Optimization="2"
120 EnableIntrinsicFunctions="true"
121 AdditionalIncludeDirectories="C:\Program Files\Microsoft SDKs\Windows\v6.1\Include;C:\Program Files (x86)\NSIS\Examples\Plugin;C:\Program Files\NSIS\Examples\Plugin"
122 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SHELLFOLDER_EXPORTS"
123 RuntimeLibrary="0"
124 EnableFunctionLevelLinking="true"
125 UsePrecompiledHeader="0"
126 WarningLevel="3"
127 DebugInformationFormat="3"
128 />
129 <Tool
130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
138 <Tool
139 Name="VCLinkerTool"
140 AdditionalDependencies="SHFolder.lib pluginapi.lib"
141 LinkIncremental="1"
142 AdditionalLibraryDirectories="C:\Program Files\Microsoft SDKs\Windows\v6.1\Lib;C:\Program Files (x86)\NSIS\Examples\Plugin\nsis;C:\Program Files\NSIS\Examples\Plugin\nsis"
143 IgnoreDefaultLibraryNames="libc.lib"
144 GenerateDebugInformation="true"
145 SubSystem="2"
146 OptimizeReferences="2"
147 EnableCOMDATFolding="2"
148 TargetMachine="1"
149 />
150 <Tool
151 Name="VCALinkTool"
152 />
153 <Tool
154 Name="VCManifestTool"
155 />
156 <Tool
157 Name="VCXDCMakeTool"
158 />
159 <Tool
160 Name="VCBscMakeTool"
161 />
162 <Tool
163 Name="VCFxCopTool"
164 />
165 <Tool
166 Name="VCAppVerifierTool"
167 />
168 <Tool
169 Name="VCPostBuildEventTool"
170 />
171 </Configuration>
172 </Configurations>
173 <References>
174 </References>
175 <Files>
176 <Filter
177 Name="Source Files"
178 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
179 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
180 >
181 <File
182 RelativePath=".\ShellFolder.cpp"
183 >
184 </File>
185 </Filter>
186 <Filter
187 Name="Header Files"
188 Filter="h;hpp;hxx;hm;inl;inc;xsd"
189 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
190 >
191 </Filter>
192 <Filter
193 Name="Resource Files"
194 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
195 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
196 >
197 </Filter>
198 </Files>
199 <Globals>
200 </Globals>
201 </VisualStudioProject>

Properties

Name Value
svn:eol-style native