mattercontrol/Tools/RoslynLocalizeDetector/RoslynLocalizeDetector.csproj
2018-03-22 08:37:02 -07:00

19 lines
753 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net471</TargetFramework>
<AssemblyName>RoslynLocalizeDetector</AssemblyName>
<RootNamespace>RoslynLocalizeDetector</RootNamespace>
<StartupObject></StartupObject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="15.6.82" />
<PackageReference Include="Microsoft.Build.MSBuildLocator" Version="1.0.1-preview-g6cd9a57801" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.6.82" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
</ItemGroup>
</Project>