1<?xml version="1.0" encoding="big5"?>
2<!--
3This file is part of The Croco Library
4This program is free software; you can redistribute it and/or
5modify it under the terms of version 2.1 of the GNU Lesser General Public
6License as published by the Free Software Foundation.
7
8This program is distributed in the hope that it will be useful,
9but WITHOUT ANY WARRANTY; without even the implied warranty of
10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11GNU General Public License for more details.
12
13You should have received a copy of the GNU Lesser General Public License
14along with this program; if not, write to the Free Software
15Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
16USA
17
18Author: Fan, Chun-wei
19See COPYRIGHTS file for copyright information.
20-->
21<VisualStudioProject
22	ProjectType="Visual C++"
23	Version="9.00"
24	Name="csslint"
25	ProjectGUID="{345080B1-9C5B-44B8-98D7-7381D50F3E13}"
26	RootNamespace="csslint"
27	Keyword="Win32Proj"
28	TargetFrameworkVersion="196613"
29	>
30	<Platforms>
31		<Platform
32			Name="Win32"
33		/>
34		<Platform
35			Name="x64"
36		/>
37	</Platforms>
38	<ToolFiles>
39	</ToolFiles>
40	<Configurations>
41		<Configuration
42			Name="Debug|Win32"
43			InheritedPropertySheets=".\croco-build-defines.vsprops"
44			ConfigurationType="1"
45			CharacterSet="2"
46			>
47			<Tool
48				Name="VCPreBuildEventTool"
49			/>
50			<Tool
51				Name="VCCLCompilerTool"
52				Optimization="0"
53				AdditionalIncludeDirectories=""
54				PreprocessorDefinitions="_DEBUG"
55				MinimalRebuild="true"
56				BasicRuntimeChecks="3"
57				RuntimeLibrary="3"
58				UsePrecompiledHeader="0"
59				WarningLevel="3"
60				DebugInformationFormat="4"
61			/>
62			<Tool
63				Name="VCLinkerTool"
64				AdditionalDependencies=""
65				LinkIncremental="2"
66				GenerateDebugInformation="true"
67				SubSystem="1"
68				TargetMachine="1"
69			/>
70		</Configuration>
71		<Configuration
72			Name="Release|Win32"
73			InheritedPropertySheets=".\croco-build-defines.vsprops"
74			ConfigurationType="1"
75			CharacterSet="2"
76			WholeProgramOptimization="1"
77			>
78			<Tool
79				Name="VCPreBuildEventTool"
80			/>
81			<Tool
82				Name="VCCLCompilerTool"
83				Optimization="2"
84				EnableIntrinsicFunctions="true"
85				AdditionalIncludeDirectories=""
86				PreprocessorDefinitions=""
87				RuntimeLibrary="2"
88				EnableFunctionLevelLinking="true"
89				UsePrecompiledHeader="0"
90				WarningLevel="3"
91				DebugInformationFormat="3"
92			/>
93			<Tool
94				Name="VCLinkerTool"
95				AdditionalDependencies=""
96				LinkIncremental="1"
97				GenerateDebugInformation="true"
98				SubSystem="1"
99				OptimizeReferences="2"
100				EnableCOMDATFolding="2"
101				TargetMachine="1"
102			/>
103		</Configuration>
104		<Configuration
105			Name="Debug|x64"
106			InheritedPropertySheets=".\croco-build-defines.vsprops"
107			ConfigurationType="1"
108			CharacterSet="2"
109			>
110			<Tool
111				Name="VCPreBuildEventTool"
112			/>
113			<Tool
114				Name="VCMIDLTool"
115				TargetEnvironment="3"
116			/>
117			<Tool
118				Name="VCCLCompilerTool"
119				Optimization="0"
120				AdditionalIncludeDirectories=""
121				PreprocessorDefinitions="_DEBUG"
122				MinimalRebuild="true"
123				BasicRuntimeChecks="3"
124				RuntimeLibrary="3"
125				UsePrecompiledHeader="0"
126				WarningLevel="3"
127				DebugInformationFormat="3"
128			/>
129			<Tool
130				Name="VCLinkerTool"
131				AdditionalDependencies=""
132				LinkIncremental="2"
133				GenerateDebugInformation="true"
134				SubSystem="1"
135				TargetMachine="17"
136			/>
137		</Configuration>
138		<Configuration
139			Name="Release|x64"
140			InheritedPropertySheets=".\croco-build-defines.vsprops"
141			ConfigurationType="1"
142			CharacterSet="2"
143			WholeProgramOptimization="1"
144			>
145			<Tool
146				Name="VCPreBuildEventTool"
147			/>
148			<Tool
149				Name="VCMIDLTool"
150				TargetEnvironment="3"
151			/>
152			<Tool
153				Name="VCCLCompilerTool"
154				Optimization="2"
155				EnableIntrinsicFunctions="true"
156				AdditionalIncludeDirectories=""
157				PreprocessorDefinitions=""
158				RuntimeLibrary="2"
159				EnableFunctionLevelLinking="true"
160				UsePrecompiledHeader="0"
161				WarningLevel="3"
162				DebugInformationFormat="3"
163			/>
164			<Tool
165				Name="VCLinkerTool"
166				AdditionalDependencies=""
167				LinkIncremental="1"
168				GenerateDebugInformation="true"
169				SubSystem="1"
170				OptimizeReferences="2"
171				EnableCOMDATFolding="2"
172				TargetMachine="17"
173			/>
174		</Configuration>
175	</Configurations>
176	<References>
177	</References>
178	<Files>
179		<Filter
180			Name="Sources"
181			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
182			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
183			>
184			<File RelativePath="..\..\csslint\csslint.c" />
185		</Filter>
186	</Files>
187	<Globals>
188	</Globals>
189</VisualStudioProject>
190