root/lang/cplusplus/SleipnirGoogleSuggest/Runner.vcproj

Revision 14174, 4.7 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="Startup"
6        ProjectGUID="{A7F2AF4D-FD1D-4AF6-BBEA-447E83122746}"
7        RootNamespace="Runner"
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="1"
24                        CharacterSet="1"
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                                PrecompiledHeaderThrough="StdAfx.h"
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                                AdditionalDependencies="shlwapi.lib &quot;$(OutDir)\SleipnirGS.lib&quot;"
67                                OutputFile="$(OutDir)\SleipnirGS.exe"
68                                LinkIncremental="2"
69                                GenerateDebugInformation="true"
70                                SubSystem="2"
71                                TargetMachine="1"
72                        />
73                        <Tool
74                                Name="VCALinkTool"
75                        />
76                        <Tool
77                                Name="VCManifestTool"
78                        />
79                        <Tool
80                                Name="VCXDCMakeTool"
81                        />
82                        <Tool
83                                Name="VCBscMakeTool"
84                        />
85                        <Tool
86                                Name="VCFxCopTool"
87                        />
88                        <Tool
89                                Name="VCAppVerifierTool"
90                        />
91                        <Tool
92                                Name="VCPostBuildEventTool"
93                        />
94                </Configuration>
95                <Configuration
96                        Name="Release|Win32"
97                        OutputDirectory="D:\Program Files\Fenrir &amp; Co\Sleipnir\bin"
98                        IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
99                        ConfigurationType="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"
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                                AdditionalDependencies="shlwapi.lib"
144                                OutputFile="$(OutDir)\SleipnirGS.exe"
145                                LinkIncremental="1"
146                                GenerateDebugInformation="true"
147                                SubSystem="2"
148                                OptimizeReferences="2"
149                                EnableCOMDATFolding="2"
150                                TargetMachine="1"
151                        />
152                        <Tool
153                                Name="VCALinkTool"
154                        />
155                        <Tool
156                                Name="VCManifestTool"
157                        />
158                        <Tool
159                                Name="VCXDCMakeTool"
160                        />
161                        <Tool
162                                Name="VCBscMakeTool"
163                        />
164                        <Tool
165                                Name="VCFxCopTool"
166                        />
167                        <Tool
168                                Name="VCAppVerifierTool"
169                        />
170                        <Tool
171                                Name="VCPostBuildEventTool"
172                        />
173                </Configuration>
174        </Configurations>
175        <References>
176        </References>
177        <Files>
178                <Filter
179                        Name="�\�[�X �t�@�C��"
180                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
181                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
182                        >
183                        <File
184                                RelativePath=".\Common.cpp"
185                                >
186                        </File>
187                        <File
188                                RelativePath=".\Debug.cpp"
189                                >
190                        </File>
191                        <File
192                                RelativePath=".\Startup.cpp"
193                                >
194                        </File>
195                        <File
196                                RelativePath=".\StdAfx.cpp"
197                                >
198                                <FileConfiguration
199                                        Name="Debug|Win32"
200                                        >
201                                        <Tool
202                                                Name="VCCLCompilerTool"
203                                                UsePrecompiledHeader="1"
204                                        />
205                                </FileConfiguration>
206                        </File>
207                </Filter>
208                <Filter
209                        Name="�w�b�_�[ �t�@�C��"
210                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
211                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
212                        >
213                        <File
214                                RelativePath=".\Common.h"
215                                >
216                        </File>
217                </Filter>
218                <Filter
219                        Name="���\�[�X �t�@�C��"
220                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
221                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
222                        >
223                </Filter>
224        </Files>
225        <Globals>
226        </Globals>
227</VisualStudioProject>
Note: See TracBrowser for help on using the browser.