diff options
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj')
| -rw-r--r-- | Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj b/Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj index 4959792e2..e657d78b8 100644 --- a/Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj +++ b/Software/Visual_Studio/Native/Tango.ProtoTest/Tango.ProtoTest.vcxproj @@ -72,7 +72,7 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <TargetExt>.dll</TargetExt> <OutDir>$(SolutionDir)Build\Debug</OutDir> - <IncludePath>..\..\..\External Repositories\Protobuf\protobuf-3.4.1\src;$(IncludePath)</IncludePath> + <IncludePath>..\..\..\External_Repositories\Protobuf\protobuf-3.4.1\src;$(IncludePath)</IncludePath> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> @@ -121,6 +121,7 @@ <ItemGroup> <ClInclude Include="PMR\CalculateRequest.pb.h" /> <ClInclude Include="PMR\CalculateResponse.pb.h" /> + <ClInclude Include="PMR\ErrorCode.pb.h" /> <ClInclude Include="PMR\Job.pb.h" /> <ClInclude Include="PMR\MessageContainer.pb.h" /> <ClInclude Include="PMR\MessageType.pb.h" /> @@ -133,6 +134,7 @@ <ItemGroup> <ClCompile Include="PMR\CalculateRequest.pb.cc" /> <ClCompile Include="PMR\CalculateResponse.pb.cc" /> + <ClCompile Include="PMR\ErrorCode.pb.cc" /> <ClCompile Include="PMR\Job.pb.cc" /> <ClCompile Include="PMR\MessageContainer.pb.cc" /> <ClCompile Include="PMR\MessageType.pb.cc" /> |
