-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy pathFormForGViewer.csproj
More file actions
23 lines (18 loc) · 904 Bytes
/
FormForGViewer.csproj
File metadata and controls
23 lines (18 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>net472;net6.0-windows;net8.0-windows;net9.0-windows;net10.0-windows</TargetFrameworks>
<RootNamespace>TestFormForGViewer</RootNamespace>
<AssemblyName>TestFormForGViewer</AssemblyName>
<Configurations>Debug;Release</Configurations>
<UseWPF>false</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Drawing\AutomaticGraphLayout.Drawing.csproj" />
<ProjectReference Include="..\..\tools\GraphViewerGDI\GraphViewerGDI.csproj" />
<ProjectReference Include="..\..\MSAGL\AutomaticGraphLayout.csproj" />
<ProjectReference Include="..\..\tools\Dot2Graph\Dot2Graph.csproj" />
<ProjectReference Include="..\..\tools\QUT.ShiftReduceParser\QUT.ShiftReduceParser.csproj" />
</ItemGroup>
</Project>