forked from microsoft/automatic-graph-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestFormForGViewer.csproj
More file actions
25 lines (19 loc) · 932 Bytes
/
TestFormForGViewer.csproj
File metadata and controls
25 lines (19 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>net472;net6.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\DgmlParser\DgmlParser.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>