Files

22 lines
676 B
XML
Raw Permalink Normal View History

2024-03-14 18:37:39 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<NoWarn>$(NoWarn);IDE0161</NoWarn>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
<_Parameter1>VelopackSampleReleaseDir</_Parameter1>
<_Parameter2>$(MSBuildProjectDirectory)/releases</_Parameter2>
2024-03-14 18:37:39 +00:00
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<Compile Include="$([MSBuild]::GetPathOfFileAbove('SampleHelper.cs', '$(MSBuildThisFileDirectory)'))" Link="SampleHelper.cs" Visible="false" />
2024-03-14 18:37:39 +00:00
</ItemGroup>
</Project>