|
@@ -214,6 +214,7 @@
|
|
|
<DesignTime>True</DesignTime>
|
|
|
<AutoGen>True</AutoGen>
|
|
|
</Compile>
|
|
|
+ <Compile Include="ViewModels\BOTA\BookmarkContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\BottomToolContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
|
|
@@ -237,6 +238,9 @@
|
|
|
<Compile Include="ViewModels\MainContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\PageEdit\PageEditContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
|
|
|
+ <Compile Include="Views\BOTA\BookmarkContent.xaml.cs">
|
|
|
+ <DependentUpon>BookmarkContent.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\BOTA\BOTAContent.xaml.cs">
|
|
|
<DependentUpon>BOTAContent.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -377,6 +381,10 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\BOTA\BookmarkContent.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\BOTA\BOTAContent.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|