mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
1. Add XAML namespaces https://spacestation14.io with Avalonia hacks. 2. Make markup extensions work with Avalonia hacks. 3. Add LocExtension for localized strings. 4. Add Vector2 parsing type converter to XAML compilation. 5. Make SS14Window better thanks to these improvements.
18 lines
577 B
XML
18 lines
577 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Build.Framework" Version="16.8.0" />
|
|
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
|
|
<PackageReference Include="Pidgin" Version="2.5.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\XamlX\src\XamlX.IL.Cecil\XamlX.IL.Cecil.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|