|
|
@ -100,7 +100,6 @@ |
|
|
|
Condition=" '@(Protobuf)' != '' " |
|
|
|
Condition=" '@(Protobuf)' != '' " |
|
|
|
DependsOnTargets=" Protobuf_BeforeCompile; |
|
|
|
DependsOnTargets=" Protobuf_BeforeCompile; |
|
|
|
Protobuf_ResolvePlatform; |
|
|
|
Protobuf_ResolvePlatform; |
|
|
|
_Protobuf_SetProtoRoot; |
|
|
|
|
|
|
|
_Protobuf_SelectFiles; |
|
|
|
_Protobuf_SelectFiles; |
|
|
|
Protobuf_PrepareCompile; |
|
|
|
Protobuf_PrepareCompile; |
|
|
|
_Protobuf_AugmentLanguageCompile; |
|
|
|
_Protobuf_AugmentLanguageCompile; |
|
|
@ -141,7 +140,8 @@ |
|
|
|
</Target> |
|
|
|
</Target> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Select files that should be compiled. --> |
|
|
|
<!-- Select files that should be compiled. --> |
|
|
|
<Target Name="_Protobuf_SelectFiles"> |
|
|
|
<Target Name="_Protobuf_SelectFiles" |
|
|
|
|
|
|
|
DependsOnTargets=" _Protobuf_SetProtoRoot"> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<!-- Files with explicit metadata. --> |
|
|
|
<!-- Files with explicit metadata. --> |
|
|
|
<Protobuf_Compile Include="@(Protobuf_Rooted)" /> |
|
|
|
<Protobuf_Compile Include="@(Protobuf_Rooted)" /> |
|
|
|