2019-06-24 13:32:27 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-21 18:42:54 -07:00
|
|
|
|
|
|
|
|
|
|
<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>
|
2018-03-21 18:42:54 -07:00
|
|
|
|
<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" />
|
2018-03-21 18:42:54 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|