зеркало из https://github.com/dotnet/infer.git
This commit is contained in:
Родитель
c16210c4c3
Коммит
09f55d7c5d
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче