Print preview works. Working on the damn Credits box.
Signed-off-by: Melissa Avery-Weir <melissa.avery@wellsfargo.com>
This commit is contained in:
@@ -49,8 +49,11 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||||
<Reference Include="Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Printing" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
@@ -83,6 +86,9 @@
|
||||
<Compile Include="Models\Character.cs" />
|
||||
<Compile Include="Models\Spell.cs" />
|
||||
<Compile Include="Models\MasterSpellSet.cs" />
|
||||
<Compile Include="Printing\FooterPrintBlock.cs" />
|
||||
<Compile Include="Printing\HeaderPrintBlock.cs" />
|
||||
<Compile Include="Printing\TitlePrintBlock.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="FrmAddEdit.resx">
|
||||
@@ -123,6 +129,23 @@
|
||||
<Content Include="AppData\UserSpellList.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Resources\print-preview.png" />
|
||||
<None Include="Resources\information.png" />
|
||||
<None Include="Resources\folder_page.png" />
|
||||
<None Include="Resources\cut.png" />
|
||||
<None Include="Resources\page_paste.png" />
|
||||
<None Include="Resources\page_copy.png" />
|
||||
<None Include="Resources\page_add.png" />
|
||||
<None Include="Resources\printer.png" />
|
||||
<None Include="Resources\pencil.png" />
|
||||
<None Include="Resources\page_save.png" />
|
||||
<None Include="Resources\delete.png" />
|
||||
<None Include="Resources\zoom.png" />
|
||||
<None Include="Resources\agt_print-256.png" />
|
||||
<None Include="Resources\filenew-256.png" />
|
||||
<None Include="Resources\fileopen-256.png" />
|
||||
<None Include="Resources\filesave-256.png" />
|
||||
<None Include="Resources\filesave-32.png" />
|
||||
<None Include="Resources\editdelete-16.png" />
|
||||
<None Include="Resources\edit-16.png" />
|
||||
<None Include="Resources\editdelete-32.png" />
|
||||
@@ -152,6 +175,13 @@
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Printing.DataGridViewPrint\Printing.DataGridViewPrint.csproj">
|
||||
<Project>{FDFCB41B-C75D-476F-A4AA-EFD8C875A677}</Project>
|
||||
<Name>Printing.DataGridViewPrint</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
Reference in New Issue
Block a user