diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-01 23:07:50 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-01 23:07:50 +0300 |
| commit | ca72de8f6669d89e33eb86652ec3aabbffa44643 (patch) | |
| tree | 8688478ba6cbc13e05dddc540af8a14615c4c66f /Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj | |
| parent | af0cef3da965c7cf6f58faad51788816f001490e (diff) | |
| download | Tango-ca72de8f6669d89e33eb86652ec3aabbffa44643.tar.gz Tango-ca72de8f6669d89e33eb86652ec3aabbffa44643.zip | |
Added head cleaning jobs to job runs as "IS_HEAD_CLEANING"
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj b/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj index 91edb951e..7efd29d0a 100644 --- a/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj +++ b/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj @@ -117,6 +117,7 @@ <Compile Include="Operation\DefaultMachineEventsStateProvider.cs" /> <Compile Include="Logging\EmbeddedLogItem.cs" /> <Compile Include="Operation\DefaultGradientGenerationConfiguration.cs" /> + <Compile Include="Operation\HeadCleaningEndedEventArgs.cs" /> <Compile Include="Operation\HeadCleaningHandler.cs" /> <Compile Include="Operation\HeadCleaningStatusChangedEventArgs.cs" /> <Compile Include="Operation\IGradientGenerationConfiguration.cs" /> @@ -219,7 +220,7 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <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 |
