• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="vcddec"
6	ProjectGUID="{1066F2E6-3F29-4D3D-9BBA-FD1D360099DD}"
7	RootNamespace="vcddec"
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="$(SolutionDir)$(ConfigurationName)"
21			IntermediateDirectory="Debug"
22			ConfigurationType="4"
23			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
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="../..;../../src;../../vsprojects"
44				MinimalRebuild="true"
45				BasicRuntimeChecks="3"
46				RuntimeLibrary="3"
47				DefaultCharIsUnsigned="true"
48				UsePrecompiledHeader="0"
49				ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
50				WarningLevel="3"
51				Detect64BitPortabilityProblems="true"
52				DebugInformationFormat="4"
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="$(SolutionDir)$(ConfigurationName)"
85			IntermediateDirectory="Release"
86			ConfigurationType="4"
87			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
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="../..;../../src;../../vsprojects"
107				RuntimeLibrary="2"
108				DefaultCharIsUnsigned="true"
109				UsePrecompiledHeader="0"
110				ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
111				WarningLevel="3"
112				Detect64BitPortabilityProblems="true"
113				DebugInformationFormat="3"
114			/>
115			<Tool
116				Name="VCManagedResourceCompilerTool"
117			/>
118			<Tool
119				Name="VCResourceCompilerTool"
120			/>
121			<Tool
122				Name="VCPreLinkEventTool"
123			/>
124			<Tool
125				Name="VCLibrarianTool"
126			/>
127			<Tool
128				Name="VCALinkTool"
129			/>
130			<Tool
131				Name="VCXDCMakeTool"
132			/>
133			<Tool
134				Name="VCBscMakeTool"
135			/>
136			<Tool
137				Name="VCFxCopTool"
138			/>
139			<Tool
140				Name="VCPostBuildEventTool"
141			/>
142		</Configuration>
143	</Configurations>
144	<References>
145	</References>
146	<Files>
147		<Filter
148			Name="Header Files"
149			Filter="h;hpp;hxx;hm;inl;inc;xsd"
150			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
151			>
152			<File
153				RelativePath="..\..\src\checksum.h"
154				>
155			</File>
156			<File
157				RelativePath="..\..\src\decodetable.h"
158				>
159			</File>
160			<File
161				RelativePath="..\..\src\headerparser.h"
162				>
163			</File>
164			<File
165				RelativePath="..\..\src\google\output_string.h"
166				>
167			</File>
168			<File
169				RelativePath="..\..\src\google\vcdecoder.h"
170				>
171			</File>
172		</Filter>
173		<Filter
174			Name="Resource Files"
175			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
176			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
177			>
178		</Filter>
179		<Filter
180			Name="Source Files"
181			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
182			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
183			>
184			<File
185				RelativePath="..\..\src\decodetable.cc"
186				>
187			</File>
188			<File
189				RelativePath="..\..\src\headerparser.cc"
190				>
191			</File>
192			<File
193				RelativePath="..\..\src\vcdecoder.cc"
194				>
195			</File>
196		</Filter>
197	</Files>
198	<Globals>
199	</Globals>
200</VisualStudioProject>
201