Navigation Menu

Skip to content

Commit

Permalink
Fixed project so ShellView code behind is actually behind.
Browse files Browse the repository at this point in the history
  • Loading branch information
distantcam committed Jan 5, 2012
1 parent 7b27154 commit a17abc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MarkPad/MarkPad.csproj
Expand Up @@ -115,7 +115,6 @@
<DependentUpon>MDIView.xaml</DependentUpon>
</Compile>
<Compile Include="MDI\MDIViewModel.cs" />
<Compile Include="Shell\ShellView.xaml.cs" />
<Compile Include="Shell\ShellViewModel.cs" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -163,6 +162,9 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="Shell\ShellView.xaml.cs">
<DependentUpon>ShellView.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MarkPad.Services\MarkPad.Services.csproj">
Expand Down

0 comments on commit a17abc7

Please sign in to comment.