root/lang/cplusplus/SleipnirGoogleSuggest/SuggestWindow.vcproj

Revision 14174, 4.4 kB (checked in by saturday06, 7 months ago)

アカウントもらった記念に今作ってるものを全部うp

Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="Window"
6        ProjectGUID="{85F35B24-A9FE-4270-9E82-4A0F60EF8380}"
7        RootNamespace="SuggestWindow"
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)\$(ProjectName)"
23                        ConfigurationType="1"
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=""
45                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="3"
49                                StructMemberAlignment="3"
50                                UsePrecompiledHeader="2"
51                                WarningLevel="3"
52                                DebugInformationFormat="4"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                LinkIncremental="2"
66                                GenerateDebugInformation="true"
67                                SubSystem="2"
68                                TargetMachine="1"
69                        />
70                        <Tool
71                                Name="VCALinkTool"
72                        />
73                        <Tool
74                                Name="VCManifestTool"
75                        />
76                        <Tool
77                                Name="VCXDCMakeTool"
78                        />
79                        <Tool
80                                Name="VCBscMakeTool"
81                        />
82                        <Tool
83                                Name="VCFxCopTool"
84                        />
85                        <Tool
86                                Name="VCAppVerifierTool"
87                        />
88                        <Tool
89                                Name="VCPostBuildEventTool"
90                        />
91                </Configuration>
92                <Configuration
93                        Name="Release|Win32"
94                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
95                        IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
96                        ConfigurationType="1"
97                        CharacterSet="1"
98                        WholeProgramOptimization="1"
99                        >
100                        <Tool
101                                Name="VCPreBuildEventTool"
102                        />
103                        <Tool
104                                Name="VCCustomBuildTool"
105                        />
106                        <Tool
107                                Name="VCXMLDataGeneratorTool"
108                        />
109                        <Tool
110                                Name="VCWebServiceProxyGeneratorTool"
111                        />
112                        <Tool
113                                Name="VCMIDLTool"
114                        />
115                        <Tool
116                                Name="VCCLCompilerTool"
117                                Optimization="2"
118                                EnableIntrinsicFunctions="true"
119                                AdditionalIncludeDirectories=""
120                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
121                                RuntimeLibrary="0"
122                                StructMemberAlignment="3"
123                                EnableFunctionLevelLinking="true"
124                                UsePrecompiledHeader="0"
125                                WarningLevel="3"
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="VCPostBuildEventTool"
166                        />
167                </Configuration>
168        </Configurations>
169        <References>
170        </References>
171        <Files>
172                <Filter
173                        Name="�\�[�X �t�@�C��"
174                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
175                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
176                        >
177                        <File
178                                RelativePath=".\Common.cpp"
179                                >
180                        </File>
181                        <File
182                                RelativePath=".\CompletionWindow.cpp"
183                                >
184                        </File>
185                        <File
186                                RelativePath=".\StdAfx.cpp"
187                                >
188                                <FileConfiguration
189                                        Name="Debug|Win32"
190                                        >
191                                        <Tool
192                                                Name="VCCLCompilerTool"
193                                                UsePrecompiledHeader="1"
194                                        />
195                                </FileConfiguration>
196                        </File>
197                        <File
198                                RelativePath=".\WindowTest.cpp"
199                                >
200                        </File>
201                </Filter>
202                <Filter
203                        Name="�w�b�_�[ �t�@�C��"
204                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
205                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
206                        >
207                        <File
208                                RelativePath=".\Common.h"
209                                >
210                        </File>
211                        <File
212                                RelativePath=".\CompletionWindow.h"
213                                >
214                        </File>
215                        <File
216                                RelativePath=".\StdAfx.h"
217                                >
218                        </File>
219                </Filter>
220        </Files>
221        <Globals>
222        </Globals>
223</VisualStudioProject>
Note: See TracBrowser for help on using the browser.