-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy pathTestForGDI.csproj
More file actions
27 lines (21 loc) · 1.06 KB
/
TestForGDI.csproj
File metadata and controls
27 lines (21 loc) · 1.06 KB
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
26
27
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net472;net6.0-windows;net8.0-windows;net9.0-windows;net10.0-windows</TargetFrameworks>
<RootNamespace>TestForGdi</RootNamespace>
<AssemblyName>TestForGdi</AssemblyName>
<Platforms>AnyCPU;x86;x64</Platforms>
<Configurations>Debug;Release</Configurations>
<UseWPF>false</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Drawing\AutomaticGraphLayout.Drawing.csproj" />
<ProjectReference Include="..\..\MSAGL\AutomaticGraphLayout.csproj" />
<ProjectReference Include="..\..\tools\DebugCurveViewer\DebugCurveViewer.csproj" />
<ProjectReference Include="..\..\tools\Dot2Graph\Dot2Graph.csproj" />
<ProjectReference Include="..\..\tools\GraphViewerGDI\GraphViewerGDI.csproj" />
<ProjectReference Include="..\..\tools\QUT.ShiftReduceParser\QUT.ShiftReduceParser.csproj" />
<ProjectReference Include="..\TestFormForGViewer\TestFormForGViewer.csproj" />
</ItemGroup>
</Project>