<Compile Include="MVP\IMyView.cs" /> <Compile Include="MVP\IMyViewPresenter.cs" /> <Compile Include="MVP\MyOperation.cs" />
and edit it as follows:
<Compile Include="MVP\IMyView.cs" /> <Compile Include="MVP\IMyViewPresenter.cs"> <DependentUpon>IMyView.cs</DependentUpon> </Compile> <Compile Include="MVP\MyOperation.cs" > <DependentUpon>IMyView.cs</DependentUpon> </Compile>
The result is:
No comments:
Post a Comment