1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="deferredTest" 6 ProjectGUID="{D038F930-3C7E-4D71-A46E-5222A0DEA910}" 7 RootNamespace="deferredTest" 8 TargetFrameworkVersion="196613" 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="2" 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 MinimalRebuild="true" 44 BasicRuntimeChecks="3" 45 RuntimeLibrary="3" 46 WarningLevel="3" 47 DebugInformationFormat="4" 48 /> 49 <Tool 50 Name="VCManagedResourceCompilerTool" 51 /> 52 <Tool 53 Name="VCResourceCompilerTool" 54 /> 55 <Tool 56 Name="VCPreLinkEventTool" 57 /> 58 <Tool 59 Name="VCLinkerTool" 60 GenerateDebugInformation="true" 61 TargetMachine="1" 62 /> 63 <Tool 64 Name="VCALinkTool" 65 /> 66 <Tool 67 Name="VCManifestTool" 68 /> 69 <Tool 70 Name="VCXDCMakeTool" 71 /> 72 <Tool 73 Name="VCBscMakeTool" 74 /> 75 <Tool 76 Name="VCFxCopTool" 77 /> 78 <Tool 79 Name="VCAppVerifierTool" 80 /> 81 <Tool 82 Name="VCPostBuildEventTool" 83 /> 84 </Configuration> 85 <Configuration 86 Name="Release|Win32" 87 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 88 IntermediateDirectory="$(ConfigurationName)" 89 ConfigurationType="1" 90 CharacterSet="2" 91 WholeProgramOptimization="1" 92 > 93 <Tool 94 Name="VCPreBuildEventTool" 95 /> 96 <Tool 97 Name="VCCustomBuildTool" 98 /> 99 <Tool 100 Name="VCXMLDataGeneratorTool" 101 /> 102 <Tool 103 Name="VCWebServiceProxyGeneratorTool" 104 /> 105 <Tool 106 Name="VCMIDLTool" 107 /> 108 <Tool 109 Name="VCCLCompilerTool" 110 Optimization="2" 111 EnableIntrinsicFunctions="true" 112 RuntimeLibrary="2" 113 EnableFunctionLevelLinking="true" 114 WarningLevel="3" 115 DebugInformationFormat="3" 116 /> 117 <Tool 118 Name="VCManagedResourceCompilerTool" 119 /> 120 <Tool 121 Name="VCResourceCompilerTool" 122 /> 123 <Tool 124 Name="VCPreLinkEventTool" 125 /> 126 <Tool 127 Name="VCLinkerTool" 128 GenerateDebugInformation="true" 129 OptimizeReferences="2" 130 EnableCOMDATFolding="2" 131 TargetMachine="1" 132 /> 133 <Tool 134 Name="VCALinkTool" 135 /> 136 <Tool 137 Name="VCManifestTool" 138 /> 139 <Tool 140 Name="VCXDCMakeTool" 141 /> 142 <Tool 143 Name="VCBscMakeTool" 144 /> 145 <Tool 146 Name="VCFxCopTool" 147 /> 148 <Tool 149 Name="VCAppVerifierTool" 150 /> 151 <Tool 152 Name="VCPostBuildEventTool" 153 /> 154 </Configuration> 155 </Configurations> 156 <References> 157 </References> 158 <Files> 159 <Filter 160 Name="Source Files" 161 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 162 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 163 > 164 <File 165 RelativePath=".\deferredTest.cpp" 166 > 167 </File> 168 </Filter> 169 <Filter 170 Name="Header Files" 171 Filter="h;hpp;hxx;hm;inl;inc;xsd" 172 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 173 > 174 </Filter> 175 <Filter 176 Name="Resource Files" 177 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 178 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 179 > 180 <File 181 RelativePath=".\deferredTest.fx" 182 > 183 </File> 184 </Filter> 185 </Files> 186 <Globals> 187 </Globals> 188</VisualStudioProject> 189