mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-06-09 10:06:34 +02:00
Move WebView appbundle stuff to imports folder
This commit is contained in:
+10
-1
@@ -1,4 +1,13 @@
|
|||||||
<Project>
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<!-- If you are using Robust.Client.WebView, import this to depend on it. -->
|
||||||
|
|
||||||
|
<Import Condition="'$(_RTMacOSAppBundle_targets_imported)' != 'True'"
|
||||||
|
Project="$(MSBuildThisFileDirectory)\..\MSBuild\MacOSAppBundle.targets" />
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<_RTMacOSAppBundle_for_webview>--webview</_RTMacOSAppBundle_for_webview>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="$(MSBuildThisFileDirectory)\..\Robust.Client.WebView\Robust.Client.WebView.csproj" />
|
<ProjectReference Include="$(MSBuildThisFileDirectory)\..\Robust.Client.WebView\Robust.Client.WebView.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<!-- If you are using Robust.Client.WebView, import this to depend on it. -->
|
|
||||||
|
|
||||||
<Import Condition="'$(_RTMacOSAppBundle_targets_imported)' != 'True'"
|
|
||||||
Project="$(MSBuildThisFileDirectory)\MacOSAppBundle.targets" />
|
|
||||||
|
|
||||||
<PropertyGroup>
|
|
||||||
<_RTMacOSAppBundle_for_webview>--webview</_RTMacOSAppBundle_for_webview>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="$(MSBuildThisFileDirectory)\..\Robust.Client.WebView\Robust.Client.WebView.csproj" />
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
Reference in New Issue
Block a user