Nefarius.Peripherals.Serial.../build/_build.csproj

39 lines
1.6 KiB
XML
Raw Normal View History

2018-11-24 19:12:59 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2019-12-27 19:48:55 +01:00
<TargetFramework>netcoreapp3.0</TargetFramework>
2018-11-24 19:12:59 +01:00
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RootNamespace></RootNamespace>
<IsPackable>False</IsPackable>
<NoWarn>CS0649;CS0169</NoWarn>
</PropertyGroup>
<ItemGroup>
2019-12-27 19:48:55 +01:00
<PackageReference Include="Nuke.Common" Version="0.23.4" />
2018-11-24 19:12:59 +01:00
</ItemGroup>
<ItemGroup>
2019-12-27 19:54:38 +01:00
<NukeSpecificationFiles Include="**\*.json" Exclude="bin\**;obj\**" />
2018-11-24 19:12:59 +01:00
<NukeExternalFiles Include="**\*.*.ext" Exclude="bin\**;obj\**" />
<None Remove="*.csproj.DotSettings;*.ref.*.txt" />
2019-12-27 19:54:38 +01:00
2018-11-24 19:12:59 +01:00
<!-- Common build related files -->
<None Include="..\build.ps1" />
<None Include="..\build.sh" />
2019-12-27 19:54:38 +01:00
<None Include="..\.nuke" LinkBase="config" />
<None Include="..\global.json" LinkBase="config" Condition="Exists('..\global.json')" />
<None Include="..\nuget.config" LinkBase="config" Condition="Exists('..\nuget.config')" />
<None Include="..\GitVersion.yml" LinkBase="config" Condition="Exists('..\GitVersion.yml')" />
<None Include="..\.teamcity\settings.kts" LinkBase="ci" Condition="Exists('..\.teamcity\settings.kts')" />
<None Include="..\.github\workflows\*.yml" LinkBase="ci" />
<None Include="..\azure-pipelines.yml" LinkBase="ci" Condition="Exists('..\azure-pipelines.yml')" />
<None Include="..\Jenkinsfile" LinkBase="ci" Condition="Exists('..\Jenkinsfile')" />
<None Include="..\appveyor.yml" LinkBase="ci" Condition="Exists('..\appveyor.yml')" />
<None Include="..\.travis.yml" LinkBase="ci" Condition="Exists('..\.travis.yml')" />
2018-11-24 19:12:59 +01:00
</ItemGroup>
</Project>