blob: 0df445eeb87b7a8be9b6af3249a7cfe262350388 [file] [log] [blame]
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="clangRewrite"
6 ProjectGUID="{F9FBDDA2-9EE1-473C-A456-BE20B7B2439D}"
7 RootNamespace="clangRewrite"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="..\Debug"
21 IntermediateDirectory="Debug"
22 ConfigurationType="4"
23 CharacterSet="2"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +000044 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +000045 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="false"
51 DebugInformationFormat="3"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLibrarianTool"
64 />
65 <Tool
66 Name="VCALinkTool"
67 />
68 <Tool
69 Name="VCXDCMakeTool"
70 />
71 <Tool
72 Name="VCBscMakeTool"
73 />
74 <Tool
75 Name="VCFxCopTool"
76 />
77 <Tool
78 Name="VCPostBuildEventTool"
79 />
80 </Configuration>
81 <Configuration
82 Name="Release|Win32"
83 OutputDirectory="..\Release"
84 IntermediateDirectory="Release"
85 ConfigurationType="4"
86 CharacterSet="2"
87 WholeProgramOptimization="1"
88 >
89 <Tool
90 Name="VCPreBuildEventTool"
91 />
92 <Tool
93 Name="VCCustomBuildTool"
94 />
95 <Tool
96 Name="VCXMLDataGeneratorTool"
97 />
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"
100 />
101 <Tool
102 Name="VCMIDLTool"
103 />
104 <Tool
105 Name="VCCLCompilerTool"
106 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +0000107 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +0000108 RuntimeLibrary="2"
109 UsePrecompiledHeader="0"
110 WarningLevel="3"
111 Detect64BitPortabilityProblems="false"
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
Ted Kremenekf81eac62008-03-17 21:21:04 +0000152 RelativePath="..\..\lib\Rewrite\Rewriter.cpp"
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +0000153 >
154 </File>
155 </Filter>
156 <Filter
157 Name="Header Files"
158 Filter="h;hpp;hxx;hm;inl;inc;xsd"
159 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
160 >
161 <File
162 RelativePath="..\..\include\clang\Rewrite\Rewriter.h"
163 >
164 </File>
Hartmut Kaiser7964c9f2007-11-09 19:53:21 +0000165 <File
166 RelativePath="..\..\include\clang\Rewrite\RewriteRope.h"
167 >
168 </File>
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +0000169 </Filter>
170 </Files>
171 <Globals>
172 </Globals>
173</VisualStudioProject>