diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-07 16:24:17 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-07 16:24:17 +0300 |
| commit | 85e2267e399805c9bde146833d338cd9856bbfa0 (patch) | |
| tree | 7b3ecee365f591c658f47145751a28f3f50f0baa /Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | |
| parent | f416553e4658dc719b89ffda6f0b364cfab3c1b8 (diff) | |
| download | Tango-85e2267e399805c9bde146833d338cd9856bbfa0.tar.gz Tango-85e2267e399805c9bde146833d338cd9856bbfa0.zip | |
Added TryThreadLoadingRequest/Response.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj index 8ee68347a..0a5c8d58c 100644 --- a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj +++ b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj @@ -305,6 +305,10 @@ <Compile Include="Stubs\StubDispenserEEpromData.cs" /> <Compile Include="Stubs\StubDispenserEEpromRequest.cs" /> <Compile Include="Stubs\StubDispenserEEpromResponse.cs" /> + <Compile Include="Stubs\StubMainCardEEpromReadRequest.cs" /> + <Compile Include="Stubs\StubMainCardEEpromReadResponse.cs" /> + <Compile Include="Stubs\StubMainCardEEpromWriteRequest.cs" /> + <Compile Include="Stubs\StubMainCardEEpromWriteResponse.cs" /> <Compile Include="Stubs\StubWhsEEpromData.cs" /> <Compile Include="Stubs\StubWhsEEpromRequest.cs" /> <Compile Include="Stubs\StubWhsEEpromResponse.cs" /> @@ -429,6 +433,8 @@ <Compile Include="ThreadLoading\StopThreadLoadingRequest.cs" /> <Compile Include="ThreadLoading\StopThreadLoadingResponse.cs" /> <Compile Include="ThreadLoading\ThreadLoadingState.cs" /> + <Compile Include="ThreadLoading\TryThreadLoadingRequest.cs" /> + <Compile Include="ThreadLoading\TryThreadLoadingResponse.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Utilities\Tango.Protobuf.CLI\Tango.Protobuf.CLI.csproj"> @@ -446,7 +452,7 @@ </PropertyGroup> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> + <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
