root/lang/cplusplus/i3/windows/mol_test.vcproj @ 15333

Revision 15333, 10.0 kB (checked in by saturday06, 5 years ago)

コンパイルとおった

Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="mol_test"
6        ProjectGUID="{9810174D-7FA6-441D-95E0-7D8507250DBC}"
7        RootNamespace="MolTest"
8        Keyword="Win32Proj"
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="build\$(ConfigurationName)\$(ProjectName)"
22                        IntermediateDirectory="$(OutDir)"
23                        ConfigurationType="1"
24                        UseOfATL="1"
25                        CharacterSet="2"
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                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                AdditionalOptions="/D_SCL_SECURE_NO_WARNINGS"
45                                Optimization="0"
46                                AdditionalIncludeDirectories="..\src\mol\include"
47                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
48                                MinimalRebuild="true"
49                                ExceptionHandling="2"
50                                BasicRuntimeChecks="3"
51                                RuntimeLibrary="3"
52                                StructMemberAlignment="0"
53                                RuntimeTypeInfo="true"
54                                UsePrecompiledHeader="2"
55                                PrecompiledHeaderThrough="mol/PrecompiledHeaders.h"
56                                WarningLevel="4"
57                                Detect64BitPortabilityProblems="false"
58                                DebugInformationFormat="4"
59                                EnablePREfast="false"
60                        />
61                        <Tool
62                                Name="VCManagedResourceCompilerTool"
63                        />
64                        <Tool
65                                Name="VCResourceCompilerTool"
66                        />
67                        <Tool
68                                Name="VCPreLinkEventTool"
69                        />
70                        <Tool
71                                Name="VCLinkerTool"
72                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
73                                OutputFile="$(OutDir)\$(ProjectName).$(ConfigurationName).exe"
74                                LinkIncremental="2"
75                                GenerateManifest="true"
76                                IgnoreAllDefaultLibraries="false"
77                                GenerateDebugInformation="true"
78                                SubSystem="1"
79                                RandomizedBaseAddress="1"
80                                DataExecutionPrevention="0"
81                                TargetMachine="1"
82                        />
83                        <Tool
84                                Name="VCALinkTool"
85                        />
86                        <Tool
87                                Name="VCManifestTool"
88                                EmbedManifest="false"
89                        />
90                        <Tool
91                                Name="VCXDCMakeTool"
92                        />
93                        <Tool
94                                Name="VCBscMakeTool"
95                        />
96                        <Tool
97                                Name="VCFxCopTool"
98                        />
99                        <Tool
100                                Name="VCAppVerifierTool"
101                        />
102                        <Tool
103                                Name="VCPostBuildEventTool"
104                        />
105                </Configuration>
106                <Configuration
107                        Name="Release|Win32"
108                        OutputDirectory="build\$(ConfigurationName)\$(ProjectName)"
109                        IntermediateDirectory="$(OutDir)"
110                        ConfigurationType="1"
111                        UseOfATL="1"
112                        CharacterSet="2"
113                        WholeProgramOptimization="1"
114                        >
115                        <Tool
116                                Name="VCPreBuildEventTool"
117                        />
118                        <Tool
119                                Name="VCCustomBuildTool"
120                        />
121                        <Tool
122                                Name="VCXMLDataGeneratorTool"
123                        />
124                        <Tool
125                                Name="VCWebServiceProxyGeneratorTool"
126                        />
127                        <Tool
128                                Name="VCMIDLTool"
129                        />
130                        <Tool
131                                Name="VCCLCompilerTool"
132                                AdditionalOptions="/GA"
133                                Optimization="2"
134                                InlineFunctionExpansion="0"
135                                EnableIntrinsicFunctions="false"
136                                FavorSizeOrSpeed="0"
137                                OmitFramePointers="false"
138                                EnableFiberSafeOptimizations="false"
139                                AdditionalIncludeDirectories="..\src\mol\include"
140                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
141                                ExceptionHandling="2"
142                                RuntimeLibrary="2"
143                                StructMemberAlignment="3"
144                                BufferSecurityCheck="false"
145                                DisableLanguageExtensions="false"
146                                RuntimeTypeInfo="false"
147                                OpenMP="false"
148                                UsePrecompiledHeader="0"
149                                WarningLevel="4"
150                                Detect64BitPortabilityProblems="false"
151                                DebugInformationFormat="0"
152                                EnablePREfast="true"
153                        />
154                        <Tool
155                                Name="VCManagedResourceCompilerTool"
156                        />
157                        <Tool
158                                Name="VCResourceCompilerTool"
159                        />
160                        <Tool
161                                Name="VCPreLinkEventTool"
162                        />
163                        <Tool
164                                Name="VCLinkerTool"
165                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
166                                LinkIncremental="1"
167                                GenerateManifest="true"
168                                IgnoreAllDefaultLibraries="false"
169                                GenerateDebugInformation="true"
170                                GenerateMapFile="true"
171                                SubSystem="1"
172                                OptimizeReferences="2"
173                                EnableCOMDATFolding="2"
174                                RandomizedBaseAddress="1"
175                                DataExecutionPrevention="0"
176                                TargetMachine="1"
177                        />
178                        <Tool
179                                Name="VCALinkTool"
180                        />
181                        <Tool
182                                Name="VCManifestTool"
183                        />
184                        <Tool
185                                Name="VCXDCMakeTool"
186                        />
187                        <Tool
188                                Name="VCBscMakeTool"
189                        />
190                        <Tool
191                                Name="VCFxCopTool"
192                        />
193                        <Tool
194                                Name="VCAppVerifierTool"
195                        />
196                        <Tool
197                                Name="VCPostBuildEventTool"
198                        />
199                </Configuration>
200                <Configuration
201                        Name="Debug_Analyze|Win32"
202                        OutputDirectory="build\$(ConfigurationName)\$(ProjectName)"
203                        IntermediateDirectory="$(OutDir)"
204                        ConfigurationType="1"
205                        UseOfATL="1"
206                        CharacterSet="2"
207                        >
208                        <Tool
209                                Name="VCPreBuildEventTool"
210                        />
211                        <Tool
212                                Name="VCCustomBuildTool"
213                        />
214                        <Tool
215                                Name="VCXMLDataGeneratorTool"
216                        />
217                        <Tool
218                                Name="VCWebServiceProxyGeneratorTool"
219                        />
220                        <Tool
221                                Name="VCMIDLTool"
222                        />
223                        <Tool
224                                Name="VCCLCompilerTool"
225                                AdditionalOptions="/D_SCL_SECURE_NO_WARNINGS"
226                                Optimization="0"
227                                AdditionalIncludeDirectories="..\src\mol\include"
228                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
229                                MinimalRebuild="true"
230                                ExceptionHandling="2"
231                                BasicRuntimeChecks="3"
232                                RuntimeLibrary="3"
233                                RuntimeTypeInfo="true"
234                                UsePrecompiledHeader="2"
235                                PrecompiledHeaderThrough="mol/PrecompiledHeaders.h"
236                                WarningLevel="4"
237                                Detect64BitPortabilityProblems="false"
238                                DebugInformationFormat="4"
239                                EnablePREfast="true"
240                        />
241                        <Tool
242                                Name="VCManagedResourceCompilerTool"
243                        />
244                        <Tool
245                                Name="VCResourceCompilerTool"
246                        />
247                        <Tool
248                                Name="VCPreLinkEventTool"
249                        />
250                        <Tool
251                                Name="VCLinkerTool"
252                                OutputFile="$(OutDir)\$(ProjectName).$(ConfigurationName).exe"
253                                LinkIncremental="2"
254                                GenerateManifest="false"
255                                GenerateDebugInformation="true"
256                                SubSystem="1"
257                                RandomizedBaseAddress="1"
258                                DataExecutionPrevention="0"
259                                TargetMachine="1"
260                        />
261                        <Tool
262                                Name="VCALinkTool"
263                        />
264                        <Tool
265                                Name="VCManifestTool"
266                        />
267                        <Tool
268                                Name="VCXDCMakeTool"
269                        />
270                        <Tool
271                                Name="VCBscMakeTool"
272                        />
273                        <Tool
274                                Name="VCFxCopTool"
275                        />
276                        <Tool
277                                Name="VCAppVerifierTool"
278                        />
279                        <Tool
280                                Name="VCPostBuildEventTool"
281                        />
282                </Configuration>
283        </Configurations>
284        <References>
285        </References>
286        <Files>
287                <Filter
288                        Name="�\�[�X �t�@�C��"
289                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
290                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
291                        >
292                        <File
293                                RelativePath="..\src\mol\include\mol\StaticData.cpp"
294                                >
295                                <FileConfiguration
296                                        Name="Debug|Win32"
297                                        >
298                                        <Tool
299                                                Name="VCCLCompilerTool"
300                                                UsePrecompiledHeader="2"
301                                        />
302                                </FileConfiguration>
303                        </File>
304                        <File
305                                RelativePath="..\src\mol\src\StdAfx.cpp"
306                                >
307                                <FileConfiguration
308                                        Name="Debug|Win32"
309                                        >
310                                        <Tool
311                                                Name="VCCLCompilerTool"
312                                                UsePrecompiledHeader="1"
313                                        />
314                                </FileConfiguration>
315                                <FileConfiguration
316                                        Name="Debug_Analyze|Win32"
317                                        >
318                                        <Tool
319                                                Name="VCCLCompilerTool"
320                                                UsePrecompiledHeader="1"
321                                        />
322                                </FileConfiguration>
323                        </File>
324                        <File
325                                RelativePath="..\src\mol\src\Test.cpp"
326                                >
327                                <FileConfiguration
328                                        Name="Debug|Win32"
329                                        >
330                                        <Tool
331                                                Name="VCCLCompilerTool"
332                                                UsePrecompiledHeader="2"
333                                        />
334                                </FileConfiguration>
335                        </File>
336                        <File
337                                RelativePath="..\src\mol\src\Test2.cpp"
338                                >
339                                <FileConfiguration
340                                        Name="Debug|Win32"
341                                        >
342                                        <Tool
343                                                Name="VCCLCompilerTool"
344                                                UsePrecompiledHeader="2"
345                                        />
346                                </FileConfiguration>
347                        </File>
348                        <File
349                                RelativePath="..\src\mol\src\windows\WindowProcedureTest.cpp"
350                                >
351                                <FileConfiguration
352                                        Name="Debug|Win32"
353                                        >
354                                        <Tool
355                                                Name="VCCLCompilerTool"
356                                                UsePrecompiledHeader="2"
357                                        />
358                                </FileConfiguration>
359                        </File>
360                </Filter>
361                <Filter
362                        Name="�w�b�_�[ �t�@�C��"
363                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
364                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
365                        >
366                        <File
367                                RelativePath="..\src\mol\include\mol\Debug.h"
368                                >
369                        </File>
370                        <File
371                                RelativePath="..\src\mol\include\mol\Environment.h"
372                                >
373                        </File>
374                        <File
375                                RelativePath="..\src\mol\include\mol\Module.h"
376                                >
377                        </File>
378                        <File
379                                RelativePath="..\src\mol\include\mol\Mol.h"
380                                >
381                        </File>
382                        <File
383                                RelativePath="..\src\mol\include\mol\PrecompiledHeaders.h"
384                                >
385                        </File>
386                        <File
387                                RelativePath=".\resource.h"
388                                >
389                        </File>
390                        <File
391                                RelativePath="..\src\mol\include\mol\Thread.h"
392                                >
393                        </File>
394                        <Filter
395                                Name="windows"
396                                >
397                                <File
398                                        RelativePath="..\src\mol\include\mol\windows\Debug.h"
399                                        >
400                                </File>
401                                <File
402                                        RelativePath="..\src\mol\include\mol\windows\DummyMessageHandler.h"
403                                        >
404                                </File>
405                                <File
406                                        RelativePath="..\src\mol\include\mol\windows\GuiModule.h"
407                                        >
408                                </File>
409                                <File
410                                        RelativePath="..\src\mol\include\mol\windows\MessageCracker.h"
411                                        >
412                                </File>
413                                <File
414                                        RelativePath="..\src\mol\include\mol\windows\Mol.h"
415                                        >
416                                </File>
417                                <File
418                                        RelativePath="..\src\mol\include\mol\windows\MscCrt.h"
419                                        >
420                                </File>
421                                <File
422                                        RelativePath="..\src\mol\include\mol\windows\PrecompiledHeaders.h"
423                                        >
424                                </File>
425                                <File
426                                        RelativePath="..\src\mol\include\mol\windows\Sleep.h"
427                                        >
428                                </File>
429                                <File
430                                        RelativePath="..\src\mol\include\mol\windows\ThreadCore.h"
431                                        >
432                                </File>
433                                <File
434                                        RelativePath="..\src\mol\include\mol\windows\WindowProcedureRedirector.h"
435                                        >
436                                </File>
437                        </Filter>
438                </Filter>
439                <Filter
440                        Name="���\�[�X �t�@�C��"
441                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
442                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
443                        >
444                </Filter>
445        </Files>
446        <Globals>
447        </Globals>
448</VisualStudioProject>
Note: See TracBrowser for help on using the browser.