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.
34 lines
1.6 KiB
XML
34 lines
1.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
<AssemblyTitle>KEP-Drawer-Server</AssemblyTitle>
|
|
<Product>KEP-Drawer-Server</Product>
|
|
<Copyright>Copyright © 2021</Copyright>
|
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
|
<FileVersion>1.0.0.0</FileVersion>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<BaseOutputPath>..\bin</BaseOutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="EmbedIO" Version="3.5.2" />
|
|
<PackageReference Include="System.IO.Pipelines" Version="9.0.4" />
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
|
|
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.4" />
|
|
<PackageReference Include="Unosquare.Swan.Lite" Version="3.1.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="html-root\index.html" />
|
|
<Content Include="html-root\script.js" />
|
|
<Content Include="html-root\test.js" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\UCDraw\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj" />
|
|
<ProjectReference Include="..\UCDraw\SigmaDrawerElement\SigmaDrawerElement.csproj" />
|
|
<ProjectReference Include="..\UCDraw\SigmaDrawerStyle\SigmaDrawerStyle.csproj" />
|
|
<ProjectReference Include="..\UCDraw\SigmaDrawerUtil\SigmaDrawerUtil.csproj" />
|
|
<ProjectReference Include="..\UCDraw\UCDraw\UCDraw.csproj" />
|
|
</ItemGroup>
|
|
</Project> |