gpt4 book ai didi

c# - Visual Studio 2015 不显示项目文件夹内容

转载 作者:太空狗 更新时间:2023-10-29 23:55:32 24 4
gpt4 key购买 nike

通过从安装文件修复 VS2015 修复。


I've added a VS 2013 project to Visual Studio 2015. It compiles and runs as expected, but in Solution Explore i can't see the content of the folders.

I've tried deleting the folders and adding them again, but it didn't work.

Any ideas? I also use SourceTree for the project, but i don't think it's relevant.

[![enter image description here][1]][1]

[1]: http://i.stack.imgur.com/Bhm3B.png

Edit 1: Please note that this issues happens to all the folders in the project (Resourfes, Themes, Sources)

1.) The files exist and are visible in Windows Explorer

2.) Deleting and adding the folder again, or the individual files in a newly created folder does not change the situation.

3.) csproj has the files that are not show in the folders :

     <ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="Sources\LoginViewModel.cs" />
<Compile Include="Sources\RelayCommand.cs" />
<Compile Include="Sources\ViewModel.cs" />
<Compile Include="Login.xaml.cs">
<DependentUpon>Login.xaml</DependentUpon>
</Compile>
<Compile Include="WrongPassword.xaml.cs">
<DependentUpon>WrongPassword.xaml</DependentUpon>
</Compile>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="Resources\Icons.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Dark\MetroDark.MSControls.Core.Implicit.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Dark\MetroDark.MSControls.Toolkit.Implicit.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Dark\Styles.Shared.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Dark\Styles.WPF.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Dark\Theme.Colors.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Light\Metro.MSControls.Core.Implicit.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Light\Metro.MSControls.Toolkit.Implicit.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Light\Styles.Shared.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Light\Styles.WPF.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Metro\Light\Theme.Colors.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Login.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="WrongPassword.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>

最佳答案

将文件添加到正确的文件夹后。单击“显示所有文件”选项,将文件包含在项目中。就是这样

关于c# - Visual Studio 2015 不显示项目文件夹内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31940135/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com