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>
|
2025-03-26 07:29:19 -07:00
|
|
|
<_Parameter2>$(MSBuildProjectDirectory)/releases</_Parameter2>
|
2024-03-14 18:37:39 +00:00
|
|
|
</AssemblyAttribute>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-03-26 07:29:19 -07:00
|
|
|
<Compile Include="$([MSBuild]::GetPathOfFileAbove('SampleHelper.cs', '$(MSBuildThisFileDirectory)'))" Link="SampleHelper.cs" Visible="false" />
|
2024-03-14 18:37:39 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|