Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Plugin/Plugin.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations) (download)
Wed Feb 10 18:21:00 2010 UTC (14 years, 3 months ago) by sho1get
File size: 6002 byte(s)


1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="Mandelbrot"
6 ProjectGUID="{2E7972F8-B6FA-4022-851C-1993B893F3C5}"
7 RootNamespace="Plugin"
8 Keyword="MFCDLLProj"
9 TargetFrameworkVersion="131072"
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 UseOfMFC="2"
25 CharacterSet="1"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 PreprocessorDefinitions="_DEBUG"
42 MkTypLibCompatible="false"
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
48 MinimalRebuild="true"
49 BasicRuntimeChecks="3"
50 RuntimeLibrary="3"
51 UsePrecompiledHeader="2"
52 WarningLevel="3"
53 DebugInformationFormat="4"
54 />
55 <Tool
56 Name="VCManagedResourceCompilerTool"
57 />
58 <Tool
59 Name="VCResourceCompilerTool"
60 PreprocessorDefinitions="_DEBUG"
61 Culture="1041"
62 AdditionalIncludeDirectories="$(IntDir)"
63 />
64 <Tool
65 Name="VCPreLinkEventTool"
66 />
67 <Tool
68 Name="VCLinkerTool"
69 OutputFile="$(OutDir)\Plugin\$(ProjectName).dll"
70 LinkIncremental="2"
71 ModuleDefinitionFile=".\Plugin.def"
72 GenerateDebugInformation="true"
73 SubSystem="2"
74 TargetMachine="1"
75 />
76 <Tool
77 Name="VCALinkTool"
78 />
79 <Tool
80 Name="VCManifestTool"
81 />
82 <Tool
83 Name="VCXDCMakeTool"
84 />
85 <Tool
86 Name="VCBscMakeTool"
87 />
88 <Tool
89 Name="VCFxCopTool"
90 />
91 <Tool
92 Name="VCAppVerifierTool"
93 />
94 <Tool
95 Name="VCPostBuildEventTool"
96 />
97 </Configuration>
98 <Configuration
99 Name="Release|Win32"
100 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
101 IntermediateDirectory="$(ConfigurationName)"
102 ConfigurationType="2"
103 UseOfMFC="2"
104 CharacterSet="1"
105 WholeProgramOptimization="1"
106 >
107 <Tool
108 Name="VCPreBuildEventTool"
109 />
110 <Tool
111 Name="VCCustomBuildTool"
112 />
113 <Tool
114 Name="VCXMLDataGeneratorTool"
115 />
116 <Tool
117 Name="VCWebServiceProxyGeneratorTool"
118 />
119 <Tool
120 Name="VCMIDLTool"
121 PreprocessorDefinitions="NDEBUG"
122 MkTypLibCompatible="false"
123 />
124 <Tool
125 Name="VCCLCompilerTool"
126 Optimization="2"
127 EnableIntrinsicFunctions="true"
128 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
129 RuntimeLibrary="2"
130 EnableFunctionLevelLinking="true"
131 UsePrecompiledHeader="2"
132 WarningLevel="3"
133 DebugInformationFormat="3"
134 />
135 <Tool
136 Name="VCManagedResourceCompilerTool"
137 />
138 <Tool
139 Name="VCResourceCompilerTool"
140 PreprocessorDefinitions="NDEBUG"
141 Culture="1041"
142 AdditionalIncludeDirectories="$(IntDir)"
143 />
144 <Tool
145 Name="VCPreLinkEventTool"
146 />
147 <Tool
148 Name="VCLinkerTool"
149 OutputFile="$(OutDir)\Plugin\$(ProjectName).dll"
150 LinkIncremental="1"
151 ModuleDefinitionFile=".\Plugin.def"
152 GenerateDebugInformation="true"
153 SubSystem="2"
154 OptimizeReferences="2"
155 EnableCOMDATFolding="2"
156 TargetMachine="1"
157 />
158 <Tool
159 Name="VCALinkTool"
160 />
161 <Tool
162 Name="VCManifestTool"
163 />
164 <Tool
165 Name="VCXDCMakeTool"
166 />
167 <Tool
168 Name="VCBscMakeTool"
169 />
170 <Tool
171 Name="VCFxCopTool"
172 />
173 <Tool
174 Name="VCAppVerifierTool"
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=".\DefaultPlugin.cpp"
191 >
192 </File>
193 <File
194 RelativePath=".\Flactale.cpp"
195 >
196 </File>
197 <File
198 RelativePath=".\Mandelbrot.cpp"
199 >
200 </File>
201 <File
202 RelativePath=".\PluginApp.cpp"
203 >
204 </File>
205 <File
206 RelativePath=".\stdafx.cpp"
207 >
208 <FileConfiguration
209 Name="Debug|Win32"
210 >
211 <Tool
212 Name="VCCLCompilerTool"
213 UsePrecompiledHeader="1"
214 />
215 </FileConfiguration>
216 <FileConfiguration
217 Name="Release|Win32"
218 >
219 <Tool
220 Name="VCCLCompilerTool"
221 UsePrecompiledHeader="1"
222 />
223 </FileConfiguration>
224 </File>
225 </Filter>
226 <Filter
227 Name="Header Files"
228 Filter="h;hpp;hxx;hm;inl;inc;xsd"
229 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
230 >
231 <File
232 RelativePath=".\Complex.h"
233 >
234 </File>
235 <File
236 RelativePath=".\DefaultPlugin.h"
237 >
238 </File>
239 <File
240 RelativePath=".\Export.h"
241 >
242 </File>
243 <File
244 RelativePath=".\Flactale.h"
245 >
246 </File>
247 <File
248 RelativePath=".\PluginApp.h"
249 >
250 </File>
251 <File
252 RelativePath=".\Resource.h"
253 >
254 </File>
255 <File
256 RelativePath=".\stdafx.h"
257 >
258 </File>
259 <File
260 RelativePath=".\StringSplit.h"
261 >
262 </File>
263 <File
264 RelativePath=".\System.h"
265 >
266 </File>
267 <File
268 RelativePath=".\targetver.h"
269 >
270 </File>
271 </Filter>
272 <Filter
273 Name="Resource Files"
274 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
275 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
276 >
277 <File
278 RelativePath=".\Plugin.rc"
279 >
280 </File>
281 <File
282 RelativePath=".\res\Plugin.rc2"
283 >
284 </File>
285 </Filter>
286 <File
287 RelativePath=".\ClassDiagram1.cd"
288 >
289 </File>
290 <File
291 RelativePath=".\Plugin.def"
292 >
293 </File>
294 </Files>
295 <Globals>
296 </Globals>
297 </VisualStudioProject>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26