2018-03-21 18:42:54 -07:00
|
|
|
<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>
|
2018-03-21 18:42:54 -07:00
|
|
|
<StartupObject></StartupObject>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-07-28 15:50:51 -07:00
|
|
|
<PackageReference Include="Microsoft.Build" Version="15.7.179" />
|
2018-03-21 18:42:54 -07:00
|
|
|
<PackageReference Include="Microsoft.Build.MSBuildLocator" Version="1.0.1-preview-g6cd9a57801" />
|
2018-07-28 15:50:51 -07:00
|
|
|
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.7.179" />
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.8.2" />
|
2018-03-21 18:42:54 -07:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|