mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r10904] Purpose:
Support command line build HDF5 with Visual C++ .Net and Intel compiler Description: We can not find a way to convert workspace to solution format from command line. typegen.sln will be provided in order to support command line build HDF5 with MSVS .Net and Intel Compiler. Solution: Platforms tested: MSVS .NET on windows XP. Misc. update:
This commit is contained in:
parent
5404f6e026
commit
6637dff29e
25
windows/misc/typegen/typegen.sln
Executable file
25
windows/misc/typegen/typegen.sln
Executable file
@ -0,0 +1,25 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "h5tinit", "h5tinit\h5tinit.icproj", "{042099BB-201E-49B3-B80A-A09C0E3D2379}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
Debug = Debug
|
||||
Release = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{042099BB-201E-49B3-B80A-A09C0E3D2379}.Debug.ActiveCfg = Debug|Win32
|
||||
{042099BB-201E-49B3-B80A-A09C0E3D2379}.Debug.Build.0 = Debug|Win32
|
||||
{042099BB-201E-49B3-B80A-A09C0E3D2379}.Release.ActiveCfg = Release|Win32
|
||||
{042099BB-201E-49B3-B80A-A09C0E3D2379}.Release.Build.0 = Release|Win32
|
||||
{F0E7CEDD-E730-448D-B187-2CDB575A498C}.Release.Build.0 = Release|Win32
|
||||
{F0E7CEDD-E730-448D-B187-2CDB575A498C}.Release.ActiveCfg = Release|Win32
|
||||
{F0E7CEDD-E730-448D-B187-2CDB575A498C}.Debug.Build.0 = Debug|Win32
|
||||
{F0E7CEDD-E730-448D-B187-2CDB575A498C}.Debug.ActiveCfg = Debug|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Loading…
Reference in New Issue
Block a user