|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<BaseOutputPath>..\..\bin</BaseOutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="DevExpress.BonusSkins.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.Drawing.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.Data.v25.1" />
|
|
|
|
|
|
<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.Printing.v25.1.Core" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraLayout.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraPrinting.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraTreeList.v25.1" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraVerticalGrid.v25.1" />
|
|
|
|
|
|
<Reference Include="MeshProcess">
|
|
|
|
|
|
<HintPath>..\..\bin\$(Configuration)\MeshProcess.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<PackageReference Include="DevExpress.Win.BonusSkins" Version="25.1.4" />
|
|
|
|
|
|
<PackageReference Include="DevExpress.Win.Design" Version="25.1.4" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\ColorPicker\ColorPicker.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Update="Properties\Settings.Designer.cs">
|
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="Properties\Settings.settings">
|
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|