• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="instruction_map_test"
6	ProjectGUID="{ABFF6897-3B7F-41FB-BB70-15E47AC81856}"
7	RootNamespace="instruction_map_test"
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="$(ConfigurationName)"
22			ConfigurationType="1"
23			CharacterSet="1"
24			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
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="../..;../../src;../../vsprojects"
45				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46				MinimalRebuild="true"
47				BasicRuntimeChecks="3"
48				RuntimeLibrary="3"
49				DefaultCharIsUnsigned="true"
50				UsePrecompiledHeader="0"
51				ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
52				WarningLevel="3"
53				Detect64BitPortabilityProblems="true"
54				DebugInformationFormat="4"
55			/>
56			<Tool
57				Name="VCManagedResourceCompilerTool"
58			/>
59			<Tool
60				Name="VCResourceCompilerTool"
61			/>
62			<Tool
63				Name="VCPreLinkEventTool"
64			/>
65			<Tool
66				Name="VCLinkerTool"
67				LinkIncremental="2"
68				GenerateDebugInformation="true"
69				SubSystem="1"
70				TargetMachine="1"
71			/>
72			<Tool
73				Name="VCALinkTool"
74			/>
75			<Tool
76				Name="VCManifestTool"
77			/>
78			<Tool
79				Name="VCXDCMakeTool"
80			/>
81			<Tool
82				Name="VCBscMakeTool"
83			/>
84			<Tool
85				Name="VCFxCopTool"
86			/>
87			<Tool
88				Name="VCAppVerifierTool"
89			/>
90			<Tool
91				Name="VCWebDeploymentTool"
92			/>
93			<Tool
94				Name="VCPostBuildEventTool"
95				CommandLine="$(OutDir)\$(ProjectName).exe"
96			/>
97		</Configuration>
98		<Configuration
99			Name="Release|Win32"
100			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
101			IntermediateDirectory="$(ConfigurationName)"
102			ConfigurationType="1"
103			CharacterSet="1"
104			WholeProgramOptimization="1"
105			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
106			>
107			<Tool
108				Name="VCPreBuildEventTool"
109			/>
110			<Tool
111				Name="VCCustomBuildTool"
112			/>
113			<Tool
114				Name="VCXMLDataGeneratorTool"
115			/>
116			<Tool
117				Name="VCWebServiceProxyGeneratorTool"
118			/>
119			<Tool
120				Name="VCMIDLTool"
121			/>
122			<Tool
123				Name="VCCLCompilerTool"
124				AdditionalIncludeDirectories="../..;../../src;../../vsprojects"
125				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
126				RuntimeLibrary="2"
127				DefaultCharIsUnsigned="true"
128				UsePrecompiledHeader="0"
129				ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
130				WarningLevel="3"
131				Detect64BitPortabilityProblems="true"
132				DebugInformationFormat="3"
133			/>
134			<Tool
135				Name="VCManagedResourceCompilerTool"
136			/>
137			<Tool
138				Name="VCResourceCompilerTool"
139			/>
140			<Tool
141				Name="VCPreLinkEventTool"
142			/>
143			<Tool
144				Name="VCLinkerTool"
145				LinkIncremental="1"
146				GenerateDebugInformation="true"
147				SubSystem="1"
148				OptimizeReferences="2"
149				EnableCOMDATFolding="2"
150				TargetMachine="1"
151			/>
152			<Tool
153				Name="VCALinkTool"
154			/>
155			<Tool
156				Name="VCManifestTool"
157			/>
158			<Tool
159				Name="VCXDCMakeTool"
160			/>
161			<Tool
162				Name="VCBscMakeTool"
163			/>
164			<Tool
165				Name="VCFxCopTool"
166			/>
167			<Tool
168				Name="VCAppVerifierTool"
169			/>
170			<Tool
171				Name="VCWebDeploymentTool"
172			/>
173			<Tool
174				Name="VCPostBuildEventTool"
175				CommandLine="$(OutDir)\$(ProjectName).exe"
176			/>
177		</Configuration>
178	</Configurations>
179	<References>
180	</References>
181	<Files>
182		<Filter
183			Name="Source Files"
184			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
185			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186			>
187			<File
188				RelativePath="..\..\src\instruction_map_test.cc"
189				>
190			</File>
191		</Filter>
192		<Filter
193			Name="Header Files"
194			Filter="h;hpp;hxx;hm;inl;inc;xsd"
195			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
196			>
197		</Filter>
198		<Filter
199			Name="Resource Files"
200			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
201			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
202			>
203		</Filter>
204	</Files>
205	<Globals>
206	</Globals>
207</VisualStudioProject>
208