diff --git a/KeepersCompound.Lighting/KeepersCompound.Lighting.csproj b/KeepersCompound.Lighting/KeepersCompound.Lighting.csproj new file mode 100644 index 0000000..27346dc --- /dev/null +++ b/KeepersCompound.Lighting/KeepersCompound.Lighting.csproj @@ -0,0 +1,18 @@ + + + + net9.0 + enable + enable + + + + + + + + + + + + diff --git a/KeepersCompound.Lightmapper/Light.cs b/KeepersCompound.Lighting/Light.cs similarity index 100% rename from KeepersCompound.Lightmapper/Light.cs rename to KeepersCompound.Lighting/Light.cs diff --git a/KeepersCompound.Lightmapper/LightMapper.cs b/KeepersCompound.Lighting/LightMapper.cs similarity index 100% rename from KeepersCompound.Lightmapper/LightMapper.cs rename to KeepersCompound.Lighting/LightMapper.cs diff --git a/KeepersCompound.Lightmapper/MeshBuilder.cs b/KeepersCompound.Lighting/MeshBuilder.cs similarity index 100% rename from KeepersCompound.Lightmapper/MeshBuilder.cs rename to KeepersCompound.Lighting/MeshBuilder.cs diff --git a/KeepersCompound.Lightmapper/PotentiallyVisibleSet.cs b/KeepersCompound.Lighting/PotentiallyVisibleSet.cs similarity index 100% rename from KeepersCompound.Lightmapper/PotentiallyVisibleSet.cs rename to KeepersCompound.Lighting/PotentiallyVisibleSet.cs diff --git a/KeepersCompound.Lightmapper/Timing.cs b/KeepersCompound.Lighting/Timing.cs similarity index 100% rename from KeepersCompound.Lightmapper/Timing.cs rename to KeepersCompound.Lighting/Timing.cs diff --git a/KeepersCompound.Lightmapper/Utils.cs b/KeepersCompound.Lighting/Utils.cs similarity index 100% rename from KeepersCompound.Lightmapper/Utils.cs rename to KeepersCompound.Lighting/Utils.cs diff --git a/KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj b/KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj index 12d77a1..c3220e2 100644 --- a/KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj +++ b/KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj @@ -16,11 +16,11 @@ - + diff --git a/lightmapper.sln b/lightmapper.sln index 8430893..5e88ba3 100644 --- a/lightmapper.sln +++ b/lightmapper.sln @@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeepersCompound.Lightmapper EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeepersCompound.LGS", "KeepersCompound.LGS\KeepersCompound.LGS.csproj", "{7262E507-A972-4693-8C99-67E163E8BF7C}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeepersCompound.Lighting", "KeepersCompound.Lighting\KeepersCompound.Lighting.csproj", "{028E8038-EE60-4562-B786-9A58EE4022A0}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -24,5 +26,9 @@ Global {7262E507-A972-4693-8C99-67E163E8BF7C}.Debug|Any CPU.Build.0 = Debug|Any CPU {7262E507-A972-4693-8C99-67E163E8BF7C}.Release|Any CPU.ActiveCfg = Release|Any CPU {7262E507-A972-4693-8C99-67E163E8BF7C}.Release|Any CPU.Build.0 = Release|Any CPU + {028E8038-EE60-4562-B786-9A58EE4022A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {028E8038-EE60-4562-B786-9A58EE4022A0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {028E8038-EE60-4562-B786-9A58EE4022A0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {028E8038-EE60-4562-B786-9A58EE4022A0}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal