|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<AssemblyName>KEVisualization</AssemblyName>
|
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
|
|
|
|
<ApplicationIcon>KEV.ico</ApplicationIcon>
|
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
PowerShell -ExecutionPolicy Bypass -File "$(TargetDir)CopyBinToKep.ps1"
|
|
|
|
|
|
PowerShell -ExecutionPolicy Bypass -File "$(TargetDir)clear.ps1"
|
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<BaseOutputPath>..\..\bin\</BaseOutputPath>
|
|
|
|
|
|
<ForceDesignerDpiUnaware>false</ForceDesignerDpiUnaware>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="DevExpress.BonusSkins.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.Drawing.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.Data.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.Images.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.Office.v25.1.Core" />
|
|
|
|
|
|
<Reference Include="DevExpress.Pdf.v25.1.Core" />
|
|
|
|
|
|
<Reference Include="DevExpress.Printing.v25.1.Core" />
|
|
|
|
|
|
<Reference Include="DevExpress.RichEdit.v25.1.Core" />
|
|
|
|
|
|
<Reference Include="DevExpress.Data.Desktop.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.Utils.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraBars.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.Sparkline.v25.1.Core" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraEditors.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraGrid.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraNavBar.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraPrinting.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraRichEdit.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraTreeList.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraVerticalGrid.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraWizard.v25.1" />
|
|
|
|
|
|
<Reference Include="FlexenabledLic, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\FlexenabledLic.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="RiverPortray">
|
|
|
|
|
|
<HintPath>..\..\bin\$(Configuration)\RiverPortray.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<PackageReference Include="Avalonia" Version="11.3.9" />
|
|
|
|
|
|
<PackageReference Include="Avalonia.Desktop" Version="11.3.9" />
|
|
|
|
|
|
<PackageReference Include="Avalonia.Skia" Version="11.3.9" />
|
|
|
|
|
|
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.9" />
|
|
|
|
|
|
<PackageReference Include="Avalonia.Win32" Version="11.3.9" />
|
|
|
|
|
|
<PackageReference Include="Avalonia.Win32.Interoperability" Version="11.3.9" />
|
|
|
|
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
|
|
|
|
|
<PackageReference Include="Markdown.Avalonia" Version="11.0.2" />
|
|
|
|
|
|
<PackageReference Include="Markdown.Avalonia.Html" Version="11.0.2" />
|
|
|
|
|
|
<PackageReference Include="Markdown.Avalonia.Svg" Version="11.0.2" />
|
|
|
|
|
|
<PackageReference Include="Markdown.Avalonia.SyntaxHigh" Version="11.0.2" />
|
|
|
|
|
|
<PackageReference Include="Markdown.Avalonia.Tight" Version="11.0.2" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.KernelMemory.MemoryDb.Qdrant" Version="0.98.250508.3" />
|
|
|
|
|
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
|
|
|
|
|
<PackageReference Include="System.Diagnostics.EventLog" Version="9.0.9" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0" />
|
|
|
|
|
|
<PackageReference Include="UTF.Unknown" Version="2.6.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Update="DrawerTabbedView.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Update="Properties\Settings.Designer.cs">
|
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Update="UCDrawEdit.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Update="UCVtkEdit.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\AI\AI.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\ColorPicker\ColorPicker.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\DrawerInterface\DrawerInterface.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\UCDraw\UCDraw\UCDraw.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\KedGridEditor\KedGridEditor.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\KepGridEditor\KepGridEditor.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SigmaDrawerElement\SigmaDrawerElement.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SigmaDrawerStyle\SigmaDrawerStyle.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SigmaDrawerUtil\SigmaDrawerUtil.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SymbolLibInterface\SymbolLibInterface.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="KE03.ico" />
|
|
|
|
|
|
<Content Include="KEP010.ico" />
|
|
|
|
|
|
<Content Include="KEV.ico" />
|
|
|
|
|
|
<Content Include="KEV001.ico" />
|
|
|
|
|
|
<Content Include="logo.ico" />
|
|
|
|
|
|
<Content Include="Resources\weixingtu.svg" />
|
|
|
|
|
|
<Content Include="Resources\vtkrealview.svg" />
|
|
|
|
|
|
<Content Include="Resources\solidauto.svg" />
|
|
|
|
|
|
<Content Include="Resources\solidintersect.svg" />
|
|
|
|
|
|
<Content Include="Resources\solidlink.svg" />
|
|
|
|
|
|
<None Include="Resources\wenzi1%283%29.svg" />
|
|
|
|
|
|
<None Include="Resources\wenzi1%282%29.svg" />
|
|
|
|
|
|
<None Include="Resources\wenzi1%281%29.svg" />
|
|
|
|
|
|
<None Include="Resources\mornejiantou%281%29.svg" />
|
|
|
|
|
|
<None Include="Resources\chuangkfd%281%29.svg" />
|
|
|
|
|
|
<None Include="Resources\fuzhuxian%281%29.svg" />
|
|
|
|
|
|
<None Include="Resources\xuanze%281%29.svg" />
|
|
|
|
|
|
<None Include="Resources\chazhao%281%29.svg" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="Properties\Settings.settings">
|
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|