diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-10-31 14:41:28 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-10-31 14:41:28 +0200 |
| commit | ec0c395263dafed2cd17bf756c9891525efcc13c (patch) | |
| tree | 3cc76049e394b4256cb3921a6d30211562a6209a /Software | |
| parent | aeb466e67824b9d288c7ad96a38c7222cd6d0a22 (diff) | |
| download | Tango-ec0c395263dafed2cd17bf756c9891525efcc13c.tar.gz Tango-ec0c395263dafed2cd17bf756c9891525efcc13c.zip | |
Fixed ProtoCompilers folder path.
Diffstat (limited to 'Software')
| -rw-r--r-- | Software/Visual Studio/Tango.Protobuf/Tango.Protobuf.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Software/Visual Studio/Tango.Protobuf/Tango.Protobuf.csproj b/Software/Visual Studio/Tango.Protobuf/Tango.Protobuf.csproj index ae228b896..335fce325 100644 --- a/Software/Visual Studio/Tango.Protobuf/Tango.Protobuf.csproj +++ b/Software/Visual Studio/Tango.Protobuf/Tango.Protobuf.csproj @@ -55,5 +55,19 @@ <Name>Tango.Core</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <Content Include="..\..\External Repositories\Protobuf\protoc-1.0M4.jar"> + <Link>ProtoCompilers\protoc-1.0M4.jar</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Include="..\..\External Repositories\Protobuf\protoc-c.exe"> + <Link>ProtoCompilers\protoc-c.exe</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Include="..\..\External Repositories\Protobuf\protoc.exe"> + <Link>ProtoCompilers\protoc.exe</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
