Make3.Renderer/Make3.Renderer.sln
2025-04-28 21:30:59 +03:00

43 lines
2.3 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Make3.Renderer", "Make3.Renderer\Make3.Renderer.csproj", "{570EF7F2-630F-44A5-8CB9-247F34B6FC18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{5D88EEB2-A075-4531-890E-DC38E2700325}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA217554-E89C-467E-AE89-FC167D77F55F}"
ProjectSection(SolutionItems) = preProject
compose.yaml = compose.yaml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Make3.RenderServer", "Make3.RenderServer\Make3.RenderServer.csproj", "{3262E7F2-74E7-4314-A87B-E8CC357CCE76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{570EF7F2-630F-44A5-8CB9-247F34B6FC18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{570EF7F2-630F-44A5-8CB9-247F34B6FC18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{570EF7F2-630F-44A5-8CB9-247F34B6FC18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{570EF7F2-630F-44A5-8CB9-247F34B6FC18}.Release|Any CPU.Build.0 = Release|Any CPU
{5D88EEB2-A075-4531-890E-DC38E2700325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D88EEB2-A075-4531-890E-DC38E2700325}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D88EEB2-A075-4531-890E-DC38E2700325}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D88EEB2-A075-4531-890E-DC38E2700325}.Release|Any CPU.Build.0 = Release|Any CPU
{3262E7F2-74E7-4314-A87B-E8CC357CCE76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3262E7F2-74E7-4314-A87B-E8CC357CCE76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3262E7F2-74E7-4314-A87B-E8CC357CCE76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3262E7F2-74E7-4314-A87B-E8CC357CCE76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2158B183-2CF0-407A-A5BC-8CF3BBD87FEB}
EndGlobalSection
EndGlobal