Newer
Older
ClosedXML / ClosedXML_Sandbox / ClosedXML_Sandbox.csproj
@Francois Botha Francois Botha on 15 May 2017 349 bytes Convert to Visual Studio 2017 format.
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFrameworks>net452;net461</TargetFrameworks>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\ClosedXML\ClosedXML.csproj" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
  </ItemGroup>

</Project>