13 lines
589 B
Text
13 lines
589 B
Text
|
|
<Project>
|
||
|
|
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
|
||
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"
|
||
|
|
Condition="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../')) != ''" />
|
||
|
|
<PropertyGroup>
|
||
|
|
|
||
|
|
<PublishSingleFile>true</PublishSingleFile>
|
||
|
|
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||
|
|
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
||
|
|
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|