|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<BaseOutputPath>..\..\bin</BaseOutputPath>
|
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="ColorPicker">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\ColorPicker.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="GeoSigmaDrawLib">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\GeoSigmaDrawLib.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="InterfaceWorkArea">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\InterfaceWorkArea.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="SigmaDrawerElement">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\SigmaDrawerElement.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="SigmaDrawerStyle">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\SigmaDrawerStyle.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="SigmaDrawerWellStyle">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\SigmaDrawerWellStyle.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="SqlSugar">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\SqlSugar.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="WorkData">
|
|
|
|
|
|
<HintPath>..\..\bin\Debug\WorkData.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|