diff --git a/README.md b/README.md index 88a204c560d55573e1b85f8a8b87c972efc0ad46..0dfe6f9175302cca943392f93c8da2c164c5917a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ There are thousands of possible combinations of these values. It would be diffi # More information -See **[doc/pict.md](https://github.com/Microsoft/pict/blob/master/doc/pict.md)** for detailed documentation on PICT and http://pairwise.org has details on this testing methododology. +See **[doc/pict.md](https://github.com/Microsoft/pict/blob/main/doc/pict.md)** for detailed documentation on PICT and http://pairwise.org has details on this testing methododology. The most recent **pict.exe** is available at https://github.com/microsoft/pict/releases/. @@ -32,7 +32,7 @@ PICT consists of the following projects: * **clidll-usage**: A sample of how the PICT DLL is to be used. ## Building and testing on Windows with MsBuild -Use **pict.sln** to open the solution in Visual Studio 2019. You will need VC++ build tools installed. See https://www.visualstudio.com/downloads/ for details. +Use **pict.sln** to open the solution in Visual Studio 2022. You will need VC++ build tools installed. See https://www.visualstudio.com/downloads/ for details. PICT uses MsBuild for building. **_build.cmd** script in the root directory will build both Debug and Release from the command-line. diff --git a/api-usage/pictapi-usage.vcxproj b/api-usage/pictapi-usage.vcxproj index c678f0af136a5dc489a53071bc8d07d8a63084f5..4ccf06856970c900192e500974241f2ec9c219e8 100644 --- a/api-usage/pictapi-usage.vcxproj +++ b/api-usage/pictapi-usage.vcxproj @@ -18,7 +18,7 @@ </PropertyGroup> <PropertyGroup> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/api/pictapi.vcxproj b/api/pictapi.vcxproj index bcbb39ef21fbc8ca190319ccf75b4d9f72dc2dee..c2bd56739f15221cef737e63f6496e6307c5d1a0 100644 --- a/api/pictapi.vcxproj +++ b/api/pictapi.vcxproj @@ -18,7 +18,7 @@ </PropertyGroup> <PropertyGroup> <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/cli/pictcli.vcxproj b/cli/pictcli.vcxproj index 058995241ef5b7c34bce0f274547c7eea4a4a13a..290e74df826c9ac77f41c671342429ef746852aa 100644 --- a/cli/pictcli.vcxproj +++ b/cli/pictcli.vcxproj @@ -16,7 +16,7 @@ <RootNamespace>pictcli</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/cli/ver.h b/cli/ver.h index df94fefe6ab4060607a4971e820adc3e0a15641d..a2329667b0798835665b0574cc33a07882e31223 100644 --- a/cli/ver.h +++ b/cli/ver.h @@ -14,4 +14,4 @@ #define VER_PRODUCTVERSION_STR VER_MAKESTR(VER_PRODBUILD_MAJOR) "." VER_MAKESTR(VER_PRODBUILD_MINOR) "." VER_MAKESTR(VER_PRODBUILD_BUILD) "." VER_MAKESTR(VER_PRODBUILD_REVISION) #define VER_COMPANYNAME_STR "Microsoft Corporation\0" #define VER_PRODUCTNAME_STR "Pairwise Independent Combinatorial Testing\0" -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2000-2022 Microsoft Corp. All rights reserved.\0" +#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2000-2023 Microsoft Corp. All rights reserved.\0" diff --git a/clidll-usage/pictclidll-usage.vcxproj b/clidll-usage/pictclidll-usage.vcxproj index abdf9f21373e098af25fef226ae3ccf6f4a398ed..7276197a1acf07c7f49dae63a7d38f6bb3a12570 100644 --- a/clidll-usage/pictclidll-usage.vcxproj +++ b/clidll-usage/pictclidll-usage.vcxproj @@ -17,7 +17,7 @@ <RootNamespace>pictclidllusage</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/clidll/pictclidll.vcxproj b/clidll/pictclidll.vcxproj index a4ed77a0d83980f788c1ae428df019c920d793b4..8693556f41677a9318dc1b74d64ed64f85799feb 100644 --- a/clidll/pictclidll.vcxproj +++ b/clidll/pictclidll.vcxproj @@ -17,7 +17,7 @@ <RootNamespace>pictclidll</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">