commented protobuf compilation
This commit is contained in:
parent
36d39b524c
commit
8c23f974c3
@ -14,15 +14,15 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DTLib.Web" Version="1.4.0" />
|
||||
<PackageReference Include="Google.Protobuf" Version="3.31.0" />
|
||||
<!-- <PackageReference Include="Google.Protobuf" Version="3.31.0" />-->
|
||||
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="obj\Protobuf\*.g.cs" />
|
||||
</ItemGroup>
|
||||
<!-- <ItemGroup>-->
|
||||
<!-- <Compile Include="obj\Protobuf\*.g.cs" />-->
|
||||
<!-- </ItemGroup>-->
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="sh -c "mkdir -p obj/Protobuf && protoc Protobuf/*.proto --csharp_out=obj/Protobuf --csharp_opt=file_extension=.g.cs"" />
|
||||
</Target>
|
||||
<!-- <Target Name="PreBuild" BeforeTargets="PreBuildEvent">-->
|
||||
<!-- <Exec Command="sh -c "mkdir -p obj/Protobuf && protoc Protobuf/*.proto --csharp_out=obj/Protobuf --csharp_opt=file_extension=.g.cs"" />-->
|
||||
<!-- </Target>-->
|
||||
</Project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user