blob: 944d08a03a0bc29bbbcc933f1333bcef663fa3f6 [file] [log] [blame]
Raphael Mollf84b9fe2012-08-16 15:10:32 -07001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="FindJavaLib"
6 ProjectGUID="{D194C98B-3FA4-4DAB-908A-16C03C15EC35}"
7 RootNamespace="FindJavaLib"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)..\..\out\host\windows-x86\$(ConfigurationName)\$(ProjectName)"
22 IntermediateDirectory="$(SolutionDir)..\..\out\host\windows-x86\$(ConfigurationName)\$(ProjectName)"
23 ConfigurationType="4"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 DebugInformationFormat="4"
51 />
52 <Tool
53 Name="VCManagedResourceCompilerTool"
54 />
55 <Tool
56 Name="VCResourceCompilerTool"
57 />
58 <Tool
59 Name="VCPreLinkEventTool"
60 />
61 <Tool
62 Name="VCLibrarianTool"
63 />
64 <Tool
65 Name="VCALinkTool"
66 />
67 <Tool
68 Name="VCXDCMakeTool"
69 />
70 <Tool
71 Name="VCBscMakeTool"
72 />
73 <Tool
74 Name="VCFxCopTool"
75 />
76 <Tool
77 Name="VCPostBuildEventTool"
78 />
79 </Configuration>
80 <Configuration
81 Name="Release|Win32"
82 OutputDirectory="$(SolutionDir)..\..\out\host\windows-x86\$(ConfigurationName)\$(ProjectName)"
83 IntermediateDirectory="$(SolutionDir)..\..\out\host\windows-x86\$(ConfigurationName)\$(ProjectName)"
84 ConfigurationType="4"
85 CharacterSet="2"
86 WholeProgramOptimization="1"
87 >
88 <Tool
89 Name="VCPreBuildEventTool"
90 />
91 <Tool
92 Name="VCCustomBuildTool"
93 />
94 <Tool
95 Name="VCXMLDataGeneratorTool"
96 />
97 <Tool
98 Name="VCWebServiceProxyGeneratorTool"
99 />
100 <Tool
101 Name="VCMIDLTool"
102 />
103 <Tool
104 Name="VCCLCompilerTool"
105 Optimization="2"
106 EnableIntrinsicFunctions="true"
107 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
108 RuntimeLibrary="2"
109 EnableFunctionLevelLinking="true"
110 UsePrecompiledHeader="0"
111 WarningLevel="3"
112 DebugInformationFormat="3"
113 />
114 <Tool
115 Name="VCManagedResourceCompilerTool"
116 />
117 <Tool
118 Name="VCResourceCompilerTool"
119 />
120 <Tool
121 Name="VCPreLinkEventTool"
122 />
123 <Tool
124 Name="VCLibrarianTool"
125 />
126 <Tool
127 Name="VCALinkTool"
128 />
129 <Tool
130 Name="VCXDCMakeTool"
131 />
132 <Tool
133 Name="VCBscMakeTool"
134 />
135 <Tool
136 Name="VCFxCopTool"
137 />
138 <Tool
139 Name="VCPostBuildEventTool"
140 />
141 </Configuration>
142 </Configurations>
143 <References>
144 </References>
145 <Files>
146 <Filter
147 Name="Source Files"
148 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
149 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
150 >
151 <File
152 RelativePath=".\find_java_lib.cpp"
153 >
154 </File>
155 <File
156 RelativePath=".\utils.cpp"
157 >
158 </File>
159 </Filter>
160 <Filter
161 Name="Header Files"
162 Filter="h;hpp;hxx;hm;inl;inc;xsd"
163 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
164 >
165 <File
166 RelativePath=".\find_java.h"
167 >
168 </File>
169 <File
170 RelativePath=".\utils.h"
171 >
172 </File>
173 </Filter>
174 <Filter
175 Name="Resource Files"
176 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
177 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
178 >
179 </Filter>
180 <File
181 RelativePath=".\ReadMe.txt"
182 >
183 </File>
184 </Files>
185 <Globals>
186 </Globals>
187</VisualStudioProject>