ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Matcher/Matcher.vcproj
Revision: 324
Committed: 2004-12-13T19:40:34-08:00 (20 years, 6 months ago) by douglas
File size: 3485 byte(s)
Log Message:
Hello!

File Contents

# User Rev Content
1 douglas 324 <?xml version="1.0" encoding="Windows-1252"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="8.00"
5     Name="Matcher"
6     ProjectGUID="{6067F298-B34A-4262-9794-909F58ABA1CA}"
7     Keyword="Win32Proj"
8     >
9     <Platforms>
10     <Platform
11     Name="Win32"
12     />
13     </Platforms>
14     <ToolFiles>
15     </ToolFiles>
16     <Configurations>
17     <Configuration
18     Name="Debug|Win32"
19     OutputDirectory="Debug"
20     IntermediateDirectory="Debug"
21     ConfigurationType="4"
22     CharacterSet="2"
23     >
24     <Tool
25     Name="VCPreBuildEventTool"
26     />
27     <Tool
28     Name="VCCustomBuildTool"
29     />
30     <Tool
31     Name="VCXMLDataGeneratorTool"
32     />
33     <Tool
34     Name="VCWebServiceProxyGeneratorTool"
35     />
36     <Tool
37     Name="VCMIDLTool"
38     />
39     <Tool
40     Name="VCCLCompilerTool"
41     Optimization="0"
42     PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
43     MinimalRebuild="TRUE"
44     BasicRuntimeChecks="3"
45     RuntimeLibrary="3"
46     UsePrecompiledHeader="0"
47     WarningLevel="3"
48     Detect64BitPortabilityProblems="TRUE"
49     DebugInformationFormat="4"
50     />
51     <Tool
52     Name="VCManagedResourceCompilerTool"
53     />
54     <Tool
55     Name="VCResourceCompilerTool"
56     />
57     <Tool
58     Name="VCPreLinkEventTool"
59     />
60     <Tool
61     Name="VCLibrarianTool"
62     AdditionalDependencies="libpcre.lib"
63     />
64     <Tool
65     Name="VCALinkTool"
66     />
67     <Tool
68     Name="VCXDCMakeTool"
69     />
70     <Tool
71     Name="VCBscMakeTool"
72     />
73     <Tool
74     Name="VCAppVerifierTool"
75     />
76     <Tool
77     Name="VCPostBuildEventTool"
78     />
79     </Configuration>
80     <Configuration
81     Name="Release|Win32"
82     OutputDirectory="Release"
83     IntermediateDirectory="Release"
84     ConfigurationType="4"
85     CharacterSet="2"
86     >
87     <Tool
88     Name="VCPreBuildEventTool"
89     />
90     <Tool
91     Name="VCCustomBuildTool"
92     />
93     <Tool
94     Name="VCXMLDataGeneratorTool"
95     />
96     <Tool
97     Name="VCWebServiceProxyGeneratorTool"
98     />
99     <Tool
100     Name="VCMIDLTool"
101     />
102     <Tool
103     Name="VCCLCompilerTool"
104     Optimization="3"
105     PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
106     RuntimeLibrary="2"
107     UsePrecompiledHeader="0"
108     WarningLevel="3"
109     Detect64BitPortabilityProblems="TRUE"
110     DebugInformationFormat="3"
111     />
112     <Tool
113     Name="VCManagedResourceCompilerTool"
114     />
115     <Tool
116     Name="VCResourceCompilerTool"
117     />
118     <Tool
119     Name="VCPreLinkEventTool"
120     />
121     <Tool
122     Name="VCLibrarianTool"
123     AdditionalDependencies="libpcre.lib"
124     />
125     <Tool
126     Name="VCALinkTool"
127     />
128     <Tool
129     Name="VCXDCMakeTool"
130     />
131     <Tool
132     Name="VCBscMakeTool"
133     />
134     <Tool
135     Name="VCAppVerifierTool"
136     />
137     <Tool
138     Name="VCPostBuildEventTool"
139     />
140     </Configuration>
141     </Configurations>
142     <References>
143     </References>
144     <Files>
145     <Filter
146     Name="Source Files"
147     Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
148     UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
149     >
150     <File
151     RelativePath=".\STL\Matcher.cpp"
152     >
153     </File>
154     </Filter>
155     <Filter
156     Name="Header Files"
157     Filter="h;hpp;hxx;hm;inl;inc;xsd"
158     UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
159     >
160     <File
161     RelativePath=".\STL\Matcher.hpp"
162     >
163     </File>
164     </Filter>
165     <Filter
166     Name="Resource Files"
167     Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
168     UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
169     >
170     </Filter>
171     </Files>
172     <Globals>
173     </Globals>
174     </VisualStudioProject>