diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-09-02 21:27:03 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-09-02 21:27:03 (GMT) |
commit | 42be1460e464fc1d3d2c843ff9a2841cb9767d15 (patch) | |
tree | ef534736944298a20a076c1111c9e30bd2d8e5f5 /windows/test/getname | |
parent | c1d205d282137c93dc8f2cac757045960075ca2c (diff) | |
download | hdf5-42be1460e464fc1d3d2c843ff9a2841cb9767d15.zip hdf5-42be1460e464fc1d3d2c843ff9a2841cb9767d15.tar.gz hdf5-42be1460e464fc1d3d2c843ff9a2841cb9767d15.tar.bz2 |
[svn-r17443] Description:
Merged changes from the trunk into the branch:
svn merge -r17188:17442 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Tested: smirom (icc, gcc)
Diffstat (limited to 'windows/test/getname')
-rw-r--r-- | windows/test/getname/getname.vcproj | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/windows/test/getname/getname.vcproj b/windows/test/getname/getname.vcproj index cccab0d..87634d6 100644 --- a/windows/test/getname/getname.vcproj +++ b/windows/test/getname/getname.vcproj @@ -394,48 +394,6 @@ <File
RelativePath="..\..\..\test\getname.c"
>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
</File>
</Files>
<Globals>
|