mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-28 17:20:29 +00:00
Too much to list all, but includes (in no particular order): - Cleanup for 64-bit builds, MSVC warnings. - Structured help - Help file compiler. - Supports volsets, writes/create work. - Support for I18n in messages, help. - Makefiles. - Initialize volume/volset - Command line editing/history Builds and works on Linux and Windows (VS). Not recently built or tested on other platforms, but not intentinonally broken.
52 lines
2.9 KiB
Plaintext
Executable File
52 lines
2.9 KiB
Plaintext
Executable File
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.3.32922.545
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ODS2", "ODS2.vcxproj", "{BCCEAED2-1732-D796-1F70-040DE5DA42AD}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmsg-en", "genmsg-en\genmsg-en.vcxproj", "{5AC343A4-5F8B-47F1-982B-7E44B3208748}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "makehelp", "..\makehelp\makehelp.vcxproj", "{0B040F93-B411-4CEB-B55B-5AAE6C27347D}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Win32 = Debug|Win32
|
|
Debug|x64 = Debug|x64
|
|
Release|Win32 = Release|Win32
|
|
Release|x64 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{BCCEAED2-1732-D796-1F70-040DE5DA42AD}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{BCCEAED2-1732-D796-1F70-040DE5DA42AD}.Debug|Win32.Build.0 = Debug|Win32
|
|
{BCCEAED2-1732-D796-1F70-040DE5DA42AD}.Debug|x64.ActiveCfg = Debug|x64
|
|
{BCCEAED2-1732-D796-1F70-040DE5DA42AD}.Debug|x64.Build.0 = Debug|x64
|
|
{BCCEAED2-1732-D796-1F70-040DE5DA42AD}.Release|Win32.ActiveCfg = Release|Win32
|
|
{BCCEAED2-1732-D796-1F70-040DE5DA42AD}.Release|Win32.Build.0 = Release|Win32
|
|
{BCCEAED2-1732-D796-1F70-040DE5DA42AD}.Release|x64.ActiveCfg = Release|x64
|
|
{BCCEAED2-1732-D796-1F70-040DE5DA42AD}.Release|x64.Build.0 = Release|x64
|
|
{5AC343A4-5F8B-47F1-982B-7E44B3208748}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{5AC343A4-5F8B-47F1-982B-7E44B3208748}.Debug|Win32.Build.0 = Debug|Win32
|
|
{5AC343A4-5F8B-47F1-982B-7E44B3208748}.Debug|x64.ActiveCfg = Debug|x64
|
|
{5AC343A4-5F8B-47F1-982B-7E44B3208748}.Debug|x64.Build.0 = Debug|x64
|
|
{5AC343A4-5F8B-47F1-982B-7E44B3208748}.Release|Win32.ActiveCfg = Release|Win32
|
|
{5AC343A4-5F8B-47F1-982B-7E44B3208748}.Release|Win32.Build.0 = Release|Win32
|
|
{5AC343A4-5F8B-47F1-982B-7E44B3208748}.Release|x64.ActiveCfg = Release|x64
|
|
{5AC343A4-5F8B-47F1-982B-7E44B3208748}.Release|x64.Build.0 = Release|x64
|
|
{0B040F93-B411-4CEB-B55B-5AAE6C27347D}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{0B040F93-B411-4CEB-B55B-5AAE6C27347D}.Debug|Win32.Build.0 = Debug|Win32
|
|
{0B040F93-B411-4CEB-B55B-5AAE6C27347D}.Debug|x64.ActiveCfg = Debug|x64
|
|
{0B040F93-B411-4CEB-B55B-5AAE6C27347D}.Debug|x64.Build.0 = Debug|x64
|
|
{0B040F93-B411-4CEB-B55B-5AAE6C27347D}.Release|Win32.ActiveCfg = Release|Win32
|
|
{0B040F93-B411-4CEB-B55B-5AAE6C27347D}.Release|Win32.Build.0 = Release|Win32
|
|
{0B040F93-B411-4CEB-B55B-5AAE6C27347D}.Release|x64.ActiveCfg = Release|x64
|
|
{0B040F93-B411-4CEB-B55B-5AAE6C27347D}.Release|x64.Build.0 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {E61B3FE9-F8F6-44C6-AF2F-E3CEDB9B04B7}
|
|
EndGlobalSection
|
|
EndGlobal
|