|
@@ -44,6 +44,34 @@
|
|
|
<ProjectReference Include="..\PixiEditor.MacOs\PixiEditor.MacOs.csproj"/>
|
|
|
</ItemGroup>
|
|
|
|
|
|
+ <ItemGroup Condition="'$(Configuration)' == 'Steam'">
|
|
|
+ <ProjectReference Include="..\PixiEditor.Platform.Steam\PixiEditor.Platform.Steam.csproj"/>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup Condition="'$(Configuration)' == 'DevSteam'">
|
|
|
+ <ProjectReference Include="..\PixiEditor.Platform.Steam\PixiEditor.Platform.Steam.csproj"/>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
+ <ProjectReference Include="..\PixiEditor.Platform.Standalone\PixiEditor.Platform.Standalone.csproj"/>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
+ <ProjectReference Include="..\PixiEditor.Platform.Standalone\PixiEditor.Platform.Standalone.csproj"/>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup Condition=" '$(Configuration)' == 'DevRelease' ">
|
|
|
+ <ProjectReference Include="..\PixiEditor.Platform.Standalone\PixiEditor.Platform.Standalone.csproj"/>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup Condition=" '$(Configuration)' == 'MSIX' ">
|
|
|
+ <ProjectReference Include="..\PixiEditor.Platform.MSStore\PixiEditor.Platform.MSStore.csproj"/>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup Condition=" '$(Configuration)' == 'MSIX Debug' ">
|
|
|
+ <ProjectReference Include="..\PixiEditor.Platform.MSStore\PixiEditor.Platform.MSStore.csproj"/>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
<ItemGroup>
|
|
|
<AvaloniaResource Include="Images\**"/>
|
|
|
<AvaloniaResource Include="Fonts\**"/>
|
|
@@ -76,11 +104,11 @@
|
|
|
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\..\..\PixiDocks\src\PixiDocks.Avalonia\PixiDocks.Avalonia.csproj"/>
|
|
|
- <ProjectReference Include="..\..\..\PixiParser\src\PixiParser.Skia\PixiParser.Skia.csproj" />
|
|
|
- <ProjectReference Include="..\..\..\PixiParser\src\PixiParser\PixiParser.csproj" />
|
|
|
+ <ProjectReference Include="..\..\..\PixiParser\src\PixiParser.Skia\PixiParser.Skia.csproj"/>
|
|
|
+ <ProjectReference Include="..\..\..\PixiParser\src\PixiParser\PixiParser.csproj"/>
|
|
|
<ProjectReference Include="..\ChunkyImageLib\ChunkyImageLib.csproj"/>
|
|
|
- <ProjectReference Include="..\PixiEditor.AnimationRenderer.Core\PixiEditor.AnimationRenderer.Core.csproj" />
|
|
|
- <ProjectReference Include="..\PixiEditor.AnimationRenderer.FFmpeg\PixiEditor.AnimationRenderer.FFmpeg.csproj" />
|
|
|
+ <ProjectReference Include="..\PixiEditor.AnimationRenderer.Core\PixiEditor.AnimationRenderer.Core.csproj"/>
|
|
|
+ <ProjectReference Include="..\PixiEditor.AnimationRenderer.FFmpeg\PixiEditor.AnimationRenderer.FFmpeg.csproj"/>
|
|
|
<ProjectReference Include="..\PixiEditor.ChangeableDocument.Gen\PixiEditor.ChangeableDocument.Gen.csproj"/>
|
|
|
<ProjectReference Include="..\PixiEditor.ChangeableDocument\PixiEditor.ChangeableDocument.csproj"/>
|
|
|
<ProjectReference Include="..\PixiEditor.DrawingApi.Core\PixiEditor.DrawingApi.Core.csproj"/>
|
|
@@ -88,7 +116,6 @@
|
|
|
<ProjectReference Include="..\PixiEditor.Extensions.Runtime\PixiEditor.Extensions.Runtime.csproj"/>
|
|
|
<ProjectReference Include="..\PixiEditor.Extensions.WasmRuntime\PixiEditor.Extensions.WasmRuntime.csproj"/>
|
|
|
<ProjectReference Include="..\PixiEditor.Extensions\PixiEditor.Extensions.csproj"/>
|
|
|
- <ProjectReference Include="..\PixiEditor.Platform.Standalone\PixiEditor.Platform.Standalone.csproj"/>
|
|
|
<ProjectReference Include="..\PixiEditor.UI.Common\PixiEditor.UI.Common.csproj"/>
|
|
|
<ProjectReference Include="..\PixiEditor.UpdateModule\PixiEditor.UpdateModule.csproj"/>
|
|
|
<ProjectReference Include="..\PixiEditor.Zoombox\PixiEditor.Zoombox.csproj"/>
|
|
@@ -114,26 +141,26 @@
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\Copy.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\Cut.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\Paste.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\PasteAsNewLayer.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\PasteReferenceLayer.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\CenterContent.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\ResizeCanvas.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\ResizeDocument.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate180Deg.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate180DegLayers.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate270Deg.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate270DegLayers.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate90Deg.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate90DegLayers.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\News\Article.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\News\Misc.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\News\NewVersion.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\News\OfficialAnnouncement.png" />
|
|
|
- <UpToDateCheckInput Remove="Images\News\YouTube.png" />
|
|
|
- <UpToDateCheckInput Remove="Styles\Templates\NodeProperties\ImageNodePropertyView.axaml" />
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\Copy.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\Cut.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\Paste.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\PasteAsNewLayer.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Clipboard\PasteReferenceLayer.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\CenterContent.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\ResizeCanvas.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\ResizeDocument.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate180Deg.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate180DegLayers.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate270Deg.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate270DegLayers.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate90Deg.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\Commands\PixiEditor\Document\Rotate90DegLayers.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\News\Article.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\News\Misc.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\News\NewVersion.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\News\OfficialAnnouncement.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Images\News\YouTube.png"/>
|
|
|
+ <UpToDateCheckInput Remove="Styles\Templates\NodeProperties\ImageNodePropertyView.axaml"/>
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|