diff --git a/build.vc15/mpir-tests.sln b/build.vc15/mpir-tests.sln index a0855263..77c83952 100644 --- a/build.vc15/mpir-tests.sln +++ b/build.vc15/mpir-tests.sln @@ -435,6 +435,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpz.next_prime_candidate", EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpz.limbs", "mpir-tests\mpz.limbs\mpz.limbs.vcxproj", "{1F36B6D7-4504-4B2B-BABC-7CFBEC62029B}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpn.sizeinbase", "mpir-tests\mpn.sizeinbase\mpn.sizeinbase.vcxproj", "{935A51B1-BFEB-4864-A11A-1B436811C52D}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1663,6 +1665,14 @@ Global {1F36B6D7-4504-4B2B-BABC-7CFBEC62029B}.Release|Win32.Build.0 = Release|Win32 {1F36B6D7-4504-4B2B-BABC-7CFBEC62029B}.Release|x64.ActiveCfg = Release|x64 {1F36B6D7-4504-4B2B-BABC-7CFBEC62029B}.Release|x64.Build.0 = Release|x64 + {935A51B1-BFEB-4864-A11A-1B436811C52D}.Debug|Win32.ActiveCfg = Debug|Win32 + {935A51B1-BFEB-4864-A11A-1B436811C52D}.Debug|Win32.Build.0 = Debug|Win32 + {935A51B1-BFEB-4864-A11A-1B436811C52D}.Debug|x64.ActiveCfg = Debug|x64 + {935A51B1-BFEB-4864-A11A-1B436811C52D}.Debug|x64.Build.0 = Debug|x64 + {935A51B1-BFEB-4864-A11A-1B436811C52D}.Release|Win32.ActiveCfg = Release|Win32 + {935A51B1-BFEB-4864-A11A-1B436811C52D}.Release|Win32.Build.0 = Release|Win32 + {935A51B1-BFEB-4864-A11A-1B436811C52D}.Release|x64.ActiveCfg = Release|x64 + {935A51B1-BFEB-4864-A11A-1B436811C52D}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/build.vc15/mpir-tests/mpn.sizeinbase/mpn.sizeinbase.vcxproj b/build.vc15/mpir-tests/mpn.sizeinbase/mpn.sizeinbase.vcxproj new file mode 100644 index 00000000..6adc10e8 --- /dev/null +++ b/build.vc15/mpir-tests/mpn.sizeinbase/mpn.sizeinbase.vcxproj @@ -0,0 +1,179 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + mpn.sizeinbase + Win32Proj + 8.1 + {935A51B1-BFEB-4864-A11A-1B436811C52D} + + + + Application + v141 + + + Application + v141 + + + Application + v141 + + + Application + v141 + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.21006.1 + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + cd ..\..\..\build.vc +check_config $(Platform) $(Configuration) 15 + + + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Default + + + Console + false + + + MachineX86 + + + + + cd ..\..\..\build.vc +check_config $(Platform) $(Configuration) 15 + + + X64 + + + _WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Default + + + Console + false + + + MachineX64 + Debug + + + + + cd ..\..\..\build.vc +check_config $(Platform) $(Configuration) 15 + + + Full + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Default + + + Console + true + true + false + + + MachineX86 + + + + + cd ..\..\..\build.vc +check_config $(Platform) $(Configuration) 15 + + + X64 + + + Full + _WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Default + $(MPDIR);$(SolutionDir)..\tests + + + Console + true + true + false + + + MachineX64 + No + + + + + + + + {a742d3d1-6956-4f85-bfd6-b0e7b477041d} + false + + + + + + \ No newline at end of file