当我寻找我的Web API使用的端口号的硬编码来源时,我在项目的* .csproj文件中找到了它。然而,当我在Visual Studio的“查找结果”窗口中双击它时,它将无法打开,而且我非常了解情况,“文档”Bla * .csproj“已作为项目或解决方案打开并且目前无法在编辑器中打开。“
要看它,我必须用Notepad ++打开它,它会告诉我我想要的东西:
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>28642</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:28642/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
......但这有点痛苦。有没有更快的方法从项目/ Visual Studio(2013)中打开.csproj文件?
答案 0 :(得分:42)
要直接从Visual Studio编辑.csproj(或任何其他项目文件),请执行以下操作:
答案 1 :(得分:1)
右键单击项目 - &gt;卸载项目,然后再次右键单击 - &gt;修改