diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-08-18 14:56:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-08-18 14:56:54 (GMT) |
commit | cf421eaa74d9a5c50263b42cfeb8c55453ca985f (patch) | |
tree | 1f135c3cae6b9950b73f40ac36eb392d5bf4e4d6 /windows/test/big | |
parent | 167af56bfd13593af8ac74070f5a48235debdebe (diff) | |
download | hdf5-cf421eaa74d9a5c50263b42cfeb8c55453ca985f.zip hdf5-cf421eaa74d9a5c50263b42cfeb8c55453ca985f.tar.gz hdf5-cf421eaa74d9a5c50263b42cfeb8c55453ca985f.tar.bz2 |
[svn-r17373] Added new file to library project.
Also removed unused project settings. These were per file settings that should not be used unless a file needs them.
Tested: Windows
Diffstat (limited to 'windows/test/big')
-rw-r--r-- | windows/test/big/big.vcproj | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/windows/test/big/big.vcproj b/windows/test/big/big.vcproj index ac6e79f..5b48027 100644 --- a/windows/test/big/big.vcproj +++ b/windows/test/big/big.vcproj @@ -394,52 +394,6 @@ <File
RelativePath="..\..\..\test\big.c"
>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- ObjectFile="../../../test/big/Release/"
- ProgramDataBaseFileName="../../../test/big/Release/"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- ObjectFile="../../../test/big/Release/"
- ProgramDataBaseFileName="../../../test/big/Release/"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BrowseInformation="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BrowseInformation="1"
- />
- </FileConfiguration>
</File>
</Files>
<Globals>
|