comparison buildsys/vs2005/dyncall/dyncall.vcproj @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3e629dc19168
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="dyncall"
6 ProjectGUID="{DF67B85F-C8F8-4FB1-A701-867A9C835ABA}"
7 RootNamespace="dyncall"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 <DefaultToolFile
17 FileName="masm.rules"
18 />
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
24 IntermediateDirectory="$(ConfigurationName)"
25 ConfigurationType="4"
26 CharacterSet="1"
27 >
28 <Tool
29 Name="VCPreBuildEventTool"
30 />
31 <Tool
32 Name="VCCustomBuildTool"
33 />
34 <Tool
35 Name="MASM"
36 />
37 <Tool
38 Name="VCXMLDataGeneratorTool"
39 />
40 <Tool
41 Name="VCWebServiceProxyGeneratorTool"
42 />
43 <Tool
44 Name="VCMIDLTool"
45 />
46 <Tool
47 Name="VCCLCompilerTool"
48 Optimization="0"
49 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
50 MinimalRebuild="true"
51 BasicRuntimeChecks="3"
52 RuntimeLibrary="3"
53 UsePrecompiledHeader="0"
54 WarningLevel="3"
55 Detect64BitPortabilityProblems="true"
56 DebugInformationFormat="4"
57 />
58 <Tool
59 Name="VCManagedResourceCompilerTool"
60 />
61 <Tool
62 Name="VCResourceCompilerTool"
63 />
64 <Tool
65 Name="VCPreLinkEventTool"
66 />
67 <Tool
68 Name="VCLibrarianTool"
69 />
70 <Tool
71 Name="VCALinkTool"
72 />
73 <Tool
74 Name="VCXDCMakeTool"
75 />
76 <Tool
77 Name="VCBscMakeTool"
78 />
79 <Tool
80 Name="VCFxCopTool"
81 />
82 <Tool
83 Name="VCPostBuildEventTool"
84 />
85 </Configuration>
86 <Configuration
87 Name="Release|Win32"
88 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
89 IntermediateDirectory="$(ConfigurationName)"
90 ConfigurationType="4"
91 CharacterSet="1"
92 WholeProgramOptimization="1"
93 >
94 <Tool
95 Name="VCPreBuildEventTool"
96 />
97 <Tool
98 Name="VCCustomBuildTool"
99 />
100 <Tool
101 Name="MASM"
102 />
103 <Tool
104 Name="VCXMLDataGeneratorTool"
105 />
106 <Tool
107 Name="VCWebServiceProxyGeneratorTool"
108 />
109 <Tool
110 Name="VCMIDLTool"
111 />
112 <Tool
113 Name="VCCLCompilerTool"
114 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
115 RuntimeLibrary="2"
116 UsePrecompiledHeader="0"
117 WarningLevel="3"
118 Detect64BitPortabilityProblems="true"
119 DebugInformationFormat="3"
120 />
121 <Tool
122 Name="VCManagedResourceCompilerTool"
123 />
124 <Tool
125 Name="VCResourceCompilerTool"
126 />
127 <Tool
128 Name="VCPreLinkEventTool"
129 />
130 <Tool
131 Name="VCLibrarianTool"
132 />
133 <Tool
134 Name="VCALinkTool"
135 />
136 <Tool
137 Name="VCXDCMakeTool"
138 />
139 <Tool
140 Name="VCBscMakeTool"
141 />
142 <Tool
143 Name="VCFxCopTool"
144 />
145 <Tool
146 Name="VCPostBuildEventTool"
147 />
148 </Configuration>
149 </Configurations>
150 <References>
151 </References>
152 <Files>
153 <Filter
154 Name="Source Files"
155 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
156 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
157 >
158 <File
159 RelativePath="..\..\..\dyncall\dyncall_api.c"
160 >
161 </File>
162 <File
163 RelativePath="..\..\..\dyncall\dyncall_call_x86_generic_masm.asm"
164 >
165 </File>
166 <File
167 RelativePath="..\..\..\dyncall\dyncall_callf.c"
168 >
169 </File>
170 <File
171 RelativePath="..\..\..\dyncall\dyncall_callvm.c"
172 >
173 <File
174 RelativePath="..\..\..\dyncall\dyncall_callvm_base.c"
175 >
176 </File>
177 <File
178 RelativePath="..\..\..\dyncall\dyncall_vector.c"
179 >
180 </File>
181 </Filter>
182 <Filter
183 Name="Header Files"
184 Filter="h;hpp;hxx;hm;inl;inc;xsd"
185 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
186 >
187 <File
188 RelativePath="..\..\..\dyncall\dyncall.h"
189 >
190 </File>
191 <File
192 RelativePath="..\..\..\dyncall\dyncall_alloc.h"
193 >
194 </File>
195 <File
196 RelativePath="..\..\..\dyncall\dyncall_call_x86.h"
197 >
198 </File>
199 <File
200 RelativePath="..\..\..\dyncall\dyncall_callf.h"
201 >
202 </File>
203 <File
204 RelativePath="..\..\..\dyncall\dyncall_callvm.h"
205 >
206 </File>
207 <File
208 RelativePath="..\..\..\dyncall\dyncall_callvm_x86.h"
209 >
210 </File>
211 <File
212 RelativePath="..\..\..\dyncall\dyncall_config.h"
213 >
214 </File>
215 <File
216 RelativePath="..\..\..\dyncall\dyncall_macros.h"
217 >
218 </File>
219 <File
220 RelativePath="..\..\..\dyncall\dyncall_signature.h"
221 >
222 </File>
223 <File
224 RelativePath="..\..\..\dyncall\dyncall_types.h"
225 >
226 </File>
227 <File
228 RelativePath="..\..\..\dyncall\dyncall_value.h"
229 >
230 </File>
231 <File
232 RelativePath="..\..\..\dyncall\dyncall_vector.h"
233 >
234 </File>
235 </Filter>
236 <Filter
237 Name="Resource Files"
238 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
239 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
240 >
241 </Filter>
242 </Files>
243 <Globals>
244 </Globals>
245 </VisualStudioProject>