Skip to content

Commit

Permalink
rename #2
Browse files Browse the repository at this point in the history
  • Loading branch information
tvatavuk committed Mar 18, 2024
1 parent 1aa9b81 commit 7ca9b8c
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Src/2sxc Multi-Target.sln
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{B39F27D8
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToSic.Sxc.BuildTasks", "Build\ToSic.Sxc.BuildTasks\ToSic.Sxc.BuildTasks.csproj", "{B8DC61F4-CA64-441E-8508-206F2432AADB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToSic.Sxc.Code.Gen", "Sxc\ToSic.Sxc.Code.Gen\ToSic.Sxc.Code.Gen.csproj", "{FB557EF7-8120-4B05-B250-7FA49916BBB4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToSic.Sxc.Code.Generate", "Sxc\ToSic.Sxc.Code.Generate\ToSic.Sxc.Code.Generate.csproj", "{FB557EF7-8120-4B05-B250-7FA49916BBB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -1174,7 +1174,7 @@ Global
{FB557EF7-8120-4B05-B250-7FA49916BBB4} = {5CD8015A-76D8-4633-8469-53B62A6C1894}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35;packages\Unity.2.1.505.0\lib\NET35
SolutionGuid = {705647E1-B5B1-4D94-888C-1D918095554C}
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35;packages\Unity.2.1.505.0\lib\NET35
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions Src/Dnn/ToSic.Sxc.Dnn/BuildScripts/AfterBuild.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<!-- Global / Shared 2sxc and EAV DLLs-->
<DnnBinInclude Include="bin\ToSic.Sxc.dll" />
<DnnBinInclude Include="bin\ToSic.Sxc.pdb" />
<DnnBinInclude Include="bin\ToSic.Sxc.Code.Gen.dll" />
<DnnBinInclude Include="bin\ToSic.Sxc.Code.Gen.pdb" />
<DnnBinInclude Include="bin\ToSic.Sxc.Code.Generate.dll" />
<DnnBinInclude Include="bin\ToSic.Sxc.Code.Generate.pdb" />
<DnnBinInclude Include="bin\ToSic.Sxc.WebApi.dll" />
<DnnBinInclude Include="bin\ToSic.Sxc.WebApi.pdb" />
<DnnBinInclude Include="bin\ToSic.Eav*.dll" />
Expand Down
4 changes: 2 additions & 2 deletions Src/Dnn/ToSic.Sxc.Dnn/BuildScripts/ModulePackage.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
<!-- Global / Shared 2sxc and EAV DLLs-->
<AssemblyInclude Include="$(OutDir)\ToSic.Sxc.dll" />
<AssemblyHelper Include="$(OutDir)\ToSic.Sxc.pdb" />
<AssemblyInclude Include="$(OutDir)\ToSic.Sxc.Code.Gen.dll" />
<AssemblyHelper Include="$(OutDir)\ToSic.Sxc.Code.Gen.pdb" />
<AssemblyInclude Include="$(OutDir)\ToSic.Sxc.Code.Generate.dll" />
<AssemblyHelper Include="$(OutDir)\ToSic.Sxc.Code.Generate.pdb" />
<AssemblyInclude Include="$(OutDir)\ToSic.Sxc.WebApi.dll" />
<AssemblyHelper Include="$(OutDir)\ToSic.Sxc.WebApi.pdb" />
<AssemblyInclude Include="$(OutDir)\ToSic.Eav*.dll" />
Expand Down
2 changes: 1 addition & 1 deletion Src/Dnn/ToSic.Sxc.Dnn/DnnPackageBuilder/ToSic.Sxc.Dnn.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<name>ToSic.Sxc.dll</name>
</assembly>
<assembly>
<name>ToSic.Sxc.Code.Gen.dll</name>
<name>ToSic.Sxc.Code.Generate.dll</name>
</assembly>
<assembly>
<name>ToSic.Sxc.WebApi.dll</name>
Expand Down
2 changes: 1 addition & 1 deletion Src/Dnn/ToSic.Sxc.Dnn/StartUp/DnnDi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using ToSic.Eav.WebApi;
using ToSic.Razor.StartUp;
using ToSic.Sxc.Backend;
using ToSic.Sxc.Code.Gen.Startup;
using ToSic.Sxc.Code.Generate.Startup;
using ToSic.Sxc.Compatibility;
using ToSic.Sxc.DataSources;
using ToSic.Sxc.Dnn.Integration;
Expand Down
2 changes: 1 addition & 1 deletion Src/Oqtane/ToSic.Sxc.Oqt.Server/StartUp/OqtStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using ToSic.Lib.DI;
using ToSic.Razor.StartUp;
using ToSic.Sxc.Backend;
using ToSic.Sxc.Code.Gen.Startup;
using ToSic.Sxc.Code.Generate.Startup;
using ToSic.Sxc.DataSources;
using ToSic.Sxc.Oqt.Server.Adam.Imageflow;
using ToSic.Sxc.Oqt.Server.Controllers;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.IO;
using System.Reflection;
using ToSic.Eav.Plumbing;
using ToSic.Sxc.Code.Gen.Internal.Generate;
using ToSic.Sxc.Code.Generate.Internal;
using ToSic.Sxc.Code.Internal.Documentation;
using ToSic.Sxc.Services;

Expand Down
2 changes: 1 addition & 1 deletion Src/Sxc/ToSic.Sxc.WebApi/Backend/Admin/EditionsDto.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Text.Json.Serialization;
using ToSic.Sxc.Code.Gen.Internal.Generate;
using ToSic.Sxc.Code.Generate.Internal;

namespace ToSic.Sxc.Backend.Admin;

Expand Down
2 changes: 1 addition & 1 deletion Src/Sxc/ToSic.Sxc.WebApi/ToSic.Sxc.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ProjectReference Include="..\..\..\..\eav-server\ToSic.Eav.Core\ToSic.Eav.Core.csproj" />
<ProjectReference Include="..\..\..\..\eav-server\ToSic.Eav.WebApi\ToSic.Eav.WebApi.csproj" />
<ProjectReference Include="..\..\..\..\eav-server\ToSic.Lib.Core\ToSic.Lib.Core.csproj" />
<ProjectReference Include="..\ToSic.Sxc.Code.Gen\ToSic.Sxc.Code.Gen.csproj" />
<ProjectReference Include="..\ToSic.Sxc.Code.Generate\ToSic.Sxc.Code.Generate.csproj" />
<ProjectReference Include="..\ToSic.Sxc\ToSic.Sxc.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Src/Sxc/ToSic.Sxc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyCulture("")]

[assembly: InternalsVisibleTo("ToSic.Sxc.WebApi")]
[assembly: InternalsVisibleTo("ToSic.Sxc.Code.Gen")]
[assembly: InternalsVisibleTo("ToSic.Sxc.Code.Generate")]
[assembly: InternalsVisibleTo("ToSic.Sxc.Dnn")]
[assembly: InternalsVisibleTo("ToSic.Sxc.Dnn.WebApi")]
[assembly: InternalsVisibleTo("ToSic.Sxc.Dnn.Core")]
Expand Down

0 comments on commit 7ca9b8c

Please sign in to comment.