mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
use FModel.AdonisUI packages instead of submodule
This commit is contained in:
parent
0e7b88901b
commit
c1d1df5678
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,6 +1,3 @@
|
|||
[submodule "CUE4Parse"]
|
||||
path = CUE4Parse
|
||||
url = https://github.com/FabianFG/CUE4Parse
|
||||
[submodule "Adonis"]
|
||||
path = Adonis
|
||||
url = https://github.com/FModel/adonis-ui
|
||||
|
|
|
|||
1
Adonis
1
Adonis
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ca374f32f71718d4662ff86bd9720c710666d5e0
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 841f8bebddc47caee3d975aeaf61f9c4b4ce0e94
|
||||
Subproject commit a86e1ab248d05416eea1d4dc32f39d3c8412e4bd
|
||||
|
|
@ -156,6 +156,8 @@
|
|||
<PackageReference Include="DiscordRichPresence" Version="1.6.1.70" />
|
||||
<PackageReference Include="EpicManifestParser" Version="2.4.1" />
|
||||
<PackageReference Include="EpicManifestParser.ZlibngDotNetDecompressor" Version="1.0.1" />
|
||||
<PackageReference Include="FModel.AdonisUI" Version="1.18.0" />
|
||||
<PackageReference Include="FModel.AdonisUI.ClassicTheme" Version="1.18.0" />
|
||||
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
||||
<PackageReference Include="NVorbis" Version="0.10.5" />
|
||||
|
|
@ -172,8 +174,6 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Adonis\src\AdonisUI\AdonisUI.csproj" />
|
||||
<ProjectReference Include="..\Adonis\src\AdonisUI.ClassicTheme\AdonisUI.ClassicTheme.csproj" />
|
||||
<ProjectReference Include="..\CUE4Parse\CUE4Parse-Conversion\CUE4Parse-Conversion.csproj" />
|
||||
<ProjectReference Include="..\CUE4Parse\CUE4Parse\CUE4Parse.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
<Solution>
|
||||
<Project Path="../Adonis/src/AdonisUI/AdonisUI.csproj" />
|
||||
<Project Path="../Adonis/src/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj" />
|
||||
<Project Path="../CUE4Parse/CUE4Parse-Conversion/CUE4Parse-Conversion.csproj" />
|
||||
<Project Path="../CUE4Parse/CUE4Parse/CUE4Parse.csproj" />
|
||||
<Project Path="FModel.csproj" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user