2023-04-03 07:30:27 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
|
|
|
|
<!-- This file prevents unintended imports of unrelated MSBuild files -->
|
|
|
|
|
<!-- Uncomment to include parent Directory.Build.props file -->
|
|
|
|
|
<!--<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />-->
|
|
|
|
|
|
2026-08-14 11:25:19 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<ElectronNetBuildProps>$([MSBuild]::GetPathOfFileAbove('ElectronNet.Build.props', '$(MSBuildThisFileDirectory)../'))</ElectronNetBuildProps>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2026-08-14 10:52:10 +02:00
|
|
|
<!-- Only import specific project related MSBuild file -->
|
2026-08-14 11:25:19 +02:00
|
|
|
<Import Project="$(ElectronNetBuildProps)" Condition=" '$(ElectronNetBuildProps)' != '' " />
|
2026-08-14 10:07:58 +02:00
|
|
|
|
2023-04-03 07:30:27 +02:00
|
|
|
</Project>
|