mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#18162: Fixing Orchard.WarmupStarter location
Work Item: 18162 --HG-- branch : 1.x rename : src/Orchard.Startup/Orchard.WarmupStarter.csproj => src/Orchard.WarmupStarter/Orchard.WarmupStarter.csproj rename : src/Orchard.Startup/Properties/AssemblyInfo.cs => src/Orchard.WarmupStarter/Properties/AssemblyInfo.cs rename : src/Orchard.Startup/Starter.cs => src/Orchard.WarmupStarter/Starter.cs rename : src/Orchard.Startup/WarmupHttpModule.cs => src/Orchard.WarmupStarter/WarmupHttpModule.cs rename : src/Orchard.Startup/WarmupUtility.cs => src/Orchard.WarmupStarter/WarmupUtility.cs
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Security;
|
|||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("Orchard.Starter")]
|
[assembly: AssemblyTitle("Orchard.WarmupStarter")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyProduct("Orchard")]
|
[assembly: AssemblyProduct("Orchard")]
|
@@ -144,7 +144,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Orchard.Startup\Orchard.WarmupStarter.csproj">
|
<ProjectReference Include="..\Orchard.WarmupStarter\Orchard.WarmupStarter.csproj">
|
||||||
<Project>{5C0D5249-AEF5-4BB6-8F5F-057B91AC2D7A}</Project>
|
<Project>{5C0D5249-AEF5-4BB6-8F5F-057B91AC2D7A}</Project>
|
||||||
<Name>Orchard.WarmupStarter</Name>
|
<Name>Orchard.WarmupStarter</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
@@ -112,7 +112,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orchard.ImportExport", "Orc
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orchard.Warmup", "Orchard.Web\Modules\Orchard.WarmUp\Orchard.Warmup.csproj", "{9CD5C81F-5828-4384-8474-2E2BE71D5EDD}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orchard.Warmup", "Orchard.Web\Modules\Orchard.WarmUp\Orchard.Warmup.csproj", "{9CD5C81F-5828-4384-8474-2E2BE71D5EDD}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orchard.WarmupStarter", "Orchard.Startup\Orchard.WarmupStarter.csproj", "{5C0D5249-AEF5-4BB6-8F5F-057B91AC2D7A}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orchard.WarmupStarter", "Orchard.WarmupStarter\Orchard.WarmupStarter.csproj", "{5C0D5249-AEF5-4BB6-8F5F-057B91AC2D7A}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orchard.Tokens", "Orchard.Web\Modules\Orchard.Tokens\Orchard.Tokens.csproj", "{6F759635-13D7-4E94-BCC9-80445D63F117}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orchard.Tokens", "Orchard.Web\Modules\Orchard.Tokens\Orchard.Tokens.csproj", "{6F759635-13D7-4E94-BCC9-80445D63F117}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Reference in New Issue
Block a user