diff --git a/html/hints/winnt.html b/html/hints/winnt.html index 7c41b861ba..75af630246 100644 --- a/html/hints/winnt.html +++ b/html/hints/winnt.html @@ -44,22 +44,26 @@

Compiling Requirements

+
  • OpenSSL must be built on the box before building NTP. Additional steps would be required to not use OpenSSL. +
  • Microsoft Visual C++ redistributables Compiling Instructions
      -
    1. Install Micosoft Visual C++ redistributables -
    2. Install OpenSSL full installer for Windows. Add the following to your system environment variables in the control panel (adjusting paths as appropriate to point to the directory containing only an openssl subdirectory, for OPENSSL_INC, and to the directory containing openssl .lib files for OPENSSL_LIB: -
      • OPENSSL_INC=C:\OpenSSL\include -
      • OPENSSL_LIB=C:\OpenSSL\lib
      +
    3. Install Micosoft Visual C++ redistributables. + The 32-bit version is still available but should not be used anymore. +
    4. Install OpenSSL full installer for Windows. + Add the following to your system environment variables in the control panel (adjusting paths as appropriate to point to the directory containing only an openssl subdirectory, for OPENSSL_INC, and to the directory containing openssl .lib files for OPENSSL_LIB: +
        +
      • OPENSSL_INC=C:\OpenSSL\include +
      • OPENSSL_LIB=C:\OpenSSL\lib +
    5. Unpack the NTP-4.x.tar.gz using utilities such as WinZip or WinRar. -
    6. Run Microsoft Visual C++ 2008 EE. -
    7. Open the ports\winnt\vs2008\ntp.sln solution file +
    8. Run Microsoft Visual C++ 2022. +
    9. Open the ports\winnt\vs2022\ntp.sln solution file
    10. Batch build all projects (Build menu, Batch Build..., select all, build). -
    11. The built binaries can be found in the ports\winnt\v2008\Win32-bin\Release directory. +
    12. The built binaries can be found in the ports\winnt\vs2022\x64-out\Release directory.
    13. If you are shipping binaries in a kit it is strongly recommended that you ship this file (winnt.html) along with the binaries.

    Configuration File

    @@ -83,7 +87,7 @@

    Command Line Parameters and Registry Entries

    Bug Reports

    Please follow the NTP Bug Reporting Procedures to report bugs or request enhancements.

    Last update: - 6-Apr-2014 23:27 + 10-June-2025

    diff --git a/ports/winnt/.gitignore b/ports/winnt/.gitignore new file mode 100644 index 0000000000..f0adfebe22 --- /dev/null +++ b/ports/winnt/.gitignore @@ -0,0 +1,404 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml + +# ntp specific +*/*/.version +*/*/scm-rev diff --git a/ports/winnt/scripts/mkver.bat b/ports/winnt/scripts/mkver.bat index c0c7b526b3..6e6b6d4428 100755 --- a/ports/winnt/scripts/mkver.bat +++ b/ports/winnt/scripts/mkver.bat @@ -21,6 +21,8 @@ see notes/remarks directly below this header: # # Changes: # +# 06/10/2025 Lukas Grützmacher +# - Add support for build from git repository # 04/01/2023 Dave Hart # - Use fast 'bk root' to check for BitKeeper # instead of invocation that gets ChangeSet. @@ -138,7 +140,7 @@ IF {%1} == {-G} ( SET GENERATESCMREV=%2 SET OUTPUTSCMREV=%2 IF NOT {%3} == {} GOTO USAGE - GOTO GENERATE_SCM_REV + GOTO GENERATE_SCM_BK_REV ) IF {%1} == {-S} ( IF {%2} == {} GOTO USAGE @@ -304,19 +306,27 @@ REM **************************************************************************** REM Now we have the version info, try to add a BK ChangeSet revision - IF "%SCMREV%" == "" GOTO GENERATE_SCM_REV + IF "%SCMREV%" == "" GOTO GENERATE_SCM_BK_REV REM ** Called as -S to use generated scm-rev file. FOR /F "TOKENS=1" %%a IN ('type %SCMREV%') DO @SET CSET=%%a GOTO HAVECHANGESETREVISION -:GENERATE_SCM_REV +:GENERATE_SCM_BK_REV REM ** Check if BK is installed ... bk root ../../../.. 2> NUL > NUL - IF ERRORLEVEL 1 GOTO NOBK + IF ERRORLEVEL 1 GOTO GENERATE_SCM_GIT_REV REM ** Try to get the CSet rev directly from BK FOR /F "TOKENS=1 DELIMS==" %%a IN ('bk.exe -R prs -hr+ -nd:I: ChangeSet') DO @SET CSET=%%a + GOTO WRITE_SCM_REV + +:GENERATE_SCM_GIT_REV + git rev-parse --short HEAD 2> NUL > NUL + IF ERRORLEVEL 1 GOTO NOBK + + FOR /F "TOKENS=1" %%a IN ('git rev-parse --short HEAD') DO @SET CSET=%%a + GOTO WRITE_SCM_REV :NOBK IF NOT "%GENERATESCMREV%" == "" GOTO WRITE_SCM_REV diff --git a/ports/winnt/vs2022/common.props b/ports/winnt/vs2022/common.props new file mode 100644 index 0000000000..caa57c838f --- /dev/null +++ b/ports/winnt/vs2022/common.props @@ -0,0 +1,59 @@ + + + + + + $(SolutionDir)\$(Platform)-out\$(Configuration) + $(SolutionDir)\$(Platform)-tmp\$(Configuration) + + + <_ProjectFileVersion>12.0.30501.0 + $(OutBaseDir)\ + $(TmpBaseDir)\$(TargetName)\ + false + + + + $(IntDir)BuildLog.htm + + + $(VC_IncludePath);..\..\include;..\..\..\..\libntp\lib\isc\win32\include;..\..\..\..\include;..\..\..\..\libntp\lib\isc\include;..\..\..\..\sntp\libopts;%(AdditionalIncludeDirectories) + _CONSOLE;_WINDOWS;WIN32;SYS_WINNT;HAVE_CONFIG_H;HAVE_ARC4RANDOM_BUF;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + + true + false + $(IntDir) + $(IntDir) + $(IntDir) + true + true + ProgramDatabase + CompileAsC + 4996;4267;4244;%(DisableSpecificWarnings) + Level3 + true + + + ws2_32.lib;%(AdditionalDependencies) + 4.2 + true + $(TmpBaseDir);%(AdditionalLibraryDirectories) + true + $(OutDir)$(ProjectName).pdb + Console + true + true + true + true + + + + + $(OutBaseDir) + + + $(TmpBaseDir) + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/debug-x64.props b/ports/winnt/vs2022/debug-x64.props new file mode 100644 index 0000000000..750b7294c1 --- /dev/null +++ b/ports/winnt/vs2022/debug-x64.props @@ -0,0 +1,33 @@ + + + + + + + <_ProjectFileVersion>12.0.30501.0 + <_PropertySheetDisplayName>debug-x64 + true + + + + Disabled + true + $(OPENSSL64_INC);%(AdditionalIncludeDirectories) + _DEBUG;OPENSSL;%(PreprocessorDefinitions) + MultiThreadedDebug + + EditAndContinue + true + false + + + + MachineX64 + $(OPENSSL64_LIB) + + false + false + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/debug.props b/ports/winnt/vs2022/debug.props new file mode 100644 index 0000000000..fbda84b8f6 --- /dev/null +++ b/ports/winnt/vs2022/debug.props @@ -0,0 +1,34 @@ + + + + + + + <_ProjectFileVersion>12.0.30501.0 + <_PropertySheetDisplayName>debug-x86 + true + + + + Disabled + true + $(OPENSSL_INC);%(AdditionalIncludeDirectories) + _DEBUG;OPENSSL;%(PreprocessorDefinitions) + MultiThreadedDebug + + EditAndContinue + true + false + + + + MachineX86 + $(OPENSSL_LIB) + + false + false + false + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/instsrv/instsrv.vcxproj b/ports/winnt/vs2022/instsrv/instsrv.vcxproj new file mode 100644 index 0000000000..4d17b808ca --- /dev/null +++ b/ports/winnt/vs2022/instsrv/instsrv.vcxproj @@ -0,0 +1,95 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C3534C4D-6DF1-498E-9904-4337878A1515} + instsrv + + + + Application + false + MultiByte + + + v143 + + + v143 + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + + $(IntDir)Instsrv.tlb + + + ..\..\instsrv;%(AdditionalIncludeDirectories) + + + 0x0409 + + + Console + + + true + $(IntDir)$(ProjectName).bsc + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + X64 + + + + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/instsrv/instsrv.vcxproj.filters b/ports/winnt/vs2022/instsrv/instsrv.vcxproj.filters new file mode 100644 index 0000000000..c4141a50d1 --- /dev/null +++ b/ports/winnt/vs2022/instsrv/instsrv.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {88b66c4c-94b1-4f5b-9746-4fe09cdfae66} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {d9dc516d-d575-4027-8a48-b67dc1ba58c3} + h;hpp;hxx;hm;inl + + + {afc3883c-9da2-4632-8941-c77432dbd317} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/libntp/libntp.vcxproj b/ports/winnt/vs2022/libntp/libntp.vcxproj new file mode 100644 index 0000000000..fc234b4798 --- /dev/null +++ b/ports/winnt/vs2022/libntp/libntp.vcxproj @@ -0,0 +1,290 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {400FBFCB-462E-40D0-B06B-3B74E3FFFD00} + + + + StaticLibrary + false + MultiByte + + + v143 + + + v143 + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + $(TmpBaseDir)\ + + + + 0x0409 + + + true + + + true + $(IntDir)$(ProjectName).bsc + + + + + X64 + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Message Compiler + mc -h %(RootDir)%(Directory) -r %(RootDir)%(Directory) -e h %(FullPath) + %(RootDir)%(Directory)%(Filename).rc;%(RootDir)%(Directory)%(Filename).h;%(RootDir)%(Directory)msg00001.bin;%(Outputs) + + + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/libntp/libntp.vcxproj.filters b/ports/winnt/vs2022/libntp/libntp.vcxproj.filters new file mode 100644 index 0000000000..23fff905d9 --- /dev/null +++ b/ports/winnt/vs2022/libntp/libntp.vcxproj.filters @@ -0,0 +1,601 @@ + + + + + {9b4d7229-201b-44b0-8b6d-c58920cf47a4} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {c2a2356e-0e9e-4804-a4b1-d60449f2911e} + h;hpp;hxx;hm;inl + + + {279a0045-e0b3-43ce-b511-e6f2e0f43a80} + + + {723fb507-c0d4-4c49-bb1e-644e479d13d2} + + + {d1cd5a9b-c4c7-463b-a1c6-77f120b1b0b1} + + + {ed829a7e-4c71-4567-9c82-5f4caee37f03} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + libisc Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + libisc Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Generated Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + libisc Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/loopback-pps/loopback-ppsapi-provider.vcxproj b/ports/winnt/vs2022/loopback-pps/loopback-ppsapi-provider.vcxproj new file mode 100644 index 0000000000..14bb064df2 --- /dev/null +++ b/ports/winnt/vs2022/loopback-pps/loopback-ppsapi-provider.vcxproj @@ -0,0 +1,98 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1ACE209D-D56E-450B-8711-B73E4ACFC38E} + loopback-ppsapi-provider + + + + DynamicLibrary + MultiByte + + + v143 + + + v143 + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + + ..\..\ntpd;..\..\..\..\ntpd;%(AdditionalIncludeDirectories) + + + ntpd.lib;%(AdditionalDependencies) + $(OutDir);%(AdditionalLibraryDirectories) + Windows + + + $(IntDir)$(ProjectName).bsc + + + + + ..\..\ppsapi\loopback\src\loopback-ppsapi.def + + + + + {400fbfcb-462e-40d0-b06b-3b74e3fffd00} + false + false + true + + + {cb61f8bf-9637-495c-9087-e8664b400ce0} + false + false + true + + + + + + + + + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/loopback-pps/loopback-ppsapi-provider.vcxproj.filters b/ports/winnt/vs2022/loopback-pps/loopback-ppsapi-provider.vcxproj.filters new file mode 100644 index 0000000000..5c8ea8d6c3 --- /dev/null +++ b/ports/winnt/vs2022/loopback-pps/loopback-ppsapi-provider.vcxproj.filters @@ -0,0 +1,33 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/mkver.props b/ports/winnt/vs2022/mkver.props new file mode 100644 index 0000000000..f6cd7cdd51 --- /dev/null +++ b/ports/winnt/vs2022/mkver.props @@ -0,0 +1,30 @@ + + + + + Copying scm-rev from distribution... + call ..\..\scripts\mkver.bat -U scm-rev + scm-rev + + + + + Generating scm-rev from bk... + call ..\..\scripts\mkver.bat -G scm-rev + scm-rev + + + Generating scm-rev from git... + call ..\..\scripts\mkver.bat -G scm-rev + scm-rev + + + + + Using NT Shell Script to generate version.c + call ..\..\scripts\mkver.bat -S scm-rev -P $(ProjectName) + .version;scm-rev;..\..\..\..\packageinfo.sh + version.c + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntp-keygen/ntp-keygen.vcxproj b/ports/winnt/vs2022/ntp-keygen/ntp-keygen.vcxproj new file mode 100644 index 0000000000..b1995e0163 --- /dev/null +++ b/ports/winnt/vs2022/ntp-keygen/ntp-keygen.vcxproj @@ -0,0 +1,104 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C88C1FBF-59D2-447F-BF57-0BCA8889028F} + ntp-keygen + + + + Application + false + MultiByte + + + v143 + + + v143 + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + + $(IntDir)ntp-keygen.tlb + + + ..\..\ntp-keygen;..\..\..\..\ntp-keygen;%(AdditionalIncludeDirectories) + + + 0x0409 + + + Console + + + true + $(IntDir)$(ProjectName).bsc + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + {400fbfcb-462e-40d0-b06b-3b74e3fffd00} + false + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntp-keygen/ntp-keygen.vcxproj.filters b/ports/winnt/vs2022/ntp-keygen/ntp-keygen.vcxproj.filters new file mode 100644 index 0000000000..c32c81d96a --- /dev/null +++ b/ports/winnt/vs2022/ntp-keygen/ntp-keygen.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {5e68f697-629e-4dbe-be3f-5ad6c0ea94ec} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {d6b533d8-5922-4260-b313-6e47b12171e5} + h;hpp;hxx;hm;inl + + + {69c2d8e9-6b31-40b6-bdc8-69e5d5b5d8fd} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntp.sln b/ports/winnt/vs2022/ntp.sln new file mode 100644 index 0000000000..049eec3f93 --- /dev/null +++ b/ports/winnt/vs2022/ntp.sln @@ -0,0 +1,111 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.13.35919.96 d17.13 +MinimumVisualStudioVersion = 12.0.31101.0 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntpd", "ntpd\ntpd.vcxproj", "{CB61F8BF-9637-495C-9087-E8664B400CE0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "instsrv", "instsrv\instsrv.vcxproj", "{C3534C4D-6DF1-498E-9904-4337878A1515}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libntp", "libntp\libntp.vcxproj", "{400FBFCB-462E-40D0-B06B-3B74E3FFFD00}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntpdate", "ntpdate\ntpdate.vcxproj", "{2789A62E-3F46-44F1-AAF0-816CD23C2911}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntpdc", "ntpdc\ntpdc.vcxproj", "{8011C820-B3D5-4034-86EA-FFC30AE6764B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntp-keygen", "ntp-keygen\ntp-keygen.vcxproj", "{C88C1FBF-59D2-447F-BF57-0BCA8889028F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntpq", "ntpq\ntpq.vcxproj", "{6A92BF14-8931-48B1-A571-DEBE9F190616}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "keyword-gen", "ntpd-keyword-gen\ntpd-keyword-gen.vcxproj", "{1B814CC1-EAD4-4A13-B29C-A67B23C9845A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loopback-ppsapi-provider", "loopback-pps\loopback-ppsapi-provider.vcxproj", "{1ACE209D-D56E-450B-8711-B73E4ACFC38E}" +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 + {CB61F8BF-9637-495C-9087-E8664B400CE0}.Debug|Win32.ActiveCfg = Debug|Win32 + {CB61F8BF-9637-495C-9087-E8664B400CE0}.Debug|Win32.Build.0 = Debug|Win32 + {CB61F8BF-9637-495C-9087-E8664B400CE0}.Debug|x64.ActiveCfg = Debug|x64 + {CB61F8BF-9637-495C-9087-E8664B400CE0}.Debug|x64.Build.0 = Debug|x64 + {CB61F8BF-9637-495C-9087-E8664B400CE0}.Release|Win32.ActiveCfg = Release|Win32 + {CB61F8BF-9637-495C-9087-E8664B400CE0}.Release|Win32.Build.0 = Release|Win32 + {CB61F8BF-9637-495C-9087-E8664B400CE0}.Release|x64.ActiveCfg = Release|x64 + {CB61F8BF-9637-495C-9087-E8664B400CE0}.Release|x64.Build.0 = Release|x64 + {C3534C4D-6DF1-498E-9904-4337878A1515}.Debug|Win32.ActiveCfg = Debug|Win32 + {C3534C4D-6DF1-498E-9904-4337878A1515}.Debug|Win32.Build.0 = Debug|Win32 + {C3534C4D-6DF1-498E-9904-4337878A1515}.Debug|x64.ActiveCfg = Debug|x64 + {C3534C4D-6DF1-498E-9904-4337878A1515}.Debug|x64.Build.0 = Debug|x64 + {C3534C4D-6DF1-498E-9904-4337878A1515}.Release|Win32.ActiveCfg = Release|Win32 + {C3534C4D-6DF1-498E-9904-4337878A1515}.Release|Win32.Build.0 = Release|Win32 + {C3534C4D-6DF1-498E-9904-4337878A1515}.Release|x64.ActiveCfg = Release|x64 + {C3534C4D-6DF1-498E-9904-4337878A1515}.Release|x64.Build.0 = Release|x64 + {400FBFCB-462E-40D0-B06B-3B74E3FFFD00}.Debug|Win32.ActiveCfg = Debug|Win32 + {400FBFCB-462E-40D0-B06B-3B74E3FFFD00}.Debug|Win32.Build.0 = Debug|Win32 + {400FBFCB-462E-40D0-B06B-3B74E3FFFD00}.Debug|x64.ActiveCfg = Debug|x64 + {400FBFCB-462E-40D0-B06B-3B74E3FFFD00}.Debug|x64.Build.0 = Debug|x64 + {400FBFCB-462E-40D0-B06B-3B74E3FFFD00}.Release|Win32.ActiveCfg = Release|Win32 + {400FBFCB-462E-40D0-B06B-3B74E3FFFD00}.Release|Win32.Build.0 = Release|Win32 + {400FBFCB-462E-40D0-B06B-3B74E3FFFD00}.Release|x64.ActiveCfg = Release|x64 + {400FBFCB-462E-40D0-B06B-3B74E3FFFD00}.Release|x64.Build.0 = Release|x64 + {2789A62E-3F46-44F1-AAF0-816CD23C2911}.Debug|Win32.ActiveCfg = Debug|Win32 + {2789A62E-3F46-44F1-AAF0-816CD23C2911}.Debug|Win32.Build.0 = Debug|Win32 + {2789A62E-3F46-44F1-AAF0-816CD23C2911}.Debug|x64.ActiveCfg = Debug|x64 + {2789A62E-3F46-44F1-AAF0-816CD23C2911}.Debug|x64.Build.0 = Debug|x64 + {2789A62E-3F46-44F1-AAF0-816CD23C2911}.Release|Win32.ActiveCfg = Release|Win32 + {2789A62E-3F46-44F1-AAF0-816CD23C2911}.Release|Win32.Build.0 = Release|Win32 + {2789A62E-3F46-44F1-AAF0-816CD23C2911}.Release|x64.ActiveCfg = Release|x64 + {2789A62E-3F46-44F1-AAF0-816CD23C2911}.Release|x64.Build.0 = Release|x64 + {8011C820-B3D5-4034-86EA-FFC30AE6764B}.Debug|Win32.ActiveCfg = Debug|Win32 + {8011C820-B3D5-4034-86EA-FFC30AE6764B}.Debug|Win32.Build.0 = Debug|Win32 + {8011C820-B3D5-4034-86EA-FFC30AE6764B}.Debug|x64.ActiveCfg = Debug|x64 + {8011C820-B3D5-4034-86EA-FFC30AE6764B}.Debug|x64.Build.0 = Debug|x64 + {8011C820-B3D5-4034-86EA-FFC30AE6764B}.Release|Win32.ActiveCfg = Release|Win32 + {8011C820-B3D5-4034-86EA-FFC30AE6764B}.Release|Win32.Build.0 = Release|Win32 + {8011C820-B3D5-4034-86EA-FFC30AE6764B}.Release|x64.ActiveCfg = Release|x64 + {8011C820-B3D5-4034-86EA-FFC30AE6764B}.Release|x64.Build.0 = Release|x64 + {C88C1FBF-59D2-447F-BF57-0BCA8889028F}.Debug|Win32.ActiveCfg = Debug|Win32 + {C88C1FBF-59D2-447F-BF57-0BCA8889028F}.Debug|Win32.Build.0 = Debug|Win32 + {C88C1FBF-59D2-447F-BF57-0BCA8889028F}.Debug|x64.ActiveCfg = Debug|x64 + {C88C1FBF-59D2-447F-BF57-0BCA8889028F}.Debug|x64.Build.0 = Debug|x64 + {C88C1FBF-59D2-447F-BF57-0BCA8889028F}.Release|Win32.ActiveCfg = Release|Win32 + {C88C1FBF-59D2-447F-BF57-0BCA8889028F}.Release|Win32.Build.0 = Release|Win32 + {C88C1FBF-59D2-447F-BF57-0BCA8889028F}.Release|x64.ActiveCfg = Release|x64 + {C88C1FBF-59D2-447F-BF57-0BCA8889028F}.Release|x64.Build.0 = Release|x64 + {6A92BF14-8931-48B1-A571-DEBE9F190616}.Debug|Win32.ActiveCfg = Debug|Win32 + {6A92BF14-8931-48B1-A571-DEBE9F190616}.Debug|Win32.Build.0 = Debug|Win32 + {6A92BF14-8931-48B1-A571-DEBE9F190616}.Debug|x64.ActiveCfg = Debug|x64 + {6A92BF14-8931-48B1-A571-DEBE9F190616}.Debug|x64.Build.0 = Debug|x64 + {6A92BF14-8931-48B1-A571-DEBE9F190616}.Release|Win32.ActiveCfg = Release|Win32 + {6A92BF14-8931-48B1-A571-DEBE9F190616}.Release|Win32.Build.0 = Release|Win32 + {6A92BF14-8931-48B1-A571-DEBE9F190616}.Release|x64.ActiveCfg = Release|x64 + {6A92BF14-8931-48B1-A571-DEBE9F190616}.Release|x64.Build.0 = Release|x64 + {1B814CC1-EAD4-4A13-B29C-A67B23C9845A}.Debug|Win32.ActiveCfg = Debug|Win32 + {1B814CC1-EAD4-4A13-B29C-A67B23C9845A}.Debug|Win32.Build.0 = Debug|Win32 + {1B814CC1-EAD4-4A13-B29C-A67B23C9845A}.Debug|x64.ActiveCfg = Debug|x64 + {1B814CC1-EAD4-4A13-B29C-A67B23C9845A}.Debug|x64.Build.0 = Debug|x64 + {1B814CC1-EAD4-4A13-B29C-A67B23C9845A}.Release|Win32.ActiveCfg = Release|Win32 + {1B814CC1-EAD4-4A13-B29C-A67B23C9845A}.Release|Win32.Build.0 = Release|Win32 + {1B814CC1-EAD4-4A13-B29C-A67B23C9845A}.Release|x64.ActiveCfg = Release|x64 + {1B814CC1-EAD4-4A13-B29C-A67B23C9845A}.Release|x64.Build.0 = Release|x64 + {1ACE209D-D56E-450B-8711-B73E4ACFC38E}.Debug|Win32.ActiveCfg = Debug|Win32 + {1ACE209D-D56E-450B-8711-B73E4ACFC38E}.Debug|Win32.Build.0 = Debug|Win32 + {1ACE209D-D56E-450B-8711-B73E4ACFC38E}.Debug|x64.ActiveCfg = Debug|x64 + {1ACE209D-D56E-450B-8711-B73E4ACFC38E}.Debug|x64.Build.0 = Debug|x64 + {1ACE209D-D56E-450B-8711-B73E4ACFC38E}.Release|Win32.ActiveCfg = Release|Win32 + {1ACE209D-D56E-450B-8711-B73E4ACFC38E}.Release|Win32.Build.0 = Release|Win32 + {1ACE209D-D56E-450B-8711-B73E4ACFC38E}.Release|x64.ActiveCfg = Release|x64 + {1ACE209D-D56E-450B-8711-B73E4ACFC38E}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {32B126CF-D9C0-49CA-8A58-4E9862EC8AE4} + EndGlobalSection +EndGlobal diff --git a/ports/winnt/vs2022/ntpd-keyword-gen/ntpd-keyword-gen.vcxproj b/ports/winnt/vs2022/ntpd-keyword-gen/ntpd-keyword-gen.vcxproj new file mode 100644 index 0000000000..b0869ed964 --- /dev/null +++ b/ports/winnt/vs2022/ntpd-keyword-gen/ntpd-keyword-gen.vcxproj @@ -0,0 +1,100 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + keyword-gen + {1B814CC1-EAD4-4A13-B29C-A67B23C9845A} + ntpd-keyword-gen + + + + Application + MultiByte + + + v143 + + + v143 + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + $(TmpBaseDir)\ + + + + ..\..\ntpd;..\..\..\..\ntpd;%(AdditionalIncludeDirectories) + + + $(OutDir)keyword-gen.exe + Console + + + $(IntDir)$(ProjectName).bsc + + + + + + + + + + + + + + + + + + + + + + + + + {400fbfcb-462e-40d0-b06b-3b74e3fffd00} + false + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntpd-keyword-gen/ntpd-keyword-gen.vcxproj.filters b/ports/winnt/vs2022/ntpd-keyword-gen/ntpd-keyword-gen.vcxproj.filters new file mode 100644 index 0000000000..1fe58189c6 --- /dev/null +++ b/ports/winnt/vs2022/ntpd-keyword-gen/ntpd-keyword-gen.vcxproj.filters @@ -0,0 +1,69 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntpd/gen-ntp_keyword.bat b/ports/winnt/vs2022/ntpd/gen-ntp_keyword.bat new file mode 100644 index 0000000000..7ecfcd7d56 --- /dev/null +++ b/ports/winnt/vs2022/ntpd/gen-ntp_keyword.bat @@ -0,0 +1,65 @@ +@echo off +REM gen-ntp_keyword.bat +REM helper to invoke keyword-gen and possibly update ntp_keyword.h +REM Usage: +REM gen-ntp_keyword dir_containing_keyword-gen.exe +REM + +set HDR_FILE=..\..\..\..\ntpd\ntp_keyword.h +set UTD_FILE=..\..\..\..\ntpd\keyword-gen-utd + +if "{%1}" == "{}" goto Usage +if not exist "%1\keyword-gen.exe" goto ExeNotFound +"%1\keyword-gen.exe" ..\..\..\..\ntpd\ntp_parser.h > new_keyword.h + +REM check if we must create both files from scratch +if not exist "%HDR_FILE%" goto missingFiles +if not exist "%UTD_FILE%" goto missingFiles + +:compareFiles +findstr /v diff_ignore_line new_keyword.h > new_keyword_cmp.h +findstr /v diff_ignore_line "%HDR_FILE%" > ntp_keyword_cmp.h +set meat_changed=0 +fc /L ntp_keyword_cmp.h new_keyword_cmp.h > NUL +if errorlevel 1 set meat_changed=1 +del ntp_keyword_cmp.h new_keyword_cmp.h +if "0"=="%meat_changed%" goto SkipUpdate + +:missingFiles +REM The files may have been deleted by the IDE in a Clean or Rebuild. +REM Check if we're in a BitKeeper repo and if so retrieve the most +REM recent version of the files. +bk root ../../../.. 2>NUL >NUL +if errorlevel 1 goto createFiles + +bk checkout %HDR_FILE% %UTD_FILE% +if errorlevel 1 goto createFiles +goto compareFiles + +:createFiles +copy /y /v new_keyword.h "%HDR_FILE%" > NUL +findstr diff_ignore_line new_keyword.h > "%UTD_FILE%" +echo updated keyword-gen-utd and ntp_keyword.h +goto SkipSkipMsg + +:skipUpdate +echo ntp_keyword.h is unchanged +REM 'touch' the files by replacing them with a concatenation of itself and NUL: +copy /b "%HDR_FILE%" + NUL "%HDR_FILE%" > NUL +copy /b "%UTD_FILE%" + NUL "%UTD_FILE%" > NUL + +:SkipSkipMsg +set meat_changed= +del new_keyword.h +goto Exit + +:Usage +echo Usage: +echo gen-ntp_keyword dir_containing_keyword-gen.exe +goto Exit + +:ExeNotFound +echo keyword-gen.exe not found at %1\keyword-gen.exe +goto Exit + +:Exit diff --git a/ports/winnt/vs2022/ntpd/ntpd.vcxproj b/ports/winnt/vs2022/ntpd/ntpd.vcxproj new file mode 100644 index 0000000000..967ca7bd0e --- /dev/null +++ b/ports/winnt/vs2022/ntpd/ntpd.vcxproj @@ -0,0 +1,294 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {CB61F8BF-9637-495C-9087-E8664B400CE0} + + + + Application + false + MultiByte + + + v143 + + + v143 + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + + $(IntDir)ntpd.tlb + + + + ..\..\ntpd;..\..\..\..\ntpd;%(AdditionalIncludeDirectories) + + + 0x0409 + + + winmm.lib;%(AdditionalDependencies) + Console + + + true + $(IntDir)$(ProjectName).bsc + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4307;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ..\..\..\..\ntpd\ntp_parser.h;%(AdditionalInputs) + invoking keyword-gen on ntp_parser.h to produce ntp_keyword.h + call .\gen-ntp_keyword $(TmpBaseDir) + ..\..\..\..\ntpd\ntp_keyword.h;..\..\..\..\ntpd\keyword-gen-utd;%(Outputs) + + + + + + + {400fbfcb-462e-40d0-b06b-3b74e3fffd00} + false + + + {1b814cc1-ead4-4a13-b29c-a67b23c9845a} + false + + + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntpd/ntpd.vcxproj.filters b/ports/winnt/vs2022/ntpd/ntpd.vcxproj.filters new file mode 100644 index 0000000000..6ab960b2eb --- /dev/null +++ b/ports/winnt/vs2022/ntpd/ntpd.vcxproj.filters @@ -0,0 +1,566 @@ + + + + + {2cbfaff6-f124-4847-a42e-8fcda8f2ccde} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {7c80ca48-41d3-4140-9f66-d1f9b0819935} + h;hpp;hxx;hm;inl + + + {ee743a49-b45f-4111-99c1-b763c58855eb} + + + {b8223a11-17dc-43a1-8a4d-71cb38696349} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {42cb2adf-a7f2-44fa-bac2-4e7123023aab} + + + {46c3cccd-994c-4611-982a-cc7e02e0bb60} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Reference Clock + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Parse Lib + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Reference Clock + + + Parse Lib + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Generated Files + + + + + + + + Header Files + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntpdate/ntpdate.vcxproj b/ports/winnt/vs2022/ntpdate/ntpdate.vcxproj new file mode 100644 index 0000000000..d15d2df04b --- /dev/null +++ b/ports/winnt/vs2022/ntpdate/ntpdate.vcxproj @@ -0,0 +1,118 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2789A62E-3F46-44F1-AAF0-816CD23C2911} + + + + Application + false + MultiByte + + + v143 + + + v143 + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + + $(IntDir)ntpdate.tlb + + + ..\..\ntpdate;..\..\..\..\ntpdate;%(AdditionalIncludeDirectories) + + + 0x0409 + + + Console + + + true + $(IntDir)$(ProjectName).bsc + + + + + X64 + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + {400fbfcb-462e-40d0-b06b-3b74e3fffd00} + false + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntpdate/ntpdate.vcxproj.filters b/ports/winnt/vs2022/ntpdate/ntpdate.vcxproj.filters new file mode 100644 index 0000000000..de17c24076 --- /dev/null +++ b/ports/winnt/vs2022/ntpdate/ntpdate.vcxproj.filters @@ -0,0 +1,72 @@ + + + + + {a9c05e13-5296-4958-8c8a-bbaeb940ba64} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {6cb269b2-f6e6-4efe-ad40-385f8d6e4d1f} + h;hpp;hxx;hm;inl + + + {592dc90e-8075-4d56-b888-2ba3eaa2030e} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntpdc/ntpdc.vcxproj b/ports/winnt/vs2022/ntpdc/ntpdc.vcxproj new file mode 100644 index 0000000000..b29f1b0a71 --- /dev/null +++ b/ports/winnt/vs2022/ntpdc/ntpdc.vcxproj @@ -0,0 +1,110 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {8011C820-B3D5-4034-86EA-FFC30AE6764B} + + + + + Application + false + MultiByte + + + v143 + + + v143 + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + + $(IntDir)ntpdc.tlb + + + ..\..\ntpdc;..\..\..\..\ntpdc;%(AdditionalIncludeDirectories) + + + 0x0409 + + + Console + + + true + $(IntDir)$(ProjectName).bsc + + + + + X64 + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + {400fbfcb-462e-40d0-b06b-3b74e3fffd00} + false + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntpdc/ntpdc.vcxproj.filters b/ports/winnt/vs2022/ntpdc/ntpdc.vcxproj.filters new file mode 100644 index 0000000000..b1e12fc821 --- /dev/null +++ b/ports/winnt/vs2022/ntpdc/ntpdc.vcxproj.filters @@ -0,0 +1,45 @@ + + + + + {d89987d8-7f2b-44ac-8fde-655708f3caa4} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {5eefdf30-92a6-4318-80fb-dc80ee3091da} + h;hpp;hxx;hm;inl + + + {89efa9a7-ae12-44f9-b06a-197aee209dba} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntpq/ntpq.vcxproj b/ports/winnt/vs2022/ntpq/ntpq.vcxproj new file mode 100644 index 0000000000..d1723c4f65 --- /dev/null +++ b/ports/winnt/vs2022/ntpq/ntpq.vcxproj @@ -0,0 +1,108 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {6A92BF14-8931-48B1-A571-DEBE9F190616} + + + + Application + false + MultiByte + + + v143 + + + v143 + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + + $(IntDir)ntpq.tlb + + + ..\..\ntpq;..\..\..\..\ntpq;%(AdditionalIncludeDirectories) + + + 0x0409 + + + Console + + + true + $(IntDir)$(ProjectName).bsc + + + + + X64 + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + {400fbfcb-462e-40d0-b06b-3b74e3fffd00} + false + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/ntpq/ntpq.vcxproj.filters b/ports/winnt/vs2022/ntpq/ntpq.vcxproj.filters new file mode 100644 index 0000000000..818754e8fc --- /dev/null +++ b/ports/winnt/vs2022/ntpq/ntpq.vcxproj.filters @@ -0,0 +1,42 @@ + + + + + {8e203dcf-b90d-477e-9cb0-da399ca2eee6} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {587344a2-88e1-47c8-9dd7-a7a728ef9a63} + h;hpp;hxx;hm;inl + + + {229bbf9c-4aae-4515-9d9e-4be8dc1f0e04} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/release-x64.props b/ports/winnt/vs2022/release-x64.props new file mode 100644 index 0000000000..f1cf51de8d --- /dev/null +++ b/ports/winnt/vs2022/release-x64.props @@ -0,0 +1,28 @@ + + + + + + + <_ProjectFileVersion>12.0.30501.0 + <_PropertySheetDisplayName>release-x64 + + + + Full + AnySuitable + true + $(OPENSSL64_INC);%(AdditionalIncludeDirectories) + NDEBUG;OPENSSL;%(PreprocessorDefinitions) + MultiThreaded + + + MachineX64 + $(OPENSSL64_LIB) + UseLinkTimeCodeGeneration + + + true + + + \ No newline at end of file diff --git a/ports/winnt/vs2022/release.props b/ports/winnt/vs2022/release.props new file mode 100644 index 0000000000..acd302110c --- /dev/null +++ b/ports/winnt/vs2022/release.props @@ -0,0 +1,25 @@ + + + + <_ProjectFileVersion>12.0.30501.0 + <_PropertySheetDisplayName>release-x86 + + + + Full + AnySuitable + true + $(OPENSSL_INC);%(AdditionalIncludeDirectories) + NDEBUG;OPENSSL;%(PreprocessorDefinitions) + MultiThreaded + + + MachineX86 + $(OPENSSL_LIB) + UseLinkTimeCodeGeneration + + + true + + + \ No newline at end of file