mattercontrol/Tools/RoslynLocalizeDetector/RoslynLocalizeDetector.csproj

20 lines
754 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net471</TargetFramework>
2018-03-21 23:40:40 -07:00
<AssemblyName>RoslynLocalizeDetector</AssemblyName>
<RootNamespace>RoslynLocalizeDetector</RootNamespace>
<StartupObject></StartupObject>
</PropertyGroup>
<ItemGroup>
2018-11-02 22:53:19 -07:00
<PackageReference Include="Microsoft.Build" Version="15.9.20" />
<PackageReference Include="Microsoft.Build.MSBuildLocator" Version="1.0.1-preview-g6cd9a57801" />
2018-11-02 22:53:19 -07:00
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.9.20" />
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>