Add the possibility to pass user-defined data to installed functions
[Funky.git] / project / msvc8 / Funky / Funky.vcproj
blobbb792906f807418c2e415b922d2e287de6be739f
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="Funky"
6 ProjectGUID="{B83C6FF8-61F0-4815-9D0C-A8218A2E25F1}"
7 RootNamespace="Funky"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="2"
23 CharacterSet="1"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FUNKY_EXPORTS"
44 MinimalRebuild="true"
45 BasicRuntimeChecks="3"
46 RuntimeLibrary="3"
47 UsePrecompiledHeader="0"
48 WarningLevel="3"
49 Detect64BitPortabilityProblems="false"
50 DebugInformationFormat="4"
51 DisableSpecificWarnings="4996"
53 <Tool
54 Name="VCManagedResourceCompilerTool"
56 <Tool
57 Name="VCResourceCompilerTool"
59 <Tool
60 Name="VCPreLinkEventTool"
62 <Tool
63 Name="VCLinkerTool"
64 LinkIncremental="2"
65 GenerateDebugInformation="true"
66 SubSystem="2"
67 TargetMachine="1"
69 <Tool
70 Name="VCALinkTool"
72 <Tool
73 Name="VCManifestTool"
75 <Tool
76 Name="VCXDCMakeTool"
78 <Tool
79 Name="VCBscMakeTool"
81 <Tool
82 Name="VCFxCopTool"
84 <Tool
85 Name="VCAppVerifierTool"
87 <Tool
88 Name="VCWebDeploymentTool"
90 <Tool
91 Name="VCPostBuildEventTool"
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="2"
99 CharacterSet="1"
100 WholeProgramOptimization="1"
102 <Tool
103 Name="VCPreBuildEventTool"
105 <Tool
106 Name="VCCustomBuildTool"
108 <Tool
109 Name="VCXMLDataGeneratorTool"
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
114 <Tool
115 Name="VCMIDLTool"
117 <Tool
118 Name="VCCLCompilerTool"
119 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FUNKY_EXPORTS"
120 RuntimeLibrary="2"
121 UsePrecompiledHeader="0"
122 WarningLevel="3"
123 Detect64BitPortabilityProblems="false"
124 DebugInformationFormat="3"
125 DisableSpecificWarnings="4996"
127 <Tool
128 Name="VCManagedResourceCompilerTool"
130 <Tool
131 Name="VCResourceCompilerTool"
133 <Tool
134 Name="VCPreLinkEventTool"
136 <Tool
137 Name="VCLinkerTool"
138 LinkIncremental="1"
139 GenerateDebugInformation="true"
140 SubSystem="2"
141 OptimizeReferences="2"
142 EnableCOMDATFolding="2"
143 TargetMachine="1"
145 <Tool
146 Name="VCALinkTool"
148 <Tool
149 Name="VCManifestTool"
151 <Tool
152 Name="VCXDCMakeTool"
154 <Tool
155 Name="VCBscMakeTool"
157 <Tool
158 Name="VCFxCopTool"
160 <Tool
161 Name="VCAppVerifierTool"
163 <Tool
164 Name="VCWebDeploymentTool"
166 <Tool
167 Name="VCPostBuildEventTool"
169 </Configuration>
170 </Configurations>
171 <References>
172 </References>
173 <Files>
174 <Filter
175 Name="Details"
177 <File
178 RelativePath="..\..\..\lib\Funky\Details\documentation.hpp"
180 </File>
181 <File
182 RelativePath="..\..\..\lib\Funky\Details\prologue.h"
184 </File>
185 <Filter
186 Name="documentation"
188 <File
189 RelativePath="..\..\..\lib\Funky\Details\documentation\changes.hpp"
191 </File>
192 <File
193 RelativePath="..\..\..\lib\Funky\Details\documentation\faq.hpp"
195 </File>
196 </Filter>
197 </Filter>
198 <Filter
199 Name="Exceptions"
201 <File
202 RelativePath="..\..\..\lib\Funky\Exceptions\FunctionCallError.h"
204 </File>
205 <File
206 RelativePath="..\..\..\lib\Funky\Exceptions\ParseError.cpp"
208 </File>
209 <File
210 RelativePath="..\..\..\lib\Funky\Exceptions\ParseError.h"
212 </File>
213 </Filter>
214 <Filter
215 Name="Private"
217 <File
218 RelativePath="..\..\..\lib\Funky\Private\Evaluator.h"
220 </File>
221 <File
222 RelativePath="..\..\..\lib\Funky\Private\extractFunctions__.h"
224 </File>
225 <File
226 RelativePath="..\..\..\lib\Funky\Private\FunctionPointer.h"
228 </File>
229 <File
230 RelativePath="..\..\..\lib\Funky\Private\FunctionPointer2.h"
232 </File>
233 <File
234 RelativePath="..\..\..\lib\Funky\Private\Grammar.h"
236 </File>
237 <File
238 RelativePath="..\..\..\lib\Funky\Private\Language.h"
240 </File>
241 <File
242 RelativePath="..\..\..\lib\Funky\Private\LiteralParserPolicy.h"
244 </File>
245 <File
246 RelativePath="..\..\..\lib\Funky\Private\ParsedFunction.h"
248 </File>
249 <File
250 RelativePath="..\..\..\lib\Funky\Private\ParserIDs.h"
252 </File>
253 <File
254 RelativePath="..\..\..\lib\Funky\Private\StoredFunction.h"
256 </File>
257 <File
258 RelativePath="..\..\..\lib\Funky\Private\StoredFunctions.h"
260 </File>
261 </Filter>
262 <File
263 RelativePath="..\..\..\lib\Funky\Funky.cpp"
265 </File>
266 <File
267 RelativePath="..\..\..\lib\Funky\Funky.h"
269 </File>
270 <File
271 RelativePath="..\..\..\lib\Funky\Groovy.cpp"
273 </File>
274 <File
275 RelativePath="..\..\..\lib\Funky\Groovy.h"
277 </File>
278 </Files>
279 <Globals>
280 </Globals>
281 </VisualStudioProject>