blob: 7b1f898f9d67796054b3c0228f99b36de900877d [file] [log] [blame]
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Steve Naroffcf6223c2008-05-15 19:53:06 +00004 Version="8.00"
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +00005 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"
Ted Kremenek656ff8c2008-06-23 16:18:59 +000023 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +000024 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 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +000045 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 +000046 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="false"
52 DebugInformationFormat="3"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLibrarianTool"
65 />
66 <Tool
67 Name="VCALinkTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCPostBuildEventTool"
80 />
81 </Configuration>
82 <Configuration
83 Name="Release|Win32"
84 OutputDirectory="..\Release"
85 IntermediateDirectory="Release"
86 ConfigurationType="4"
Ted Kremenek656ff8c2008-06-23 16:18:59 +000087 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +000088 CharacterSet="2"
89 WholeProgramOptimization="1"
90 >
91 <Tool
92 Name="VCPreBuildEventTool"
93 />
94 <Tool
95 Name="VCCustomBuildTool"
96 />
97 <Tool
98 Name="VCXMLDataGeneratorTool"
99 />
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"
102 />
103 <Tool
104 Name="VCMIDLTool"
105 />
106 <Tool
107 Name="VCCLCompilerTool"
108 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +0000109 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 +0000110 RuntimeLibrary="2"
111 UsePrecompiledHeader="0"
112 WarningLevel="3"
113 Detect64BitPortabilityProblems="false"
114 DebugInformationFormat="3"
115 />
116 <Tool
117 Name="VCManagedResourceCompilerTool"
118 />
119 <Tool
120 Name="VCResourceCompilerTool"
121 />
122 <Tool
123 Name="VCPreLinkEventTool"
124 />
125 <Tool
126 Name="VCLibrarianTool"
127 />
128 <Tool
129 Name="VCALinkTool"
130 />
131 <Tool
132 Name="VCXDCMakeTool"
133 />
134 <Tool
135 Name="VCBscMakeTool"
136 />
137 <Tool
138 Name="VCFxCopTool"
139 />
140 <Tool
141 Name="VCPostBuildEventTool"
142 />
143 </Configuration>
144 </Configurations>
145 <References>
146 </References>
147 <Files>
148 <Filter
149 Name="Source Files"
150 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
151 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
152 >
153 <File
Steve Naroff962d3262008-04-17 23:51:38 +0000154 RelativePath="..\..\lib\Rewrite\DeltaTree.cpp"
155 >
156 </File>
157 <File
Steve Naroff4fdd29b2008-03-24 22:03:25 +0000158 RelativePath="..\..\lib\Rewrite\HTMLRewrite.cpp"
159 >
160 </File>
161 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000162 RelativePath="..\..\lib\Rewrite\Rewriter.cpp"
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +0000163 >
164 </File>
Steve Naroff962d3262008-04-17 23:51:38 +0000165 <File
166 RelativePath="..\..\lib\Rewrite\RewriteRope.cpp"
167 >
168 </File>
Steve Naroff5955bfa2008-10-15 19:52:33 +0000169 <File
170 RelativePath="..\..\lib\Rewrite\TokenRewriter.cpp"
171 >
172 </File>
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +0000173 </Filter>
174 <Filter
175 Name="Header Files"
176 Filter="h;hpp;hxx;hm;inl;inc;xsd"
177 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
178 >
179 <File
180 RelativePath="..\..\include\clang\Rewrite\Rewriter.h"
181 >
182 </File>
Hartmut Kaiser7964c9f2007-11-09 19:53:21 +0000183 <File
184 RelativePath="..\..\include\clang\Rewrite\RewriteRope.h"
185 >
186 </File>
Hartmut Kaiser1ff4f0c2007-09-16 00:04:22 +0000187 </Filter>
188 </Files>
189 <Globals>
190 </Globals>
191</VisualStudioProject>