IReport is added
This commit is contained in:
@@ -100,6 +100,9 @@
|
||||
<DependentUpon>PrimitivePopup.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Services\PrimitiveService.cs" />
|
||||
<Compile Include="Services\Reports\CalculationReports\IIsoFieldReport.cs" />
|
||||
<Compile Include="Services\Reports\CalculationReports\IsoFieldReport.cs" />
|
||||
<Compile Include="Services\Reports\IReport.cs" />
|
||||
<Compile Include="Services\ResultViewers\IResultFunc.cs" />
|
||||
<Compile Include="Services\ResultViewers\ResultFunc.cs" />
|
||||
<Compile Include="Services\ResultViewers\ResultFuncFactory.cs" />
|
||||
@@ -119,6 +122,9 @@
|
||||
<Compile Include="Windows\CalculationWindows\CalculationPropertyWindow\CalculationPropertyView.xaml.cs">
|
||||
<DependentUpon>CalculationPropertyView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Windows\CalculationWindows\CalculationResultWindow\CalculationResultView.xaml.cs">
|
||||
<DependentUpon>CalculationResultView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Windows\ColorPickerWindow\ColorPickerView.xaml.cs">
|
||||
<DependentUpon>ColorPickerView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@@ -147,6 +153,7 @@
|
||||
<DependentUpon>RectangleTemplate.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Windows\ViewModels\Calculations\CalculationProperies\CalculationPropertyViewModel.cs" />
|
||||
<Compile Include="Windows\ViewModels\Calculations\CalculationResult\CalculationResultViewModel.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Infrastructure\UI\Triggers\MouseEventTriggers\DoubleClickEventTrigger.cs" />
|
||||
@@ -180,6 +187,10 @@
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Windows\CalculationWindows\CalculationResultWindow\CalculationResultView.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Windows\ColorPickerWindow\ColorPickerView.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
|
||||
Reference in New Issue
Block a user