diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-01-16 12:53:26 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-01-16 12:53:26 +0200 |
| commit | 9f6dd0def55b3fc55b84fa5025e41972d36df7ae (patch) | |
| tree | b8d3711c6aaf64052c1df7f7544c5f897749add9 /Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj | |
| parent | fd0d8d7668aefea359dad4d7737bb4c71344a292 (diff) | |
| download | Tango-9f6dd0def55b3fc55b84fa5025e41972d36df7ae.tar.gz Tango-9f6dd0def55b3fc55b84fa5025e41972d36df7ae.zip | |
Implemented JobRun Liquid Quantities calculation.
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 a3feac546..8ade1df4e 100644 --- a/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj +++ b/Software/Visual_Studio/Tango.Integration/Tango.Integration.csproj @@ -106,6 +106,7 @@ <Compile Include="Operation\IGradientGenerationConfiguration.cs" /> <Compile Include="Operation\InsufficientLiquidQuantityException.cs" /> <Compile Include="Operation\JobDescriptionFile.cs" /> + <Compile Include="Operation\JobLiquidQuantityCalculationMode.cs" /> <Compile Include="Operation\JobUnitsMethods.cs" /> <Compile Include="Operation\PowerDownHandler.cs" /> <Compile Include="Operation\PowerDownStartedEventArgs.cs" /> @@ -199,7 +200,7 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <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 |
