blob: 19f7cb6a5610832870231bdc68e06d2b00ae024b [file] [log] [blame]
Jeff Cohen0a691862004-12-19 06:40:39 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="lli"
6 ProjectGUID="{FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
Jeff Cohenae7b0712005-01-01 19:37:14 +000015 OutputDirectory="$(SolutionDir)$(IntDir)"
Jeff Cohen0a691862004-12-19 06:40:39 +000016 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="..\..\include;.."
Jeff Cohen9247d0b2006-01-30 04:07:08 +000023 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
Jeff Cohen6f0e6802005-12-17 00:14:47 +000024 StringPooling="TRUE"
Jeff Cohen0a691862004-12-19 06:40:39 +000025 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="3"
28 ForceConformanceInForLoopScope="TRUE"
29 RuntimeTypeInfo="TRUE"
30 UsePrecompiledHeader="0"
31 BrowseInformation="1"
32 WarningLevel="3"
33 Detect64BitPortabilityProblems="FALSE"
34 DebugInformationFormat="4"
Jeff Cohenb32d7852005-01-30 17:54:12 +000035 DisableSpecificWarnings="4355,4146,4800"/>
Jeff Cohen0a691862004-12-19 06:40:39 +000036 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
Jeff Cohen40296bd2005-01-02 04:23:12 +000040 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
Jeff Cohen0a691862004-12-19 06:40:39 +000041 OutputFile="$(OutDir)/lli.exe"
42 LinkIncremental="2"
43 GenerateDebugInformation="TRUE"
44 ProgramDatabaseFile="$(OutDir)/lli.pdb"
45 SubSystem="1"
46 TargetMachine="1"/>
47 <Tool
48 Name="VCMIDLTool"/>
49 <Tool
50 Name="VCPostBuildEventTool"/>
51 <Tool
52 Name="VCPreBuildEventTool"/>
53 <Tool
54 Name="VCPreLinkEventTool"/>
55 <Tool
56 Name="VCResourceCompilerTool"/>
57 <Tool
58 Name="VCWebServiceProxyGeneratorTool"/>
59 <Tool
60 Name="VCXMLDataGeneratorTool"/>
61 <Tool
62 Name="VCWebDeploymentTool"/>
63 <Tool
64 Name="VCManagedWrapperGeneratorTool"/>
65 <Tool
66 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67 </Configuration>
68 <Configuration
69 Name="Release|Win32"
Jeff Cohenae7b0712005-01-01 19:37:14 +000070 OutputDirectory="$(SolutionDir)$(IntDir)"
Jeff Cohen0a691862004-12-19 06:40:39 +000071 IntermediateDirectory="Release"
72 ConfigurationType="1"
73 CharacterSet="2">
74 <Tool
75 Name="VCCLCompilerTool"
76 AdditionalIncludeDirectories="..\..\include;.."
Jeff Cohen9247d0b2006-01-30 04:07:08 +000077 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
Jeff Cohen6f0e6802005-12-17 00:14:47 +000078 StringPooling="TRUE"
Jeff Cohen0a691862004-12-19 06:40:39 +000079 RuntimeLibrary="2"
80 ForceConformanceInForLoopScope="TRUE"
81 RuntimeTypeInfo="TRUE"
82 UsePrecompiledHeader="0"
83 BrowseInformation="0"
84 WarningLevel="3"
85 Detect64BitPortabilityProblems="FALSE"
86 DebugInformationFormat="3"
Jeff Cohenb32d7852005-01-30 17:54:12 +000087 DisableSpecificWarnings="4355,4146,4800"/>
Jeff Cohen0a691862004-12-19 06:40:39 +000088 <Tool
89 Name="VCCustomBuildTool"/>
90 <Tool
91 Name="VCLinkerTool"
Jeff Cohen40296bd2005-01-02 04:23:12 +000092 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
Jeff Cohen0a691862004-12-19 06:40:39 +000093 OutputFile="$(OutDir)/lli.exe"
94 LinkIncremental="1"
Jeff Cohen0a691862004-12-19 06:40:39 +000095 GenerateDebugInformation="TRUE"
96 SubSystem="1"
97 OptimizeReferences="2"
98 EnableCOMDATFolding="2"
99 TargetMachine="1"/>
100 <Tool
101 Name="VCMIDLTool"/>
102 <Tool
103 Name="VCPostBuildEventTool"/>
104 <Tool
105 Name="VCPreBuildEventTool"/>
106 <Tool
107 Name="VCPreLinkEventTool"/>
108 <Tool
109 Name="VCResourceCompilerTool"/>
110 <Tool
111 Name="VCWebServiceProxyGeneratorTool"/>
112 <Tool
113 Name="VCXMLDataGeneratorTool"/>
114 <Tool
115 Name="VCWebDeploymentTool"/>
116 <Tool
117 Name="VCManagedWrapperGeneratorTool"/>
118 <Tool
119 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
120 </Configuration>
121 </Configurations>
122 <References>
123 </References>
124 <Files>
125 <Filter
126 Name="Source Files"
127 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
128 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
129 <File
130 RelativePath="..\..\tools\lli\lli.cpp">
131 </File>
132 </Filter>
133 <Filter
134 Name="Header Files"
135 Filter="h;hpp;hxx;hm;inl;inc;xsd"
136 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
137 </Filter>
Jeff Cohen0a691862004-12-19 06:40:39 +0000138 </Files>
139 <Globals>
140 </Globals>
141</VisualStudioProject>