mattercontrol/Tools/RoslynLocalizeDetector/RoslynLocalizeDetector.csproj

20 lines
778 B
XML
Raw Normal View History

2019-06-24 13:32:27 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2019-06-24 13:32:27 -07:00
<TargetFramework>net472</TargetFramework>
2018-03-21 23:40:40 -07:00
<AssemblyName>RoslynLocalizeDetector</AssemblyName>
<RootNamespace>RoslynLocalizeDetector</RootNamespace>
<StartupObject></StartupObject>
</PropertyGroup>
<ItemGroup>
2019-06-24 13:32:27 -07:00
<PackageReference Include="Microsoft.Build" Version="15.9.20" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.2.2" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.1.76" ExcludeAssets="runtime" />
2018-07-28 15:50:51 -07:00
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.8.2" />
2018-08-31 23:13:15 -07:00
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
</Project>