wabbajack/Wabbajack.Installer/Wabbajack.Installer.csproj

32 lines
1.7 KiB
XML
Raw Normal View History

2021-09-27 12:42:46 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>$(VERSION)</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
2021-10-23 16:51:17 +00:00
<ProjectReference Include="..\Wabbajack.Downloaders.Dispatcher\Wabbajack.Downloaders.Dispatcher.csproj"/>
<ProjectReference Include="..\Wabbajack.Downloaders.GameFile\Wabbajack.Downloaders.GameFile.csproj"/>
<ProjectReference Include="..\Wabbajack.DTOs\Wabbajack.DTOs.csproj"/>
<ProjectReference Include="..\Wabbajack.FileExtractor\Wabbajack.FileExtractor.csproj"/>
<ProjectReference Include="..\Wabbajack.Networking.WabbajackClientApi\Wabbajack.Networking.WabbajackClientApi.csproj"/>
<ProjectReference Include="..\Wabbajack.Paths.IO\Wabbajack.Paths.IO.csproj"/>
<ProjectReference Include="..\Wabbajack.Paths\Wabbajack.Paths.csproj"/>
<ProjectReference Include="..\Wabbajack.VFS\Wabbajack.VFS.csproj"/>
2021-09-27 12:42:46 +00:00
</ItemGroup>
<ItemGroup>
2021-10-23 16:51:17 +00:00
<PackageReference Include="GameFinder.StoreHandlers.BethNet" Version="1.7.1"/>
<PackageReference Include="GameFinder.StoreHandlers.EGS" Version="1.7.1"/>
<PackageReference Include="GameFinder.StoreHandlers.GOG" Version="1.7.1"/>
<PackageReference Include="GameFinder.StoreHandlers.Origin" Version="1.7.1"/>
<PackageReference Include="GameFinder.StoreHandlers.Steam" Version="1.7.1"/>
<PackageReference Include="ini-parser-netstandard" Version="2.5.2"/>
<PackageReference Include="Octodiff" Version="1.2.36"/>
2021-09-27 12:42:46 +00:00
</ItemGroup>
</Project>