You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
3.3 KiB
XML

1 month ago
<Project Sdk="Microsoft.NET.Sdk">
1 month ago
<PropertyGroup>
1 month ago
<TargetFramework>net8.0-windows</TargetFramework>
1 month ago
<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>
1 month ago
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
1 month ago
<ApplicationIcon>KEP010.ico</ApplicationIcon>
1 month ago
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\bin</BaseOutputPath>
1 month ago
</PropertyGroup>
<ItemGroup>
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.16.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
1 month ago
<HintPath>..\..\bin\$(Configuration)\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
1 month ago
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2003, Version=2.16.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
1 month ago
<HintPath>..\..\bin\$(Configuration)\WeifenLuo.WinFormsUI.Docking.ThemeVS2003.dll</HintPath>
1 month ago
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2012, Version=2.16.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
1 month ago
<HintPath>..\..\bin\$(Configuration)\WeifenLuo.WinFormsUI.Docking.ThemeVS2012.dll</HintPath>
1 month ago
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2013, Version=2.16.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
1 month ago
<HintPath>..\..\bin\$(Configuration)\WeifenLuo.WinFormsUI.Docking.ThemeVS2013.dll</HintPath>
1 month ago
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=2.16.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
1 month ago
<HintPath>..\..\bin\$(Configuration)\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
1 month ago
</Reference>
1 month ago
<PackageReference Include="Krypton.Docking" Version="95.25.8.235" />
<PackageReference Include="Krypton.Toolkit" Version="95.25.8.235" />
<PackageReference Include="Scintilla5.NET" Version="6.0.1" />
1 month ago
</ItemGroup>
<ItemGroup>
1 month ago
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj" />
<ProjectReference Include="..\SigmaDrawerUtil\SigmaDrawerUtil.csproj" />
<ProjectReference Include="..\SymbolLibInterface\SymbolLibInterface.csproj" />
<ProjectReference Include="..\SymbolLibManager\SymbolLibManager.csproj" />
<ProjectReference Include="..\UCDraw\UCDraw.csproj" />
1 month ago
</ItemGroup>
<ItemGroup>
<Content Include="KE04.ico" />
<Content Include="KEP010.ico" />
<Content Include="logo.ico" />
</ItemGroup>
</Project>