2017-03-24 05:20:47 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-08-18 06:07:28 +00:00
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2017-03-24 05:20:47 +00:00
|
|
|
<AssemblyName>dotnet-fallbackfoldertool</AssemblyName>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<VersionSuffix></VersionSuffix>
|
|
|
|
</PropertyGroup>
|
2017-04-27 00:59:08 +00:00
|
|
|
|
2017-03-24 05:20:47 +00:00
|
|
|
</Project>
|