Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,7 @@ VisualPinball.Engine.Mpf/machine/data/
*.DS_Store

Dependencies/
Dependencies.meta
Dependencies.meta

Runtime/GrpcInterface/Generated/
Runtime/GrpcInterface/Generated.meta
6,176 changes: 0 additions & 6,176 deletions Runtime/GrpcInterface/Platform.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Runtime/GrpcInterface/Platform.cs.meta

This file was deleted.

228 changes: 0 additions & 228 deletions Runtime/GrpcInterface/PlatformGrpc.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Runtime/GrpcInterface/PlatformGrpc.cs.meta

This file was deleted.

2 changes: 1 addition & 1 deletion VisualPinball.Engine.Mpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<!-- Configure proto compiler -->
<ItemGroup>
<Protobuf Include="Runtime/GrpcInterface/*.proto" OutputDir="$(ProjectDir)" GrpcServices="Client" />
<Protobuf ProtoRoot="Runtime/GrpcInterface/" Include= "Runtime/GrpcInterface/*.proto" OutputDir="Runtime\GrpcInterface\Generated" GrpcServices="Client" />
</ItemGroup>

<!-- Copy NuGet binaries to 'Dependencies/NuGetDependencies'-->
Expand Down