|
|
|
@ -127,19 +127,19 @@
@@ -127,19 +127,19 @@
|
|
|
|
|
<Compile Include="Project\Exceptions\UnknownItemException.cs" /> |
|
|
|
|
<Compile Include="Project\Exceptions\WrongColumnException.cs" /> |
|
|
|
|
<Compile Include="Project\Exceptions\WrongSectionException.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\BasePager.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Converters\BaseConverter.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Converters\ConverterFactory.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Converters\RowConverter.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Converters\TableConverter.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Decorators\IBaseStyleDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Decorators\ILineDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Decorators\Linedecorator.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportColumns\IExportContainer.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportRenderer\HTMLRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportRenderer\PdfRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportRenderer\XPSRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\FormPageBuilder.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\BasePager.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Converters\BaseConverter.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Converters\ConverterFactory.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Converters\RowConverter.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Converters\TableConverter.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Decorators\IBaseStyleDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Decorators\ILineDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Decorators\Linedecorator.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportColumns\IExportContainer.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportRenderer\HTMLRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportRenderer\PdfRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportRenderer\XPSRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\FormPageBuilder.cs" /> |
|
|
|
|
<Compile Include="Project\Expressions\ExpressionEvaluatorFacade.cs" /> |
|
|
|
|
<Compile Include="Project\Expressions\IExpressionEvaluatorFacade.cs" /> |
|
|
|
|
<Compile Include="Project\Expressions\ReportingLanguage\ReportingLanguage.cs" /> |
|
|
|
@ -295,31 +295,31 @@
@@ -295,31 +295,31 @@
|
|
|
|
|
<Compile Include="Project\Exceptions\IllegalQueryException.cs" /> |
|
|
|
|
<Compile Include="Project\Events\SectionRenderEventArgs.cs" /> |
|
|
|
|
<Compile Include="Project\BaseClasses\DataTypeHelper.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExporterPage.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\DataPageBuilder.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportItemsConverter.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExporterPage.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\DataPageBuilder.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportItemsConverter.cs" /> |
|
|
|
|
<Compile Include="Project\Exceptions\MissingDataManagerException.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportColumns\BaseExportColumn.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportColumns\ExportContainer.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportColumns\ExportText.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportColumns\IExportColumnBuilder .cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportColumns\BaseExportColumn.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportColumns\ExportContainer.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportColumns\ExportText.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportColumns\IExportColumnBuilder .cs" /> |
|
|
|
|
<Compile Include="Project\ReportViewer\PageNavigationEventArgs.cs" /> |
|
|
|
|
<Compile Include="Project\ReportViewer\ReportViewer.cs"> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Project\ReportViewer\ReportViewer.Designer.cs"> |
|
|
|
|
<DependentUpon>Project\ReportViewer.cs</DependentUpon> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Project\Exporter\ExportColumns\ExportGraphic.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Decorators\TextStyleDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Decorators\GraphicStyleDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\Decorators\BaseStyleDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportColumns\ExportImage.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportColumns\ExportGraphic.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Decorators\TextStyleDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Decorators\GraphicStyleDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\Decorators\BaseStyleDecorator.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportColumns\ExportImage.cs" /> |
|
|
|
|
<Compile Include="Project\ReportViewer\IReportViewerMessages.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\PageEventArgs.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\PageEventArgs.cs" /> |
|
|
|
|
<Compile Include="Project\Events\EventHelper.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportRenderer\BaseExportRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportRenderer\PreviewRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\Exporter\ExportRenderer\PrintRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportRenderer\BaseExportRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportRenderer\PreviewRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\old_Exporter\ExportRenderer\PrintRenderer.cs" /> |
|
|
|
|
<Compile Include="Project\Xml\BaseItemLoader.cs" /> |
|
|
|
|
<Compile Include="Project\Xml\MycroParser.cs" /> |
|
|
|
|
<Compile Include="Project\Xml\MycroWriter.cs" /> |
|
|
|
@ -352,7 +352,7 @@
@@ -352,7 +352,7 @@
|
|
|
|
|
<Folder Include="Project\Dialogs" /> |
|
|
|
|
<Folder Include="Project\Events" /> |
|
|
|
|
<Folder Include="Project\Exceptions" /> |
|
|
|
|
<Folder Include="Project\Exporter\Converters" /> |
|
|
|
|
<Folder Include="Project\old_Exporter\Converters" /> |
|
|
|
|
<Folder Include="Project\Expressions\SimpleExpressionEvaluator" /> |
|
|
|
|
<Folder Include="Project\Expressions\ReportingLanguage" /> |
|
|
|
|
<Folder Include="Project\Expressions\SimpleExpressionEvaluator\Compilation" /> |
|
|
|
@ -376,8 +376,8 @@
@@ -376,8 +376,8 @@
|
|
|
|
|
<Folder Include="Project\Xml" /> |
|
|
|
|
<Folder Include="Project\Configuration" /> |
|
|
|
|
<Folder Include="Project\BaseClasses" /> |
|
|
|
|
<Folder Include="Project\Exporter" /> |
|
|
|
|
<Folder Include="Project\Exporter\ExportColumns" /> |
|
|
|
|
<Folder Include="Project\old_Exporter" /> |
|
|
|
|
<Folder Include="Project\old_Exporter\ExportColumns" /> |
|
|
|
|
<Folder Include="Project\ReportViewer" /> |
|
|
|
|
<Folder Include="Project\ReportViewer\Resources" /> |
|
|
|
|
<ProjectReference Include="..\Irony\Irony.csproj"> |
|
|
|
|