Skip to content

Commit

Permalink
remove avalonia UI project
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Oct 12, 2024
1 parent 0fac9e6 commit 3e0cafb
Show file tree
Hide file tree
Showing 27 changed files with 104 additions and 644 deletions.
21 changes: 7 additions & 14 deletions src/StarBreaker.Chf/StarBreaker.Chf.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="ZstdSharp.Port" Version="0.8.1" />
</ItemGroup>

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="ZstdSharp.Port" Version="0.8.1"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>

</Project>
</Project>
24 changes: 12 additions & 12 deletions src/StarBreaker.Cli/StarBreaker.Cli.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\StarBreaker.Chf\StarBreaker.Chf.csproj" />
<ProjectReference Include="..\StarBreaker.Forge\StarBreaker.Forge.csproj"/>
<ProjectReference Include="..\StarBreaker.P4k\StarBreaker.P4k.csproj"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Chf\StarBreaker.Chf.csproj" />
<ProjectReference Include="..\StarBreaker.Forge\StarBreaker.Forge.csproj" />
<ProjectReference Include="..\StarBreaker.P4k\StarBreaker.P4k.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CliFx" Version="2.3.5"/>
</ItemGroup>
</Project>
<ItemGroup>
<PackageReference Include="CliFx" Version="2.3.5" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions src/StarBreaker.CryChunkFile/StarBreaker.CryChunkFile.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj"/>
</ItemGroup>
</Project>
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions src/StarBreaker.CryXmlB/StarBreaker.CryXmlB.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj"/>
</ItemGroup>
</Project>
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>
</Project>
17 changes: 7 additions & 10 deletions src/StarBreaker.Debug/StarBreaker.Debug.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\StarBreaker.Grpc\StarBreaker.Grpc.csproj"/>
</ItemGroup>
</Project>
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Grpc\StarBreaker.Grpc.csproj" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions src/StarBreaker.Forge/StarBreaker.Forge.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj"/>
</ItemGroup>
</Project>
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>
</Project>
44 changes: 21 additions & 23 deletions src/StarBreaker.Grpc/StarBreaker.Grpc.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">
<!--Note: Don't add code to this project, keep it just the grpc clients. Otherwise compilation takes ages-->
<!--Note: Don't add code to this project, keep it just
the grpc clients. Otherwise compilation takes ages-->

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>CS8981</NoWarn>
</PropertyGroup>

<ItemGroup>
<Protobuf ProtoRoot="protos" Include="protos\**\*.proto"/>
</ItemGroup>
<PropertyGroup>
<NoWarn>CS8981</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.18.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
<PackageReference Include="Grpc.Tools" Version="2.40.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Protobuf ProtoRoot="protos" Include="protos\**\*.proto" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>
</Project>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.18.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
<PackageReference Include="Grpc.Tools" Version="2.40.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>
</Project>
14 changes: 7 additions & 7 deletions src/StarBreaker.P4k/StarBreaker.P4k.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="ZstdSharp.Port" Version="0.8.1"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ZstdSharp.Port" Version="0.8.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj"/>
</ItemGroup>
</Project>
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>
</Project>
20 changes: 10 additions & 10 deletions src/StarBreaker.Profile/StarBreaker.Profile.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\StarBreaker.CryChunkFile\StarBreaker.CryChunkFile.csproj"/>
<ProjectReference Include="..\StarBreaker.CryXmlB\StarBreaker.CryXmlB.csproj"/>
<ProjectReference Include="..\StarBreaker.Forge\StarBreaker.Forge.csproj"/>
<ProjectReference Include="..\StarBreaker.P4k\StarBreaker.P4k.csproj"/>
</ItemGroup>
</Project>
<ItemGroup>
<ProjectReference Include="..\StarBreaker.CryChunkFile\StarBreaker.CryChunkFile.csproj" />
<ProjectReference Include="..\StarBreaker.CryXmlB\StarBreaker.CryXmlB.csproj" />
<ProjectReference Include="..\StarBreaker.Forge\StarBreaker.Forge.csproj" />
<ProjectReference Include="..\StarBreaker.P4k\StarBreaker.P4k.csproj" />
</ItemGroup>
</Project>
24 changes: 10 additions & 14 deletions src/StarBreaker.Protobuf/StarBreaker.Protobuf.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
</PropertyGroup>

<PropertyGroup>
<OutputType>exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Reflection" Version="2.66.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Grpc.Reflection" Version="2.66.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>
</Project>
<ItemGroup>
<ProjectReference Include="..\StarBreaker.Common\StarBreaker.Common.csproj" />
</ItemGroup>
</Project>
94 changes: 0 additions & 94 deletions src/StarBreaker.sln

This file was deleted.

18 changes: 18 additions & 0 deletions src/StarBreaker.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path="Directory.Build.props" />
<File Path="..\README.md" />
</Folder>
<Project Path="StarBreaker.Chf\StarBreaker.Chf.csproj" />
<Project Path="StarBreaker.Cli\StarBreaker.Cli.csproj" />
<Project Path="StarBreaker.Common\StarBreaker.Common.csproj" />
<Project Path="StarBreaker.CryChunkFile\StarBreaker.CryChunkFile.csproj" />
<Project Path="StarBreaker.CryXmlB\StarBreaker.CryXmlB.csproj" />
<Project Path="StarBreaker.Debug\StarBreaker.Debug.csproj" />
<Project Path="StarBreaker.Forge\StarBreaker.Forge.csproj" />
<Project Path="StarBreaker.Grpc\StarBreaker.Grpc.csproj" />
<Project Path="StarBreaker.P4k\StarBreaker.P4k.csproj" />
<Project Path="StarBreaker.Profile\StarBreaker.Profile.csproj" />
<Project Path="StarBreaker.Protobuf\StarBreaker.Protobuf.csproj" />
<Project Path="StarBreaker.Tests\StarBreaker.Tests.csproj" />
</Solution>
17 changes: 0 additions & 17 deletions src/StarBreaker/App.axaml

This file was deleted.

Loading

0 comments on commit 3e0cafb

Please sign in to comment.