diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-08-22 12:43:58 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-08-22 12:43:58 +0300 |
| commit | 33b515e9151243281506cba38bff963dcd43d41d (patch) | |
| tree | 28ce24cb232f340e44e43c1ebec08e1e98b0da56 /Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | |
| parent | 9de6ed771ef74d5fb4ba9d9353ca7a676921f0db (diff) | |
| download | Tango-33b515e9151243281506cba38bff963dcd43d41d.tar.gz Tango-33b515e9151243281506cba38bff963dcd43d41d.zip | |
Jobs module v2 creation and conditional loading.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj index e812b4a7f..8ff836354 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj @@ -597,6 +597,10 @@ <Project>{a8077b3e-8dd6-4572-8ec4-a27bdc91b70a}</Project> <Name>Tango.PPC.Events</Name> </ProjectReference> + <ProjectReference Include="..\Modules\Tango.PPC.JobsV2\Tango.PPC.JobsV2.csproj"> + <Project>{dbbd90f4-4135-475d-a8f8-6795d3a8f697}</Project> + <Name>Tango.PPC.JobsV2</Name> + </ProjectReference> <ProjectReference Include="..\Modules\Tango.PPC.Jobs\Tango.PPC.Jobs.csproj"> <Project>{096f16c8-6d06-4b5f-9496-b9d2df2d94a3}</Project> <Name>Tango.PPC.Jobs</Name> @@ -795,7 +799,7 @@ if $(ConfigurationName) == Debug copy /Y "$(TargetDir)Packages" "$(TargetDir)"</ </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 |
