Add Lazy, a lazy-evaluating version of Groovy
[Funky.git] / project / msvc8 / Funky / Funky.vcproj
blob58b41d9088f0b9c7d613cd38e584ca0fcb2f36cf
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 OutputFile="$(OutDir)\$(ProjectName)-vc80-mt-gd-0.dll"
65 LinkIncremental="2"
66 GenerateDebugInformation="true"
67 SubSystem="2"
68 TargetMachine="1"
70 <Tool
71 Name="VCALinkTool"
73 <Tool
74 Name="VCManifestTool"
76 <Tool
77 Name="VCXDCMakeTool"
79 <Tool
80 Name="VCBscMakeTool"
82 <Tool
83 Name="VCFxCopTool"
85 <Tool
86 Name="VCAppVerifierTool"
88 <Tool
89 Name="VCWebDeploymentTool"
91 <Tool
92 Name="VCPostBuildEventTool"
93 CommandLine="xcopy /y /i /v /s $(ProjectDir)..\..\..\lib\$(InputName)\*.h c:\inst\$(InputName)\include\$(InputName)\&#x0D;&#x0A;xcopy /y /i /v /s $(ProjectDir)..\..\..\lib\$(InputName)\*.hpp c:\inst\$(InputName)\include\$(InputName)\&#x0D;&#x0A;xcopy /y /i /v $(TargetPath) c:\inst\$(InputName)\bin\&#x0D;&#x0A;xcopy /y /i /v $(TargetDir)$(TargetName).pdb c:\inst\$(InputName)\bin\&#x0D;&#x0A;xcopy /y /i /v $(TargetDir)$(TargetName).lib c:\inst\$(InputName)\lib\&#x0D;&#x0A;xcopy /y /i /v $(TargetDir)$(TargetName).exp c:\inst\$(InputName)\lib\&#x0D;&#x0A;"
95 </Configuration>
96 <Configuration
97 Name="Release|Win32"
98 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
99 IntermediateDirectory="$(ConfigurationName)"
100 ConfigurationType="2"
101 CharacterSet="1"
102 WholeProgramOptimization="1"
104 <Tool
105 Name="VCPreBuildEventTool"
107 <Tool
108 Name="VCCustomBuildTool"
110 <Tool
111 Name="VCXMLDataGeneratorTool"
113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"
116 <Tool
117 Name="VCMIDLTool"
119 <Tool
120 Name="VCCLCompilerTool"
121 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FUNKY_EXPORTS"
122 RuntimeLibrary="2"
123 UsePrecompiledHeader="0"
124 WarningLevel="3"
125 Detect64BitPortabilityProblems="false"
126 DebugInformationFormat="3"
127 DisableSpecificWarnings="4996"
129 <Tool
130 Name="VCManagedResourceCompilerTool"
132 <Tool
133 Name="VCResourceCompilerTool"
135 <Tool
136 Name="VCPreLinkEventTool"
138 <Tool
139 Name="VCLinkerTool"
140 OutputFile="$(OutDir)\$(ProjectName)-vc80-mt-0.dll"
141 LinkIncremental="1"
142 GenerateDebugInformation="true"
143 SubSystem="2"
144 OptimizeReferences="2"
145 EnableCOMDATFolding="2"
146 TargetMachine="1"
148 <Tool
149 Name="VCALinkTool"
151 <Tool
152 Name="VCManifestTool"
154 <Tool
155 Name="VCXDCMakeTool"
157 <Tool
158 Name="VCBscMakeTool"
160 <Tool
161 Name="VCFxCopTool"
163 <Tool
164 Name="VCAppVerifierTool"
166 <Tool
167 Name="VCWebDeploymentTool"
169 <Tool
170 Name="VCPostBuildEventTool"
171 CommandLine="xcopy /y /i /v /s $(ProjectDir)..\..\..\lib\$(InputName)\*.h c:\inst\$(InputName)\include\$(InputName)\&#x0D;&#x0A;xcopy /y /i /v /s $(ProjectDir)..\..\..\lib\$(InputName)\*.hpp c:\inst\$(InputName)\include\$(InputName)\&#x0D;&#x0A;xcopy /y /i /v $(TargetPath) c:\inst\$(InputName)\bin\&#x0D;&#x0A;xcopy /y /i /v $(TargetDir)$(TargetName).pdb c:\inst\$(InputName)\bin\&#x0D;&#x0A;xcopy /y /i /v $(TargetDir)$(TargetName).lib c:\inst\$(InputName)\lib\&#x0D;&#x0A;xcopy /y /i /v $(TargetDir)$(TargetName).exp c:\inst\$(InputName)\lib\&#x0D;&#x0A;"
173 </Configuration>
174 </Configurations>
175 <References>
176 </References>
177 <Files>
178 <Filter
179 Name="Details"
181 <File
182 RelativePath="..\..\..\lib\Funky\Details\documentation.hpp"
184 </File>
185 <File
186 RelativePath="..\..\..\lib\Funky\Details\Fetcher.h"
188 </File>
189 <File
190 RelativePath="..\..\..\lib\Funky\Details\prologue.h"
192 </File>
193 <Filter
194 Name="documentation"
196 <File
197 RelativePath="..\..\..\lib\Funky\Details\documentation\changes.hpp"
199 </File>
200 <File
201 RelativePath="..\..\..\lib\Funky\Details\documentation\faq.hpp"
203 </File>
204 </Filter>
205 </Filter>
206 <Filter
207 Name="Exceptions"
209 <File
210 RelativePath="..\..\..\lib\Funky\Exceptions\FunctionCallError.h"
212 </File>
213 <File
214 RelativePath="..\..\..\lib\Funky\Exceptions\ParseError.cpp"
216 </File>
217 <File
218 RelativePath="..\..\..\lib\Funky\Exceptions\ParseError.h"
220 </File>
221 </Filter>
222 <Filter
223 Name="Private"
225 <File
226 RelativePath="..\..\..\lib\Funky\Private\Evaluator.h"
228 </File>
229 <File
230 RelativePath="..\..\..\lib\Funky\Private\extractFunctions__.h"
232 </File>
233 <File
234 RelativePath="..\..\..\lib\Funky\Private\FunctionPointer.h"
236 </File>
237 <File
238 RelativePath="..\..\..\lib\Funky\Private\FunctionPointer2.h"
240 </File>
241 <File
242 RelativePath="..\..\..\lib\Funky\Private\Grammar.h"
244 </File>
245 <File
246 RelativePath="..\..\..\lib\Funky\Private\Language.h"
248 </File>
249 <File
250 RelativePath="..\..\..\lib\Funky\Private\LiteralParserPolicy.h"
252 </File>
253 <File
254 RelativePath="..\..\..\lib\Funky\Private\ParsedFunction.h"
256 </File>
257 <File
258 RelativePath="..\..\..\lib\Funky\Private\ParserIDs.h"
260 </File>
261 <File
262 RelativePath="..\..\..\lib\Funky\Private\StoredFunction.h"
264 </File>
265 <File
266 RelativePath="..\..\..\lib\Funky\Private\StoredFunctions.h"
268 </File>
269 </Filter>
270 <File
271 RelativePath="..\..\..\lib\Funky\Funky.cpp"
273 </File>
274 <File
275 RelativePath="..\..\..\lib\Funky\Funky.h"
277 </File>
278 <File
279 RelativePath="..\..\..\lib\Funky\Groovy.cpp"
281 </File>
282 <File
283 RelativePath="..\..\..\lib\Funky\Groovy.h"
285 </File>
286 <File
287 RelativePath="..\..\..\lib\Funky\Lazy.cpp"
289 </File>
290 <File
291 RelativePath="..\..\..\lib\Funky\Lazy.h"
293 </File>
294 </Files>
295 <Globals>
296 </Globals>
297 </VisualStudioProject>