mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
82 lines
3.9 KiB
XML
82 lines
3.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<PreserveCompilationContext>false</PreserveCompilationContext>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ShouldIncludeNativeSkiaSharp>false</ShouldIncludeNativeSkiaSharp>
|
|
<AssemblyTitle>Artemis.UI.Shared</AssemblyTitle>
|
|
<Company>Artemis.UI.Shared</Company>
|
|
<Product>Artemis.UI.Shared</Product>
|
|
<Copyright>Copyright © Robert Beekman - 2020</Copyright>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
|
|
<UseWPF>true</UseWPF>
|
|
<Platforms>x64</Platforms>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<DocumentationFile>bin\x64\Debug\Artemis.UI.Shared.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<NrtRevisionFormat>2.0-{chash:6}</NrtRevisionFormat>
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
<NrtResolveInformationalAttribute>true</NrtResolveInformationalAttribute>
|
|
<NrtResolveCopyright>true</NrtResolveCopyright>
|
|
<NrtTagMatch>v[0-9]*</NrtTagMatch>
|
|
<NrtRemoveTagV>true</NrtRemoveTagV>
|
|
<NrtRequiredVcs>git</NrtRequiredVcs>
|
|
<NrtShowRevision>true</NrtShowRevision>
|
|
<Version>2.0.0</Version>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<DocumentationFile>bin\x64\Release\Artemis.UI.Shared.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="AvalonEdit" Version="6.0.1" />
|
|
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
|
|
<PackageReference Include="MaterialDesignExtensions" Version="3.2.0" />
|
|
<PackageReference Include="MaterialDesignThemes" Version="3.1.3" />
|
|
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
|
|
<PackageReference Include="Ninject" Version="3.3.4" />
|
|
<PackageReference Include="Ninject.Extensions.Conventions" Version="3.3.0" />
|
|
<PackageReference Include="SharpVectors.Reloaded" Version="1.6.0" />
|
|
<PackageReference Include="SkiaSharp" Version="2.80.2" />
|
|
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.80.2" />
|
|
<PackageReference Include="Stylet" Version="1.3.4" />
|
|
<PackageReference Include="System.Buffers" Version="4.5.0" />
|
|
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="WriteableBitmapEx" Version="1.6.5" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="obj\x64\Debug\ColorPicker.g.cs" />
|
|
<Compile Remove="obj\x64\Debug\ColorPicker.g.i.cs" />
|
|
<Compile Remove="obj\x64\Debug\DraggableDouble.g.i.cs" />
|
|
<Compile Remove="obj\x64\Debug\DraggableFloat.g.cs" />
|
|
<Compile Remove="obj\x64\Debug\DraggableFloat.g.i.cs" />
|
|
<Compile Remove="obj\x64\Debug\DraggableInt.g.i.cs" />
|
|
<Compile Remove="obj\x64\Debug\GeneratedInternalTypeHelper.g.cs" />
|
|
<Compile Remove="obj\x64\Debug\GeneratedInternalTypeHelper.g.i.cs" />
|
|
<Compile Remove="obj\x64\Debug\UserControl1.g.i.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Remove="Resources\Fonts\RobotoMono-Regular.ttf" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Artemis.Core\Artemis.Core.csproj">
|
|
<Private>false</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="RGB.NET.Core">
|
|
<HintPath>..\..\..\RGB.NET\bin\netstandard2.0\RGB.NET.Core.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\Fonts\RobotoMono-Regular.ttf" />
|
|
</ItemGroup>
|
|
</Project> |