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.
18 lines
903 B
XML
18 lines
903 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<OutputType>WinExe</OutputType>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<BaseOutputPath>..\..\bin</BaseOutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj" />
|
|
<ProjectReference Include="..\SigmaDrawerElement\SigmaDrawerElement.csproj" />
|
|
<ProjectReference Include="..\SigmaDrawerStyle\SigmaDrawerStyle.csproj" />
|
|
<ProjectReference Include="..\SymbolLibInterface\SymbolLibInterface.csproj" />
|
|
<ProjectReference Include="..\SymbolLibManager\SymbolLibManager.csproj" />
|
|
<ProjectReference Include="..\UCDraw\UCDraw.csproj" />
|
|
</ItemGroup>
|
|
</Project> |