diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-19 09:59:19 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-19 09:59:19 +0300 |
| commit | 61fdeccc6976d5dd2cca30495a26a67233fcde02 (patch) | |
| tree | 6f58487a33692607fe1e74ea2bcca8c1eb16c403 /Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | |
| parent | d35f80a12e3b4258e429f479a489ba930c583873 (diff) | |
| download | Tango-61fdeccc6976d5dd2cca30495a26a67233fcde02.tar.gz Tango-61fdeccc6976d5dd2cca30495a26a67233fcde02.zip | |
Abort Thread Loading.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj index d7ef29237..a7fe17a56 100644 --- a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj +++ b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj @@ -493,6 +493,8 @@ <Compile Include="TCC\DetectionColorFile.cs" /> <Compile Include="TCC\DetectionInput.cs" /> <Compile Include="TCC\DetectionOutput.cs" /> + <Compile Include="ThreadLoading\AbortThreadLoadingRequest.cs" /> + <Compile Include="ThreadLoading\AbortThreadLoadingResponse.cs" /> <Compile Include="ThreadLoading\AttemptThreadJoggingRequest.cs" /> <Compile Include="ThreadLoading\AttemptThreadJoggingResponse.cs" /> <Compile Include="ThreadLoading\ContinueThreadLoadingRequest.cs" /> @@ -521,7 +523,7 @@ </PropertyGroup> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
