2016-11-21 19:38:25 +00:00
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-11-16 23:49:25 +00:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<TargetFrameworks>net451;netcoreapp1.0</TargetFrameworks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="**\*.cs" />
|
|
|
|
|
<EmbeddedResource Include="**\*.resx" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Sdk">
|
|
|
|
|
<Version>1.0.0-alpha-20161104-2</Version>
|
|
|
|
|
<PrivateAssets>All</PrivateAssets>
|
|
|
|
|
<!-- intentonally broken -->
|