2007-06-28 03:13:45 +08:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2007-08-17 02:28:20 +08:00
|
|
|
Version="8.00"
|
2007-06-28 03:13:45 +08:00
|
|
|
Name="chunkstest"
|
2007-08-17 02:28:20 +08:00
|
|
|
ProjectGUID="{9C900514-5BB2-4BA2-B5DF-5FD8572982DC}"
|
|
|
|
>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Platforms>
|
|
|
|
<Platform
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
</Platforms>
|
2007-08-17 02:28:20 +08:00
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
2007-08-17 02:28:20 +08:00
|
|
|
OutputDirectory="..\..\..\..\c++\examples\$(ProjectName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(OutDir)"
|
2007-06-28 03:13:45 +08:00
|
|
|
ConfigurationType="1"
|
2007-08-17 02:28:20 +08:00
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
2007-06-28 03:13:45 +08:00
|
|
|
UseOfMFC="0"
|
2007-08-17 02:28:20 +08:00
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TypeLibraryName=".\../../../../c++/examples/chunkstest/Release/chunkstest.tlb"
|
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
AdditionalIncludeDirectories="..\..\..\..\c++\src,..\..\..\..\src"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
2007-08-17 02:28:20 +08:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
UsePrecompiledHeader="0"
|
2007-06-28 03:13:45 +08:00
|
|
|
PrecompiledHeaderFile=".\../../../../c++/examples/chunkstest/Release/chunkstest.pch"
|
|
|
|
AssemblerListingLocation=".\../../../../c++/examples/chunkstest/Release/"
|
|
|
|
ObjectFile=".\../../../../c++/examples/chunkstest/Release/"
|
|
|
|
ProgramDataBaseFileName=".\../../../../c++/examples/chunkstest/Release/"
|
|
|
|
WarningLevel="3"
|
2007-08-17 02:28:20 +08:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
CompileAs="0"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
Culture="1033"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5_cpp.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
|
2007-08-17 02:28:20 +08:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).exe"
|
2007-06-28 03:13:45 +08:00
|
|
|
LinkIncremental="1"
|
2007-08-17 02:28:20 +08:00
|
|
|
SuppressStartupBanner="true"
|
2007-06-28 03:13:45 +08:00
|
|
|
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release;..\..\..\..\proj\hdf5\release;..\..\..\..\hdf5lib\release\lib"
|
2008-05-30 01:45:36 +08:00
|
|
|
IgnoreDefaultLibraryNames=""
|
2007-06-28 03:13:45 +08:00
|
|
|
ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Release/chunkstest.pdb"
|
|
|
|
SubSystem="1"
|
2007-08-17 02:28:20 +08:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-05-30 01:45:36 +08:00
|
|
|
Name="Release|x64"
|
2007-08-17 02:28:20 +08:00
|
|
|
OutputDirectory="..\..\..\..\c++\examples\$(ProjectName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(OutDir)"
|
2007-06-28 03:13:45 +08:00
|
|
|
ConfigurationType="1"
|
2007-08-17 02:28:20 +08:00
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
2007-06-28 03:13:45 +08:00
|
|
|
UseOfMFC="0"
|
2007-08-17 02:28:20 +08:00
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
TargetEnvironment="3"
|
|
|
|
TypeLibraryName=".\../../../../c++/examples/chunkstest/Release/chunkstest.tlb"
|
2007-08-17 02:28:20 +08:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
Optimization="2"
|
|
|
|
InlineFunctionExpansion="1"
|
2007-06-28 03:13:45 +08:00
|
|
|
AdditionalIncludeDirectories="..\..\..\..\c++\src,..\..\..\..\src"
|
2008-05-30 01:45:36 +08:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
EnableFunctionLevelLinking="true"
|
2007-08-17 02:28:20 +08:00
|
|
|
UsePrecompiledHeader="0"
|
2008-05-30 01:45:36 +08:00
|
|
|
PrecompiledHeaderFile=".\../../../../c++/examples/chunkstest/Release/chunkstest.pch"
|
|
|
|
AssemblerListingLocation=".\../../../../c++/examples/chunkstest/Release/"
|
|
|
|
ObjectFile=".\../../../../c++/examples/chunkstest/Release/"
|
|
|
|
ProgramDataBaseFileName=".\../../../../c++/examples/chunkstest/Release/"
|
2007-06-28 03:13:45 +08:00
|
|
|
WarningLevel="3"
|
2007-08-17 02:28:20 +08:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
CompileAs="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2007-08-17 02:28:20 +08:00
|
|
|
Culture="1033"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5_cpp.lib hdf5.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
|
2007-08-17 02:28:20 +08:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).exe"
|
2007-06-28 03:13:45 +08:00
|
|
|
LinkIncremental="1"
|
2007-08-17 02:28:20 +08:00
|
|
|
SuppressStartupBanner="true"
|
2008-05-30 01:45:36 +08:00
|
|
|
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release;..\..\..\..\proj\hdf5\release;..\..\..\..\hdf5lib\release\lib"
|
|
|
|
IgnoreDefaultLibraryNames=""
|
|
|
|
ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Release/chunkstest.pdb"
|
2007-06-28 03:13:45 +08:00
|
|
|
SubSystem="1"
|
2008-05-30 01:45:36 +08:00
|
|
|
TargetMachine="17"
|
2007-08-17 02:28:20 +08:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-05-30 01:45:36 +08:00
|
|
|
Name="Debug|Win32"
|
2007-08-17 02:28:20 +08:00
|
|
|
OutputDirectory="..\..\..\..\c++\examples\$(ProjectName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(OutDir)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
TypeLibraryName=".\../../../../c++/examples/chunkstest/Debug/chunkstest.tlb"
|
2007-08-17 02:28:20 +08:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
Optimization="0"
|
2007-08-17 02:28:20 +08:00
|
|
|
AdditionalIncludeDirectories="..\..\..\..\c++\src,..\..\..\..\src"
|
2008-05-30 01:45:36 +08:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
2007-08-17 02:28:20 +08:00
|
|
|
UsePrecompiledHeader="0"
|
2008-05-30 01:45:36 +08:00
|
|
|
PrecompiledHeaderFile=".\../../../../c++/examples/chunkstest/Debug/chunkstest.pch"
|
|
|
|
AssemblerListingLocation=".\../../../../c++/examples/chunkstest/Debug/"
|
|
|
|
ObjectFile=".\../../../../c++/examples/chunkstest/Debug/"
|
|
|
|
ProgramDataBaseFileName=".\../../../../c++/examples/chunkstest/Debug/"
|
2007-08-17 02:28:20 +08:00
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
2008-05-30 01:45:36 +08:00
|
|
|
DebugInformationFormat="4"
|
2007-08-17 02:28:20 +08:00
|
|
|
CompileAs="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2007-08-17 02:28:20 +08:00
|
|
|
Culture="1033"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCLinkerTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5_cppd.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
|
2007-08-17 02:28:20 +08:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).exe"
|
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
2008-05-30 01:45:36 +08:00
|
|
|
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug;..\..\..\..\proj\hdf5\debug;..\..\..\..\hdf5lib\debug\lib"
|
|
|
|
IgnoreDefaultLibraryNames=""
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Debug/chunkstest.pdb"
|
2007-08-17 02:28:20 +08:00
|
|
|
SubSystem="1"
|
2008-05-30 01:45:36 +08:00
|
|
|
TargetMachine="1"
|
2007-08-17 02:28:20 +08:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|x64"
|
|
|
|
OutputDirectory="..\..\..\..\c++\examples\$(ProjectName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(OutDir)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
TypeLibraryName=".\../../../../c++/examples/chunkstest/Debug/chunkstest.tlb"
|
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories="..\..\..\..\c++\src,..\..\..\..\src"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
PrecompiledHeaderFile=".\../../../../c++/examples/chunkstest/Debug/chunkstest.pch"
|
|
|
|
AssemblerListingLocation=".\../../../../c++/examples/chunkstest/Debug/"
|
|
|
|
ObjectFile=".\../../../../c++/examples/chunkstest/Debug/"
|
|
|
|
ProgramDataBaseFileName=".\../../../../c++/examples/chunkstest/Debug/"
|
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2007-08-17 02:28:20 +08:00
|
|
|
Culture="1033"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5_cppd.lib hdf5d.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
|
|
|
|
OutputFile="$(OutDir)\$(ProjectName).exe"
|
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug;..\..\..\..\proj\hdf5\debug;..\..\..\..\hdf5lib\debug\lib"
|
2008-05-30 01:45:36 +08:00
|
|
|
IgnoreDefaultLibraryNames=""
|
2007-08-17 02:28:20 +08:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Debug/chunkstest.pdb"
|
|
|
|
SubSystem="1"
|
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<File
|
2007-08-17 02:28:20 +08:00
|
|
|
RelativePath="..\..\..\..\c++\examples\chunks.cpp"
|
|
|
|
>
|
2007-06-28 03:13:45 +08:00
|
|
|
<FileConfiguration
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
AdditionalIncludeDirectories=""
|
2007-08-17 02:28:20 +08:00
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-05-30 01:45:36 +08:00
|
|
|
Name="Release|x64"
|
2007-08-17 02:28:20 +08:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
Optimization="2"
|
2007-08-17 02:28:20 +08:00
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-05-30 01:45:36 +08:00
|
|
|
Name="Debug|Win32"
|
2007-08-17 02:28:20 +08:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-05-30 01:45:36 +08:00
|
|
|
Optimization="0"
|
2007-08-17 02:28:20 +08:00
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
PreprocessorDefinitions=""
|
2008-05-30 01:45:36 +08:00
|
|
|
BasicRuntimeChecks="3"
|
2007-08-17 02:28:20 +08:00
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-08-17 02:28:20 +08:00
|
|
|
Name="Debug|x64"
|
|
|
|
>
|
2007-06-28 03:13:45 +08:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
PreprocessorDefinitions=""
|
2007-08-17 02:28:20 +08:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
/>
|
2007-06-28 03:13:45 +08:00
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|