Visual Studio F# project: Can't have two folders in a file tree with the same name?
问题 In Visual Studio 2013, one of my projects includes: <ItemGroup> <Compile Include="Entity\Abstract\Entity.fs" /> <Compile Include="Entity\HumanEntity.fs" /> <Compile Include="State\Abstract\State.fs" /> <Compile Include="State\Abstract\HumanState.fs" /> <Compile Include="State\Human\HumanIdleState.fs" /> <Compile Include="State\Human\HumanAwakenState.fs" /> </ItemGroup> Visual Studio chokes on this, claiming that: The project 'Entity.fsproj' could not be opened because opening it would cause a