Viewer of IsoFields is added

This commit is contained in:
Evgeny Redikultsev
2022-09-04 19:47:09 +05:00
parent cf0392ad6f
commit c12e9f70f9
43 changed files with 1550 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<Compile Update="Windows\UserControls\FieldViewer.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\UserControls\VerticalLegend.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\WndFieldViewer.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="Windows\UserControls\FieldViewer.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\UserControls\VerticalLegend.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\VerticalLegendTemplates.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\WndFieldViewer.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>