mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-02 12:14:26 -07:00
add UAssetAPI
This commit is contained in:
+4
-1
@@ -1,3 +1,6 @@
|
|||||||
[submodule "SaturnData"]
|
[submodule "SaturnData"]
|
||||||
path = SaturnData
|
path = _External/SaturnData
|
||||||
url = https://github.com/Yasu3D/SaturnData
|
url = https://github.com/Yasu3D/SaturnData
|
||||||
|
[submodule "_External/UAssetAPI"]
|
||||||
|
path = _External/UAssetAPI
|
||||||
|
url = https://github.com/atenfyr/UAssetAPI
|
||||||
|
|||||||
@@ -21,9 +21,19 @@
|
|||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Deadpikle.AvaloniaProgressRing" Version="0.10.10" />
|
<PackageReference Include="Deadpikle.AvaloniaProgressRing" Version="0.10.10" />
|
||||||
<PackageReference Include="DialogHost.Avalonia" Version="0.9.3" />
|
<PackageReference Include="DialogHost.Avalonia" Version="0.9.3" />
|
||||||
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AvaloniaResource Include="Assets\**" />
|
<AvaloniaResource Include="Assets\**" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Remove="_External\**" />
|
||||||
|
<Compile Include="_External\SaturnData\**" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="_External\UAssetAPI\UAssetAPI\UAssetAPI.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Submodule
+1
Submodule _External/UAssetAPI added at ec758cff14
Reference in New Issue
Block a user