mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
86ffefd259
* add visual basic * add msbuild language definitions * Update names for Visual Basic and MSBuild * Fix json
13 lines
356 B
XML
13 lines
356 B
XML
<!-- 12 lines 10 code 1 comments 1 blanks -->
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<LangVersion>Latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.3.2" />
|
|
</ItemGroup>
|
|
</Project>
|