Nantes Université

Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 5ba89592 rédigé par happy2discover's avatar happy2discover Validation de GitHub
Parcourir les fichiers

Upgrade projects to VS2022, bump the ver number. (#106)

* Upgrade projects to VS2022, bump the ver number.

* Update README to VS2022
parent 02beb523
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -18,7 +18,7 @@ There are thousands of possible combinations of these values. It would be diffi ...@@ -18,7 +18,7 @@ There are thousands of possible combinations of these values. It would be diffi
# More information # 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/. The most recent **pict.exe** is available at https://github.com/microsoft/pict/releases/.
...@@ -32,7 +32,7 @@ PICT consists of the following projects: ...@@ -32,7 +32,7 @@ PICT consists of the following projects:
* **clidll-usage**: A sample of how the PICT DLL is to be used. * **clidll-usage**: A sample of how the PICT DLL is to be used.
## Building and testing on Windows with MsBuild ## 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. PICT uses MsBuild for building. **_build.cmd** script in the root directory will build both Debug and Release from the command-line.
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ConfigurationType>Application</ConfigurationType> <ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ConfigurationType>StaticLibrary</ConfigurationType> <ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<RootNamespace>pictcli</RootNamespace> <RootNamespace>pictcli</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ConfigurationType>Application</ConfigurationType> <ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
......
...@@ -14,4 +14,4 @@ ...@@ -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_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_COMPANYNAME_STR "Microsoft Corporation\0"
#define VER_PRODUCTNAME_STR "Pairwise Independent Combinatorial Testing\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"
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<RootNamespace>pictclidllusage</RootNamespace> <RootNamespace>pictclidllusage</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ConfigurationType>Application</ConfigurationType> <ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<RootNamespace>pictclidll</RootNamespace> <RootNamespace>pictclidll</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ConfigurationType>DynamicLibrary</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset> <PlatformToolset>v143</PlatformToolset>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter