Skip to content

Commit

Permalink
T #98 sln & csproj updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HueByte committed Sep 21, 2022
1 parent b60ecee commit ea2759d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
3 changes: 3 additions & 0 deletions src/Huppy/Huppy.Core/Huppy.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<ProjectReference Include="..\Huppy.Kernel\Huppy.Kernel.csproj" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="..\..\HuppyService\HuppyService.Service\Protos\commandLog.proto" GrpcServices="Client">
<Link>Protos\commandLog.proto</Link>
</Protobuf>
<Protobuf Include="..\..\HuppyService\HuppyService.Service\Protos\gpt.proto" GrpcServices="Client">
<Link>Protos\gpt.proto</Link>
</Protobuf>
Expand Down
6 changes: 1 addition & 5 deletions src/HuppyService/HuppyService.Core/HuppyService.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -11,8 +11,4 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.9" />
</ItemGroup>

<ItemGroup>
<Folder Include="Utilities\" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -7,10 +7,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Protos\gpt.proto" />
</ItemGroup>

<ItemGroup>
<Protobuf Include="Protos\commandLog.proto" GrpcServices="Server" />
<Protobuf Include="Protos\gpt.proto" GrpcServices="Server" />
<Protobuf Include="Protos\greet.proto" GrpcServices="Server" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Main.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HuppyService", "HuppyServic
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HuppyService.Service", "HuppyService\HuppyService.Service\HuppyService.Service.csproj", "{0E63AA9F-116E-40DB-AC1F-21B51B322F94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HuppyService.Infrastructure", "HuppyService\HuppyService.Infrastructure\HuppyService.Infrastructure.csproj", "{E330C21B-3443-4DD0-8313-34777CD4BD11}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HuppyService.Infrastructure", "HuppyService\HuppyService.Infrastructure\HuppyService.Infrastructure.csproj", "{E330C21B-3443-4DD0-8313-34777CD4BD11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HuppyService.Core", "HuppyService\HuppyService.Core\HuppyService.Core.csproj", "{E376D7A3-F2FE-4ABD-9FAD-9024E606AC29}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HuppyService.Core", "HuppyService\HuppyService.Core\HuppyService.Core.csproj", "{E376D7A3-F2FE-4ABD-9FAD-9024E606AC29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit ea2759d

Please sign in to comment.