root/speech/TranscribeCPP/Transcribe.vcproj @ 487

Revision 487, 4.7 KB (checked in by ben, 8 months ago)

Add speech recognition code from a few years back.

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="Transcribe"
6        ProjectGUID="{B8FFC483-61F8-4EA8-A651-6F165D3F4D11}"
7        RootNamespace="Transcribe"
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)"
23                        ConfigurationType="1"
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="&quot;C:\Program Files\Microsoft SDKs\Windows\v6.0\Include&quot;"
46                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
47                                MinimalRebuild="true"
48                                BasicRuntimeChecks="3"
49                                RuntimeLibrary="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="1"
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)"
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                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
120                                RuntimeLibrary="0"
121                                EnableFunctionLevelLinking="true"
122                                UsePrecompiledHeader="0"
123                                WarningLevel="3"
124                                DebugInformationFormat="3"
125                        />
126                        <Tool
127                                Name="VCManagedResourceCompilerTool"
128                        />
129                        <Tool
130                                Name="VCResourceCompilerTool"
131                        />
132                        <Tool
133                                Name="VCPreLinkEventTool"
134                        />
135                        <Tool
136                                Name="VCLinkerTool"
137                                LinkIncremental="1"
138                                GenerateDebugInformation="true"
139                                SubSystem="1"
140                                OptimizeReferences="2"
141                                EnableCOMDATFolding="2"
142                                TargetMachine="1"
143                        />
144                        <Tool
145                                Name="VCALinkTool"
146                        />
147                        <Tool
148                                Name="VCManifestTool"
149                        />
150                        <Tool
151                                Name="VCXDCMakeTool"
152                        />
153                        <Tool
154                                Name="VCBscMakeTool"
155                        />
156                        <Tool
157                                Name="VCFxCopTool"
158                        />
159                        <Tool
160                                Name="VCAppVerifierTool"
161                        />
162                        <Tool
163                                Name="VCPostBuildEventTool"
164                        />
165                </Configuration>
166        </Configurations>
167        <References>
168        </References>
169        <Files>
170                <Filter
171                        Name="Source Files"
172                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
173                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
174                        >
175                        <File
176                                RelativePath=".\stdafx.cpp"
177                                >
178                                <FileConfiguration
179                                        Name="Debug|Win32"
180                                        >
181                                        <Tool
182                                                Name="VCCLCompilerTool"
183                                                UsePrecompiledHeader="1"
184                                        />
185                                </FileConfiguration>
186                                <FileConfiguration
187                                        Name="Release|Win32"
188                                        >
189                                        <Tool
190                                                Name="VCCLCompilerTool"
191                                                UsePrecompiledHeader="1"
192                                        />
193                                </FileConfiguration>
194                        </File>
195                        <File
196                                RelativePath=".\Transcribe.cpp"
197                                >
198                        </File>
199                </Filter>
200                <Filter
201                        Name="Header Files"
202                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
203                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
204                        >
205                        <File
206                                RelativePath="..\..\..\..\..\..\..\Program Files\Microsoft\Speech SDK 5.1\Include\sphelper.h"
207                                >
208                        </File>
209                        <File
210                                RelativePath=".\stdafx.h"
211                                >
212                        </File>
213                        <File
214                                RelativePath=".\targetver.h"
215                                >
216                        </File>
217                </Filter>
218                <Filter
219                        Name="Resource Files"
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                <File
225                        RelativePath=".\ReadMe.txt"
226                        >
227                </File>
228        </Files>
229        <Globals>
230        </Globals>
231</VisualStudioProject>
Note: See TracBrowser for help on using the browser.