解决方案文件中的其他几个条目 [英] Several Additional Entries in Solution File

查看:74
本文介绍了解决方案文件中的其他几个条目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我想了解我的解决方案文件中还有一些其他行.

这是我的起始解决方案文件

 Microsoft Visual Studio解决方案文件,格式版本9.00
#Visual Studio 2005
项目("{A9579C99-2FCB-404B-BD28-4858F56A8BA4}")="Carlin-I80","Carlin-I80 \ Carlin-I80.pbxml","{91119352-86BB-4E46-B6C4- 19A749B474F2}";
结束项目
全球的
GlobalSection(SolutionConfigurationPlatforms)= preSolution
ConnectCore 9M Wi-9M 2443 ARMV4I调试|平台生成器(_TGTCPU)= ConnectCore 9M Wi-9M 2443 ARMV4I调试|平台生成器(_TGTCPU)
ConnectCore 9M Wi-9M 2443 ARMV4I发行|平台生成器(_TGTCPU)= ConnectCore 9M Wi-9M 2443 ARMV4I发行|平台生成器(_TGTCPU)
调试|平台生成器(_TGTCPU)=调试|平台生成器(_TGTCPU)
Release | Platform Builder(_TGTCPU)= Release | Platform Builder(_TGTCPU)
船|平台生成器(_TGTCPU)=船|平台生成器(_TGTCPU)
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms)= postSolution
{91119352-86BB-4E46-B6C4-19A749B474F2} .ConnectCore 9M Wi-9M 2443 ARMV4I调试|平台生成器(_TGTCPU).ActiveCfg = ConnectCore 9M Wi-9M 2443 ARMV4I调试|平台生成器(_TGTCPU)
{91119352-86BB-4E46-B6C4-19A749B474F2} .ConnectCore 9M Wi-9M 2443 ARMV4I调试|平台生成器(_TGTCPU).Build.0 = ConnectCore 9M Wi-9M 2443 ARMV4I调试|平台生成器(_TGTCPU)
{91119352-86BB-4E46-B6C4-19A749B474F2} .ConnectCore 9M Wi-9M 2443 ARMV4I发行版|平台生成器(_TGTCPU).ActiveCfg = ConnectCore 9M Wi-9M 2443 ARMV4I发行版|平台生成器(_TGTCPU)
{91119352-86BB-4E46-B6C4-19A749B474F2} .ConnectCore 9M Wi-9M 2443 ARMV4I发行版|平台生成器(_TGTCPU).Build.0 = ConnectCore 9M Wi-9M 2443 ARMV4I发行版|平台生成器(_TGTCPU)
{91119352-86BB-4E46-B6C4-19A749B474F2} .Debug |平台构建器(_TGTCPU).ActiveCfg = ConnectCore 9M Wi-9M 2443 ARMV4I调试|平台构建器(_TGTCPU)
{91119352-86BB-4E46-B6C4-19A749B474F2} .Debug |平台构建器(_TGTCPU).Build.0 = ConnectCore 9M Wi-9M 2443 ARMV4I调试|平台构建器(_TGTCPU)
{91119352-86BB-4E46-B6C4-19A749B474F2} .Release |平台构建器(_TGTCPU).ActiveCfg = ConnectCore 9M Wi-9M 2443 ARMV4I发行|平台构建器(_TGTCPU)
{91119352-86BB-4E46-B6C4-19A749B474F2} .Release |平台构建器(_TGTCPU).Build.0 = ConnectCore 9M Wi-9M 2443 ARMV4I发行|平台构建器(_TGTCPU)
{91119352-86BB-4E46-B6C4-19A749B474F2} .Ship |平台生成器(_TGTCPU).ActiveCfg =船舶|平台生成器(_TGTCPU)
{91119352-86BB-4E46-B6C4-19A749B474F2} .Ship |平台生成器(_TGTCPU).Build.0 =船舶|平台生成器(_TGTCPU)
EndGlobalSection
GlobalSection(SolutionProperties)= preSolution
HideSolutionNode = TRUE
EndGlobalSection
EndGlobal 

如果我将项目保存在Visual Studio 2005中,则在GlobalSection(ProjectConfigurationPlatforms)= postSolution部分中,将添加几个具有不同GUID的条目组.  之后我有20多个.

这些来自何处,如何防止它们再次出现?

谢谢

解决方案

凯文,

我怀疑它是否与解决方案(.sln)文件有关,我想您会在这里获得有关该文件的有用信息:

参考:

http://msdn.microsoft.com/en-us/library/bb165951(v = vs.80).aspx

最好的问候,


Hi everyone,

I would like to understand where some additional lines are coming from in my solution file.

Here is my starting solution file

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{A9579C99-2FCB-404B-BD28-4858F56A8BA4}") = "Carlin-I80", "Carlin-I80\Carlin-I80.pbxml", "{91119352-86BB-4E46-B6C4-19A749B474F2}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		ConnectCore 9M Wi-9M 2443 ARMV4I Debug|Platform Builder (_TGTCPU) = ConnectCore 9M Wi-9M 2443 ARMV4I Debug|Platform Builder (_TGTCPU)
		ConnectCore 9M Wi-9M 2443 ARMV4I Release|Platform Builder (_TGTCPU) = ConnectCore 9M Wi-9M 2443 ARMV4I Release|Platform Builder (_TGTCPU)
		Debug|Platform Builder (_TGTCPU) = Debug|Platform Builder (_TGTCPU)
		Release|Platform Builder (_TGTCPU) = Release|Platform Builder (_TGTCPU)
		Ship|Platform Builder (_TGTCPU) = Ship|Platform Builder (_TGTCPU)
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{91119352-86BB-4E46-B6C4-19A749B474F2}.ConnectCore 9M Wi-9M 2443 ARMV4I Debug|Platform Builder (_TGTCPU).ActiveCfg = ConnectCore 9M Wi-9M 2443 ARMV4I Debug|Platform Builder (_TGTCPU)
		{91119352-86BB-4E46-B6C4-19A749B474F2}.ConnectCore 9M Wi-9M 2443 ARMV4I Debug|Platform Builder (_TGTCPU).Build.0 = ConnectCore 9M Wi-9M 2443 ARMV4I Debug|Platform Builder (_TGTCPU)
		{91119352-86BB-4E46-B6C4-19A749B474F2}.ConnectCore 9M Wi-9M 2443 ARMV4I Release|Platform Builder (_TGTCPU).ActiveCfg = ConnectCore 9M Wi-9M 2443 ARMV4I Release|Platform Builder (_TGTCPU)
		{91119352-86BB-4E46-B6C4-19A749B474F2}.ConnectCore 9M Wi-9M 2443 ARMV4I Release|Platform Builder (_TGTCPU).Build.0 = ConnectCore 9M Wi-9M 2443 ARMV4I Release|Platform Builder (_TGTCPU)
		{91119352-86BB-4E46-B6C4-19A749B474F2}.Debug|Platform Builder (_TGTCPU).ActiveCfg = ConnectCore 9M Wi-9M 2443 ARMV4I Debug|Platform Builder (_TGTCPU)
		{91119352-86BB-4E46-B6C4-19A749B474F2}.Debug|Platform Builder (_TGTCPU).Build.0 = ConnectCore 9M Wi-9M 2443 ARMV4I Debug|Platform Builder (_TGTCPU)
		{91119352-86BB-4E46-B6C4-19A749B474F2}.Release|Platform Builder (_TGTCPU).ActiveCfg = ConnectCore 9M Wi-9M 2443 ARMV4I Release|Platform Builder (_TGTCPU)
		{91119352-86BB-4E46-B6C4-19A749B474F2}.Release|Platform Builder (_TGTCPU).Build.0 = ConnectCore 9M Wi-9M 2443 ARMV4I Release|Platform Builder (_TGTCPU)
		{91119352-86BB-4E46-B6C4-19A749B474F2}.Ship|Platform Builder (_TGTCPU).ActiveCfg = Ship|Platform Builder (_TGTCPU)
		{91119352-86BB-4E46-B6C4-19A749B474F2}.Ship|Platform Builder (_TGTCPU).Build.0 = Ship|Platform Builder (_TGTCPU)
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = TRUE
	EndGlobalSection
EndGlobal

If I save my project save in Visual Studio 2005, in the GlobalSection(ProjectConfigurationPlatforms) = postSolution section several entries group with different GUID are added .  I have more than 20 after.

Where those are coming from and how can we prevent them to reappear? 

Thank you

解决方案

Hi Keaven,

I doubt that it would be related to the Solution (.sln) file, I think you would get useful information about it here:

Reference:

http://msdn.microsoft.com/en-us/library/bb165951(v=vs.80).aspx

Best Regards,


这篇关于解决方案文件中的其他几个条目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆