>
> I think you may be working from the wrong repository since if you look 
> at the vc14 version of mpir_config.py in my GITHUB repository at: 
>
> I think Bill Hart's repository is the same but I will have to check this. 
>
> I looked at Bill Hart's repository - build.vc14\mpir_config.py is really 
correct. 
So it was my mistake. I probably confused four almost-the-same 
mpir_config.py and looked into another file.

And yet another question.
Why build.vc14\mpir_config.py use some new vcxproject guid - 
{59348fde-2f50-426c-9f74-184aa069c067} (line 638) while all previous 
mpir_config.py-s used well-known prpject guid 
{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}?

Projects that are already exists in build.vc14 directory use the old guid 
{8BC9CEB8-...}. (More exactly, _solution_ use old guid when reference to 
these projects).
I ran mpir_config.py and generated some new projects. Surely, they appear 
in solution with new guid {59348fde-...}. But when I load this new solution 
into my fresh Visual Studio 2015 Commutity Edition, it change these guids 
to old value {8BC9CEB8-...}. So Studio doesn't like new guid. 

Second experiment. I opened mpir.sln in text editor and changed some 
project guids from well-known {8BC9CEB8-...} to enother values - 
{59348fde-...} or arbitrary. Then I load this solution to MSVS 2015. But 
now Studio doesn't change mpir.sln! 

Third experiment. I ran mpir_config.py and generated a couple of new 
projects (with new guid {59348fde-...}, of course). Then I load mpir.sln 
again. And after that all guids was changed to well-known value 
{8BC9CEB8-...}. Studio fixed all "wrong" guids - those were changed in 
second experiments and a new projects.

In all three cases Studio loaded solution correctly, without any warning.

So I make a conclusion: this guid is not an important thing. However if a 
*.sln file was seriously changed, Studio will run some solution-checking 
procedure. And this procedure replace "wrong" guids with "correct" guid.

I also tried to google this new guid {59348fde-...}. Google doesn't know it.
 

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to