added example for red-black tree presented as Lua table (from lua-rbtree.git)
[luagraph.git] / luagraph51-2.0.0-2.vcproj
blob62d5cd16117138151fa23144c7a7181417a7f34f
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="luagraph51-2.0.0-2"
6 ProjectGUID="{C8C0838D-1369-4DDB-B27F-9879763BB43F}"
7 RootNamespace="luagraph2002"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="2"
24 CharacterSet="1"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="C:\usr\local\include;C:\usr\include"
45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LUA_LIB;LUAGRAPH2002_EXPORTS;LUA_BUILD_AS_DLL"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 DebugInformationFormat="4"
53 <Tool
54 Name="VCManagedResourceCompilerTool"
56 <Tool
57 Name="VCResourceCompilerTool"
59 <Tool
60 Name="VCPreLinkEventTool"
62 <Tool
63 Name="VCLinkerTool"
64 UseLibraryDependencyInputs="true"
65 AdditionalDependencies="lua52.lib gvc.lib cdt.lib pathplan.lib ltdl.lib cgraph.lib"
66 OutputFile="graph/core.dll"
67 Version="2.0.0-2"
68 LinkIncremental="2"
69 AdditionalLibraryDirectories="C:\usr\lib\graphviz;C:\usr\local\lib"
70 GenerateDebugInformation="true"
71 SubSystem="2"
72 TargetMachine="1"
74 <Tool
75 Name="VCALinkTool"
77 <Tool
78 Name="VCManifestTool"
80 <Tool
81 Name="VCXDCMakeTool"
83 <Tool
84 Name="VCBscMakeTool"
86 <Tool
87 Name="VCFxCopTool"
89 <Tool
90 Name="VCAppVerifierTool"
92 <Tool
93 Name="VCPostBuildEventTool"
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 Optimization="2"
122 EnableIntrinsicFunctions="true"
123 AdditionalIncludeDirectories="C:\Lua\5.1\include;C:\usr\include"
124 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LUA_LIB;LUAGRAPH2002_EXPORTS;LUA_BUILD_AS_DLL;LUA_COMPAT_ALL"
125 RuntimeLibrary="2"
126 EnableFunctionLevelLinking="true"
127 UsePrecompiledHeader="0"
128 WarningLevel="3"
129 DebugInformationFormat="3"
130 CompileAs="1"
132 <Tool
133 Name="VCManagedResourceCompilerTool"
135 <Tool
136 Name="VCResourceCompilerTool"
138 <Tool
139 Name="VCPreLinkEventTool"
141 <Tool
142 Name="VCLinkerTool"
143 AdditionalDependencies="lua51.lib cgraph.lib gvc.lib cdt.lib pathplan.lib ltdl.lib gvplugin_dot_layout.lib gvplugin_neato_layout.lib gvplugin_core.lib gvplugin_gd.lib gvplugin_pango.lib"
144 ShowProgress="0"
145 OutputFile="graph\core.dll"
146 Version="2.0.0-2"
147 LinkIncremental="1"
148 AdditionalLibraryDirectories="C:\usr\lib\graphviz;C:\Lua\5.1\lib"
149 GenerateDebugInformation="true"
150 SubSystem="2"
151 OptimizeReferences="2"
152 EnableCOMDATFolding="2"
153 TargetMachine="1"
155 <Tool
156 Name="VCALinkTool"
158 <Tool
159 Name="VCManifestTool"
161 <Tool
162 Name="VCXDCMakeTool"
164 <Tool
165 Name="VCBscMakeTool"
167 <Tool
168 Name="VCFxCopTool"
170 <Tool
171 Name="VCAppVerifierTool"
173 <Tool
174 Name="VCPostBuildEventTool"
176 </Configuration>
177 </Configurations>
178 <References>
179 </References>
180 <Files>
181 <Filter
182 Name="Quelldateien"
183 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
184 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186 <File
187 RelativePath=".\src\gr_edge.c"
189 </File>
190 <File
191 RelativePath=".\src\gr_graph.c"
193 </File>
194 <File
195 RelativePath=".\src\gr_node.c"
197 </File>
198 <File
199 RelativePath=".\src\gr_util.c"
201 </File>
202 </Filter>
203 <Filter
204 Name="Headerdateien"
205 Filter="h;hpp;hxx;hm;inl;inc;xsd"
206 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
208 <File
209 RelativePath=".\src\gr_graph.h"
211 </File>
212 </Filter>
213 <Filter
214 Name="Ressourcendateien"
215 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
216 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
218 </Filter>
219 <File
220 RelativePath=".\graph.lua"
222 </File>
223 </Files>
224 <Globals>
225 </Globals>
226 </VisualStudioProject>