|
@@ -283,6 +283,7 @@
|
|
<DependentUpon>WritableComboBox.xaml</DependentUpon>
|
|
<DependentUpon>WritableComboBox.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
<Compile Include="DataConvert\AnnotateFontSizeConverter.cs" />
|
|
<Compile Include="DataConvert\AnnotateFontSizeConverter.cs" />
|
|
|
|
+ <Compile Include="DataConvert\BoolToBrushConvert.cs" />
|
|
<Compile Include="DataConvert\BoolToTextWrapConvert.cs" />
|
|
<Compile Include="DataConvert\BoolToTextWrapConvert.cs" />
|
|
<Compile Include="DataConvert\CenterToolTipConverter .cs" />
|
|
<Compile Include="DataConvert\CenterToolTipConverter .cs" />
|
|
<Compile Include="DataConvert\ColorBrushConvert.cs" />
|
|
<Compile Include="DataConvert\ColorBrushConvert.cs" />
|
|
@@ -745,6 +746,9 @@
|
|
<Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
|
|
<Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml.cs">
|
|
<DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
|
|
<DependentUpon>HomePageSplitDialog.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\InfoDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>InfoDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
|
|
<Compile Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml.cs">
|
|
<DependentUpon>ExtractDialog.xaml</DependentUpon>
|
|
<DependentUpon>ExtractDialog.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -1416,6 +1420,10 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\Dialog\InfoDialog.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
|
|
<Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|