mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
80 lines
3.7 KiB
XML
80 lines
3.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0-windows</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>
|
|
<OutputPath>bin\</OutputPath>
|
|
<UseWPF>true</UseWPF>
|
|
<Platforms>x64</Platforms>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<DocumentationFile>bin\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>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<DocumentationFile>bin\Artemis.UI.Shared.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Humanizer.Core" Version="2.11.10" />
|
|
<PackageReference Include="MaterialDesignExtensions" Version="3.3.0" />
|
|
<PackageReference Include="MaterialDesignThemes" Version="4.1.0" />
|
|
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
|
|
<PackageReference Include="Ninject" Version="3.3.4" />
|
|
<PackageReference Include="Ninject.Extensions.Conventions" Version="3.3.0" />
|
|
<PackageReference Include="SharpVectors.Reloaded" Version="1.7.5" />
|
|
<PackageReference Include="SkiaSharp" Version="2.80.3" />
|
|
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.80.3" />
|
|
<PackageReference Include="Stylet" Version="1.3.6" />
|
|
<PackageReference Include="System.Buffers" Version="4.5.1" />
|
|
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.1">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
</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\net5.0\RGB.NET.Core.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\Fonts\RobotoMono-Regular.ttf" />
|
|
</ItemGroup>
|
|
</Project> |