Skip to content

Commit

Permalink
Merge pull request #84 from SparkViewEngine/rename-spark-web-to-spark…
Browse files Browse the repository at this point in the history
…-weblib

Renamed Spark.Web project to Spark.WebLib
RobertTheGrey authored Jan 3, 2025

Verified

This commit was signed with the committer’s verified signature.
sdispater Sébastien Eustace
2 parents ed8feb2 + 5a6766a commit 5f6dbef
Showing 177 changed files with 12 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net48</TargetFramework>
@@ -42,7 +42,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Spark.Web\Spark.Web.csproj" />
<ProjectReference Include="..\Spark.WebLib\Spark.WebLib.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\license.txt">
2 changes: 1 addition & 1 deletion src/Spark.Python.Tests/Spark.Python.Tests.csproj
Original file line number Diff line number Diff line change
@@ -30,6 +30,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Spark.Python\Spark.Python.csproj" />
<ProjectReference Include="..\Spark.Web.Tests\Spark.Web.Tests.csproj" />
<ProjectReference Include="..\Spark.WebLib.Tests\Spark.WebLib.Tests.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Spark.Ruby.Tests/Spark.Ruby.Tests.csproj
Original file line number Diff line number Diff line change
@@ -34,6 +34,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Spark.Ruby\Spark.Ruby.csproj" />
<ProjectReference Include="..\Spark.Web.Tests\Spark.Web.Tests.csproj" />
<ProjectReference Include="..\Spark.WebLib.Tests\Spark.WebLib.Tests.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Spark.Web.Mvc.Tests/Spark.Web.Mvc.Tests.csproj
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Spark.Web.Mvc\Spark.Web.Mvc.csproj" />
<ProjectReference Include="..\Spark.Web.Tests\Spark.Web.Tests.csproj" />
<ProjectReference Include="..\Spark.WebLib.Tests\Spark.WebLib.Tests.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="AspNetMvc.Tests.Views\Admin\Home\Index.spark">
2 changes: 1 addition & 1 deletion src/Spark.Web.Mvc/Spark.Web.Mvc.csproj
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Spark.Web\Spark.Web.csproj" />
<ProjectReference Include="..\Spark.WebLib\Spark.WebLib.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\license.txt">
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
<PackageReference Include="RhinoMocks" Version="3.6.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Spark.Web\Spark.Web.csproj" />
<ProjectReference Include="..\Spark.WebLib\Spark.WebLib.csproj" />
<ProjectReference Include="..\Spark.Tests\Spark.Tests.csproj" />
</ItemGroup>
<ItemGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/Spark.sln
Original file line number Diff line number Diff line change
@@ -57,9 +57,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Castle.MonoRail.Pdf", "Cast
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Castle.MonoRail.Pdf.Tests", "Castle.Monorail.Pdf.Tests\Castle.MonoRail.Pdf.Tests.csproj", "{0FEC123E-DFD8-4DB0-9FC7-6C2EF2897FAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spark.Web", "Spark.Web\Spark.Web.csproj", "{4A68431B-ADD3-4F99-9121-2DF0C5C93BC3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spark.WebLib", "Spark.WebLib\Spark.WebLib.csproj", "{4A68431B-ADD3-4F99-9121-2DF0C5C93BC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spark.Web.Tests", "Spark.Web.Tests\Spark.Web.Tests.csproj", "{58EE303C-D806-4917-9CA8-C2B10594A1AA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spark.WebLib.Tests", "Spark.WebLib.Tests\Spark.WebLib.Tests.csproj", "{58EE303C-D806-4917-9CA8-C2B10594A1AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AspNetCore", "AspNetCore", "{50B212B0-9638-4392-9B99-38278C1AC9BC}"
EndProject
4 changes: 2 additions & 2 deletions src/Xpark/Xpark.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Exe</OutputType>
@@ -21,7 +21,7 @@
<Description>Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly.</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Spark.Web\Spark.Web.csproj" />
<ProjectReference Include="..\Spark.WebLib\Spark.WebLib.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="XparkSamples\diggstyle.css">
2 changes: 0 additions & 2 deletions src/spark-ci.slnf
Original file line number Diff line number Diff line change
@@ -18,8 +18,6 @@
"Spark.Web.Mvc.Ruby\\Spark.Web.Mvc.Ruby.csproj",
"Spark.Web.Mvc.Tests\\Spark.Web.Mvc.Tests.csproj",
"Spark.Web.Mvc\\Spark.Web.Mvc.csproj",
"Spark.Web.Tests\\Spark.Web.Tests.csproj",
"Spark.Web\\Spark.Web.csproj",
"Spark\\Spark.csproj",
"Xpark\\Xpark.csproj"
]
2 changes: 1 addition & 1 deletion src/spark-pack.slnf
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"projects": [
"Spark.AspNetCore.Mvc\\Spark.AspNetCore.Mvc.csproj",
"Spark.Web.Mvc\\Spark.Web.Mvc.csproj",
"Spark.Web\\Spark.Web.csproj",
"Spark.WebLib\\Spark.WebLib.csproj",
"Spark\\Spark.csproj"
]
}

0 comments on commit 5f6dbef

Please sign in to comment.