mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
44 lines
2.0 KiB
XML
44 lines
2.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<OutputPath>..\0Bins\AssetRipper\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper\$(Configuration)\</IntermediateOutputPath>
|
|
<AssemblyName>AssetRipper</AssemblyName>
|
|
<RootNamespace>AssetRipper.GUI</RootNamespace>
|
|
<ApplicationIcon>Resources\GUI_Icon.ico</ApplicationIcon>
|
|
<ServerGarbageCollection>true</ServerGarbageCollection>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AssetRipper.SourceGenerated" Version="0.3.4.5" />
|
|
<PackageReference Include="Avalonia" Version="11.0.0-preview8" />
|
|
<PackageReference Include="Avalonia.Desktop" Version="11.0.0-preview8" />
|
|
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.0-preview8" />
|
|
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0-preview8" />
|
|
<PackageReference Include="LibVLCSharp" Version="3.7.0" />
|
|
<PackageReference Include="LibVLCSharp.Avalonia" Version="3.7.0" />
|
|
<PackageReference Include="MessageBox.Avalonia" Version="2.3.1-prev7.0" />
|
|
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
|
|
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
|
|
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
|
|
<PackageReference Include="System.Security.AccessControl" Version="6.0.0" />
|
|
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.18" />
|
|
<PackageReference Include="VideoLAN.LibVLC.Mac" Version="3.1.3.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetRipper.Export\AssetRipper.Export.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.GUI.Localizations\AssetRipper.GUI.Localizations.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<AvaloniaResource Include="Resources\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|