ExtensionDsLab/src/LogicalHacking.ExtensionDsLab/LogicalHacking.ExtensionDsL...

26 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net47</TargetFrameworks>
<RootNamespace>LogicalHacking.ExtensionDsLab</RootNamespace>
<AssemblyName>LogicalHacking.ExtensionDsLab</AssemblyName>
<Name>LogicalHacking.ExtensionDsLab</Name>
<OutputType>Library</OutputType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Optional: Include PDB in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<Compile Include="SqlConnector.fs" />
<None Include="Scripts\Script.fsx" />
<None Include="paket.references" />
<None Include="paket.template" />
</ItemGroup>
<Import Project="..\..\fsc.props" />
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>