您可以尝试修改 *.csproj 然后在重命名之前找出文件名并修改您使用 Windows 资源管理器的文件名。或者您可以尝试将新标签添加到 *.csproj
<ItemGroup>
<Content Include="..\default.licenseheader">
<Link>default.licenseheader</Link>
</Content>
<Content Include="packages.config" />
<None Include="Properties\PublishProfiles\xxxx.pubxml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.SimplePublish.config">
<DependentUpon>Web.config</DependentUpon>
</None>
您可以在 Visual Studio 中使用 Configuration Manager 的另一种方式,请参阅以下链接添加附加