This commit is contained in:
Jonathan Tims 2022-11-15 12:30:23 +00:00
Родитель c16210c4c3
Коммит 09f55d7c5d
1 изменённых файлов: 12 добавлений и 3 удалений

Просмотреть файл

@ -26,6 +26,18 @@
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Msagl" Version="*">
<NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Microsoft.Msagl.Drawing" Version="*">
<NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Microsoft.Msagl.GraphViewerGdi" Version="*">
<NoWarn>NU1701</NoWarn>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" $(DefineConstants.Contains('INCLUDE_TRANSFORM_BROWSER'))">
<UseWpf>true</UseWpf>
<LanguageTargets Condition="Exists('$(MSBuildExtensionsPath)\$(VisualStudioVersion)\Bin\Microsoft.CSharp.targets')">$(MSBuildExtensionsPath)\$(VisualStudioVersion)\Bin\Microsoft.CSharp.targets</LanguageTargets>
@ -45,9 +57,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\automatic-graph-layout2\GraphLayout\Drawing\AutomaticGraphLayout.Drawing.csproj" />
<ProjectReference Include="..\..\..\..\..\automatic-graph-layout2\GraphLayout\MSAGL\AutomaticGraphLayout.csproj" />
<ProjectReference Include="..\..\..\..\..\automatic-graph-layout2\GraphLayout\tools\GraphViewerGDI\GraphViewerGDI.csproj" />
<ProjectReference Include="..\..\Compiler\Compiler.csproj" />
</ItemGroup>