Skip to content

Commit 5f6dbef

Browse files
Merge pull request #84 from SparkViewEngine/rename-spark-web-to-spark-weblib
Renamed Spark.Web project to Spark.WebLib
2 parents ed8feb2 + 5a6766a commit 5f6dbef

File tree

177 files changed

+12
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+12
-14
lines changed

src/Castle.MonoRail.Views.Spark/Castle.MonoRail.Views.Spark.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Library</OutputType>
44
<TargetFramework>net48</TargetFramework>
@@ -42,7 +42,7 @@
4242
</Compile>
4343
</ItemGroup>
4444
<ItemGroup>
45-
<ProjectReference Include="..\Spark.Web\Spark.Web.csproj" />
45+
<ProjectReference Include="..\Spark.WebLib\Spark.WebLib.csproj" />
4646
</ItemGroup>
4747
<ItemGroup>
4848
<None Include="..\..\license.txt">

src/Spark.Python.Tests/Spark.Python.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
</ItemGroup>
3131
<ItemGroup>
3232
<ProjectReference Include="..\Spark.Python\Spark.Python.csproj" />
33-
<ProjectReference Include="..\Spark.Web.Tests\Spark.Web.Tests.csproj" />
33+
<ProjectReference Include="..\Spark.WebLib.Tests\Spark.WebLib.Tests.csproj" />
3434
</ItemGroup>
3535
</Project>

src/Spark.Ruby.Tests/Spark.Ruby.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
</ItemGroup>
3535
<ItemGroup>
3636
<ProjectReference Include="..\Spark.Ruby\Spark.Ruby.csproj" />
37-
<ProjectReference Include="..\Spark.Web.Tests\Spark.Web.Tests.csproj" />
37+
<ProjectReference Include="..\Spark.WebLib.Tests\Spark.WebLib.Tests.csproj" />
3838
</ItemGroup>
3939
</Project>

src/Spark.Web.Mvc.Tests/Spark.Web.Mvc.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323
<ItemGroup>
2424
<ProjectReference Include="..\Spark.Web.Mvc\Spark.Web.Mvc.csproj" />
25-
<ProjectReference Include="..\Spark.Web.Tests\Spark.Web.Tests.csproj" />
25+
<ProjectReference Include="..\Spark.WebLib.Tests\Spark.WebLib.Tests.csproj" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<None Update="AspNetMvc.Tests.Views\Admin\Home\Index.spark">

src/Spark.Web.Mvc/Spark.Web.Mvc.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</Compile>
4040
</ItemGroup>
4141
<ItemGroup>
42-
<ProjectReference Include="..\Spark.Web\Spark.Web.csproj" />
42+
<ProjectReference Include="..\Spark.WebLib\Spark.WebLib.csproj" />
4343
</ItemGroup>
4444
<ItemGroup>
4545
<None Include="..\..\license.txt">
File renamed without changes.

src/Spark.Web.Tests/Spark.Web.Tests.csproj renamed to src/Spark.WebLib.Tests/Spark.WebLib.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="RhinoMocks" Version="3.6.1" />
2929
</ItemGroup>
3030
<ItemGroup>
31-
<ProjectReference Include="..\Spark.Web\Spark.Web.csproj" />
31+
<ProjectReference Include="..\Spark.WebLib\Spark.WebLib.csproj" />
3232
<ProjectReference Include="..\Spark.Tests\Spark.Tests.csproj" />
3333
</ItemGroup>
3434
<ItemGroup>
File renamed without changes.

src/Spark.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Castle.MonoRail.Pdf", "Cast
5757
EndProject
5858
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Castle.MonoRail.Pdf.Tests", "Castle.Monorail.Pdf.Tests\Castle.MonoRail.Pdf.Tests.csproj", "{0FEC123E-DFD8-4DB0-9FC7-6C2EF2897FAD}"
5959
EndProject
60-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spark.Web", "Spark.Web\Spark.Web.csproj", "{4A68431B-ADD3-4F99-9121-2DF0C5C93BC3}"
60+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spark.WebLib", "Spark.WebLib\Spark.WebLib.csproj", "{4A68431B-ADD3-4F99-9121-2DF0C5C93BC3}"
6161
EndProject
62-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spark.Web.Tests", "Spark.Web.Tests\Spark.Web.Tests.csproj", "{58EE303C-D806-4917-9CA8-C2B10594A1AA}"
62+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spark.WebLib.Tests", "Spark.WebLib.Tests\Spark.WebLib.Tests.csproj", "{58EE303C-D806-4917-9CA8-C2B10594A1AA}"
6363
EndProject
6464
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AspNetCore", "AspNetCore", "{50B212B0-9638-4392-9B99-38278C1AC9BC}"
6565
EndProject

src/Xpark/Xpark.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
<OutputType>Exe</OutputType>
@@ -21,7 +21,7 @@
2121
<Description>Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly.</Description>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<ProjectReference Include="..\Spark.Web\Spark.Web.csproj" />
24+
<ProjectReference Include="..\Spark.WebLib\Spark.WebLib.csproj" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<None Update="XparkSamples\diggstyle.css">

src/spark-ci.slnf

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"Spark.Web.Mvc.Ruby\\Spark.Web.Mvc.Ruby.csproj",
1919
"Spark.Web.Mvc.Tests\\Spark.Web.Mvc.Tests.csproj",
2020
"Spark.Web.Mvc\\Spark.Web.Mvc.csproj",
21-
"Spark.Web.Tests\\Spark.Web.Tests.csproj",
22-
"Spark.Web\\Spark.Web.csproj",
2321
"Spark\\Spark.csproj",
2422
"Xpark\\Xpark.csproj"
2523
]

src/spark-pack.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"projects": [
55
"Spark.AspNetCore.Mvc\\Spark.AspNetCore.Mvc.csproj",
66
"Spark.Web.Mvc\\Spark.Web.Mvc.csproj",
7-
"Spark.Web\\Spark.Web.csproj",
7+
"Spark.WebLib\\Spark.WebLib.csproj",
88
"Spark\\Spark.csproj"
99
]
1010
}

0 commit comments

Comments
 (0)