root/lang/cplusplus/SleipnirGoogleSuggest/Main.vcproj

Revision 14174, 5.2 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="Hook"
6        ProjectGUID="{A4A9CBA8-2EE6-44C2-A27A-B74C6DEA879E}"
7        RootNamespace="Main"
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="D:\Program Files\Fenrir &amp; Co\Sleipnir\bin"
22                        IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
23                        ConfigurationType="2"
24                        UseOfATL="1"
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                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                Optimization="0"
45                                AdditionalIncludeDirectories=""
46                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MAIN_EXPORTS"
47                                MinimalRebuild="true"
48                                BasicRuntimeChecks="3"
49                                RuntimeLibrary="3"
50                                StructMemberAlignment="3"
51                                UsePrecompiledHeader="2"
52                                WarningLevel="3"
53                                DebugInformationFormat="4"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                OutputFile="$(OutDir)\SleipnirGS.dll"
67                                LinkIncremental="2"
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="D:\Program Files\Fenrir &amp; Co\Sleipnir\bin"
97                        IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
98                        ConfigurationType="2"
99                        UseOfATL="1"
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                                Optimization="2"
121                                EnableIntrinsicFunctions="true"
122                                AdditionalIncludeDirectories=""
123                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MAIN_EXPORTS"
124                                RuntimeLibrary="0"
125                                StructMemberAlignment="3"
126                                EnableFunctionLevelLinking="true"
127                                UsePrecompiledHeader="0"
128                                WarningLevel="4"
129                                DebugInformationFormat="3"
130                                EnablePREfast="true"
131                        />
132                        <Tool
133                                Name="VCManagedResourceCompilerTool"
134                        />
135                        <Tool
136                                Name="VCResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCPreLinkEventTool"
140                        />
141                        <Tool
142                                Name="VCLinkerTool"
143                                OutputFile="$(OutDir)\SleipnirGS.dll"
144                                LinkIncremental="1"
145                                GenerateDebugInformation="true"
146                                SubSystem="2"
147                                OptimizeReferences="2"
148                                EnableCOMDATFolding="2"
149                                TargetMachine="1"
150                        />
151                        <Tool
152                                Name="VCALinkTool"
153                        />
154                        <Tool
155                                Name="VCManifestTool"
156                        />
157                        <Tool
158                                Name="VCXDCMakeTool"
159                        />
160                        <Tool
161                                Name="VCBscMakeTool"
162                        />
163                        <Tool
164                                Name="VCFxCopTool"
165                        />
166                        <Tool
167                                Name="VCAppVerifierTool"
168                        />
169                        <Tool
170                                Name="VCPostBuildEventTool"
171                        />
172                </Configuration>
173        </Configurations>
174        <References>
175        </References>
176        <Files>
177                <Filter
178                        Name="�\�[�X �t�@�C��"
179                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
180                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
181                        >
182                        <File
183                                RelativePath=".\Common.cpp"
184                                >
185                        </File>
186                        <File
187                                RelativePath=".\Debug.cpp"
188                                >
189                        </File>
190                        <File
191                                RelativePath=".\HookDll.cpp"
192                                >
193                                <FileConfiguration
194                                        Name="Debug|Win32"
195                                        >
196                                        <Tool
197                                                Name="VCCLCompilerTool"
198                                                UsePrecompiledHeader="0"
199                                                CompileAsManaged="0"
200                                        />
201                                </FileConfiguration>
202                                <FileConfiguration
203                                        Name="Release|Win32"
204                                        >
205                                        <Tool
206                                                Name="VCCLCompilerTool"
207                                                UsePrecompiledHeader="0"
208                                                CompileAsManaged="0"
209                                        />
210                                </FileConfiguration>
211                        </File>
212                        <File
213                                RelativePath=".\StdAfx.cpp"
214                                >
215                                <FileConfiguration
216                                        Name="Debug|Win32"
217                                        >
218                                        <Tool
219                                                Name="VCCLCompilerTool"
220                                                UsePrecompiledHeader="1"
221                                        />
222                                </FileConfiguration>
223                        </File>
224                </Filter>
225                <Filter
226                        Name="�w�b�_�[ �t�@�C��"
227                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
228                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
229                        >
230                        <File
231                                RelativePath=".\Common.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath=".\Debug.h"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\StdAfx.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath=".\targetver.h"
244                                >
245                        </File>
246                </Filter>
247                <Filter
248                        Name="���\�[�X �t�@�C��"
249                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
250                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
251                        >
252                </Filter>
253        </Files>
254        <Globals>
255        </Globals>
256</VisualStudioProject>
Note: See TracBrowser for help on using the browser.