]> Shamusworld >> Repos - architektonas/blob - fparser/src/fparser.vcproj
Forgot to add enums.cpp...
[architektonas] / fparser / src / fparser.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.00"
5         Name="fparser"
6         ProjectGUID="{17C7BBA1-C51A-45AA-A416-7F975B9C0670}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="..\lib"
16                         IntermediateDirectory="..\lib"
17                         ConfigurationType="4"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
23                                 MinimalRebuild="TRUE"
24                                 ExceptionHandling="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="5"
27                                 UsePrecompiledHeader="0"
28                                 AssemblerListingLocation=".\"
29                                 ObjectFile=".\"
30                                 ProgramDataBaseFileName=".\"
31                                 WarningLevel="3"
32                                 Detect64BitPortabilityProblems="TRUE"
33                                 DebugInformationFormat="4"/>
34                         <Tool
35                                 Name="VCCustomBuildTool"/>
36                         <Tool
37                                 Name="VCLibrarianTool"
38                                 OutputFile="..\lib\fparser.lib"/>
39                         <Tool
40                                 Name="VCMIDLTool"/>
41                         <Tool
42                                 Name="VCPostBuildEventTool"/>
43                         <Tool
44                                 Name="VCPreBuildEventTool"/>
45                         <Tool
46                                 Name="VCPreLinkEventTool"/>
47                         <Tool
48                                 Name="VCResourceCompilerTool"/>
49                         <Tool
50                                 Name="VCWebServiceProxyGeneratorTool"/>
51                 </Configuration>
52                 <Configuration
53                         Name="Release|Win32"
54                         OutputDirectory="Release"
55                         IntermediateDirectory="Release"
56                         ConfigurationType="1"
57                         CharacterSet="2">
58                         <Tool
59                                 Name="VCCLCompilerTool"
60                                 Optimization="2"
61                                 InlineFunctionExpansion="1"
62                                 OmitFramePointers="TRUE"
63                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
64                                 StringPooling="TRUE"
65                                 RuntimeLibrary="4"
66                                 EnableFunctionLevelLinking="TRUE"
67                                 UsePrecompiledHeader="0"
68                                 WarningLevel="3"
69                                 Detect64BitPortabilityProblems="TRUE"
70                                 DebugInformationFormat="3"/>
71                         <Tool
72                                 Name="VCCustomBuildTool"/>
73                         <Tool
74                                 Name="VCLinkerTool"
75                                 OutputFile="$(OutDir)/fparser.exe"
76                                 LinkIncremental="1"
77                                 GenerateDebugInformation="TRUE"
78                                 SubSystem="2"
79                                 OptimizeReferences="2"
80                                 EnableCOMDATFolding="2"
81                                 TargetMachine="1"/>
82                         <Tool
83                                 Name="VCMIDLTool"/>
84                         <Tool
85                                 Name="VCPostBuildEventTool"/>
86                         <Tool
87                                 Name="VCPreBuildEventTool"/>
88                         <Tool
89                                 Name="VCPreLinkEventTool"/>
90                         <Tool
91                                 Name="VCResourceCompilerTool"/>
92                         <Tool
93                                 Name="VCWebServiceProxyGeneratorTool"/>
94                         <Tool
95                                 Name="VCWebDeploymentTool"/>
96                 </Configuration>
97         </Configurations>
98         <Files>
99                 <Filter
100                         Name="Source Files"
101                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
102                         <File
103                                 RelativePath="fparser.cpp">
104                         </File>
105                 </Filter>
106                 <Filter
107                         Name="Header Files"
108                         Filter="h;hpp;hxx;hm;inl;inc">
109                         <File
110                                 RelativePath="fparser.h">
111                         </File>
112                 </Filter>
113                 <Filter
114                         Name="Resource Files"
115                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
116                 </Filter>
117         </Files>
118         <Globals>
119         </Globals>
120 </VisualStudioProject>