| <?xml version="1.0" encoding="Windows-1252"?> |
| <VisualStudioProject |
| ProjectType="Visual C++" |
| Version="8.00" |
| Name="AllocatorExample" |
| ProjectGUID="{2A4D3906-539D-4D1E-9C97-47ABD83FD999}" |
| RootNamespace="AllocatorExample" |
| Keyword="Win32Proj" |
| > |
| <Platforms> |
| <Platform |
| Name="Win32" |
| /> |
| </Platforms> |
| <ToolFiles> |
| </ToolFiles> |
| <Configurations> |
| <Configuration |
| Name="Debug|Win32" |
| OutputDirectory="$(SolutionDir)\dist\bin\$(ConfigurationName)" |
| IntermediateDirectory="$(ConfigurationName)" |
| ConfigurationType="1" |
| CharacterSet="1" |
| > |
| <Tool |
| Name="VCPreBuildEventTool" |
| /> |
| <Tool |
| Name="VCCustomBuildTool" |
| /> |
| <Tool |
| Name="VCXMLDataGeneratorTool" |
| /> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool" |
| /> |
| <Tool |
| Name="VCMIDLTool" |
| /> |
| <Tool |
| Name="VCCLCompilerTool" |
| Optimization="0" |
| AdditionalIncludeDirectories=""$(SolutionDir)\dist\include"" |
| PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;DEPLOYMENT_TARGET_WIN32;_WIN32_WINNT=0x0501;WINVER=0x0501;WINDOWS_LEAN_AND_MEAN=1" |
| MinimalRebuild="true" |
| BasicRuntimeChecks="3" |
| RuntimeLibrary="3" |
| UsePrecompiledHeader="0" |
| WarningLevel="3" |
| Detect64BitPortabilityProblems="true" |
| DebugInformationFormat="4" |
| /> |
| <Tool |
| Name="VCManagedResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCPreLinkEventTool" |
| /> |
| <Tool |
| Name="VCLinkerTool" |
| AdditionalDependencies="CFLite_$(ConfigurationName).lib" |
| OutputFile="$(SolutionDir)\dist\bin\$(ProjectName)_$(ConfigurationName).exe" |
| LinkIncremental="2" |
| AdditionalLibraryDirectories=""$(SolutionDir)\dist\lib"" |
| GenerateDebugInformation="true" |
| SubSystem="1" |
| TargetMachine="1" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| /> |
| <Tool |
| Name="VCManifestTool" |
| /> |
| <Tool |
| Name="VCXDCMakeTool" |
| /> |
| <Tool |
| Name="VCBscMakeTool" |
| OutputFile="$(SolutionDir)\dist\bin\$(ProjectName)_$(ConfigurationName).bsc" |
| /> |
| <Tool |
| Name="VCFxCopTool" |
| /> |
| <Tool |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| Name="VCWebDeploymentTool" |
| /> |
| <Tool |
| Name="VCPostBuildEventTool" |
| /> |
| </Configuration> |
| <Configuration |
| Name="Release|Win32" |
| OutputDirectory="$(SolutionDir)\dist\bin\$(ConfigurationName)" |
| IntermediateDirectory="$(ConfigurationName)" |
| ConfigurationType="1" |
| CharacterSet="1" |
| WholeProgramOptimization="1" |
| > |
| <Tool |
| Name="VCPreBuildEventTool" |
| /> |
| <Tool |
| Name="VCCustomBuildTool" |
| /> |
| <Tool |
| Name="VCXMLDataGeneratorTool" |
| /> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool" |
| /> |
| <Tool |
| Name="VCMIDLTool" |
| /> |
| <Tool |
| Name="VCCLCompilerTool" |
| AdditionalIncludeDirectories=""$(SolutionDir)\dist\include"" |
| PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;DEPLOYMENT_TARGET_WIN32;_WIN32_WINNT=0x0501;WINVER=0x0501" |
| RuntimeLibrary="2" |
| UsePrecompiledHeader="0" |
| WarningLevel="3" |
| Detect64BitPortabilityProblems="true" |
| DebugInformationFormat="3" |
| /> |
| <Tool |
| Name="VCManagedResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCPreLinkEventTool" |
| /> |
| <Tool |
| Name="VCLinkerTool" |
| OutputFile="$(SolutionDir)\dist\bin\$(ProjectName)_$(ConfigurationName).exe" |
| LinkIncremental="1" |
| AdditionalLibraryDirectories=""$(SolutionDir)\dist\lib"" |
| GenerateDebugInformation="true" |
| SubSystem="1" |
| OptimizeReferences="2" |
| EnableCOMDATFolding="2" |
| TargetMachine="1" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| /> |
| <Tool |
| Name="VCManifestTool" |
| /> |
| <Tool |
| Name="VCXDCMakeTool" |
| /> |
| <Tool |
| Name="VCBscMakeTool" |
| OutputFile="$(SolutionDir)\dist\bin\$(ProjectName)_$(ConfigurationName).bsc" |
| /> |
| <Tool |
| Name="VCFxCopTool" |
| /> |
| <Tool |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| Name="VCWebDeploymentTool" |
| /> |
| <Tool |
| Name="VCPostBuildEventTool" |
| /> |
| </Configuration> |
| </Configurations> |
| <References> |
| </References> |
| <Files> |
| <File |
| RelativePath=".\AllocatorExample.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| CompileAs="2" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| CompileAs="2" |
| /> |
| </FileConfiguration> |
| </File> |
| </Files> |
| <Globals> |
| </Globals> |
| </VisualStudioProject> |