Skip to content

Commit

Permalink
Renamed Spark.Web project to Spark.WebLib to avoid conflict with exis…
Browse files Browse the repository at this point in the history
…ting Spark.Web package on nuget.org
  • Loading branch information
bounav committed Jan 2, 2025
1 parent ed8feb2 commit 5a6766a
Show file tree
Hide file tree
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>
Expand Down Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion src/Spark.Python.Tests/Spark.Python.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -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
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion src/Spark.Web.Mvc/Spark.Web.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
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
Expand Up @@ -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>
Expand Down
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
Expand Up @@ -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
Expand Down
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>
Expand All @@ -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">
Expand Down
2 changes: 0 additions & 2 deletions src/spark-ci.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
2 changes: 1 addition & 1 deletion src/spark-pack.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
Expand Down

0 comments on commit 5a6766a

Please sign in to comment.