-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathGameFinder.Example.csproj
26 lines (22 loc) · 1.35 KB
/
GameFinder.Example.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\GameFinder.StoreHandlers.EADesktop\GameFinder.StoreHandlers.EADesktop.csproj" />
<ProjectReference Include="..\..\src\GameFinder.StoreHandlers.EGS\GameFinder.StoreHandlers.EGS.csproj" />
<ProjectReference Include="..\..\src\GameFinder.StoreHandlers.GOG\GameFinder.StoreHandlers.GOG.csproj" />
<ProjectReference Include="..\..\src\GameFinder.StoreHandlers.Origin\GameFinder.StoreHandlers.Origin.csproj" />
<ProjectReference Include="..\..\src\GameFinder.StoreHandlers.Steam\GameFinder.StoreHandlers.Steam.csproj" />
<ProjectReference Include="..\..\src\GameFinder.StoreHandlers.Xbox\GameFinder.StoreHandlers.Xbox.csproj" />
<ProjectReference Include="..\..\src\GameFinder.Wine\GameFinder.Wine.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.*" />
<TrimmerRootAssembly Include="CommandLine" />
<PackageReference Include="NLog" Version="5.*" />
<TrimmerRootAssembly Include="NLog" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.*" />
<TrimmerRootAssembly Include="NLog.Extensions.Logging" />
</ItemGroup>
<ItemGroup>
<TrimmerRootDescriptor Include="GameFinderRoots.xml" />
</ItemGroup>
</Project>