dotnet-installer/TestAssets/NonRestoredTestProjects/DotnetAddP2PProjects/Broken/Broken.csproj
2017-08-17 23:07:28 -07:00

10 lines
376 B
XML

<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>net451;netcoreapp2.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
<EmbeddedResource Include="**\*.resx" />
<!-- intentonally broken -->