port from perforce

This commit is contained in:
2026-04-18 22:31:51 +02:00
commit 8d0ab5b7cc
8409 changed files with 3972376 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Editor", "src\Editor\Editor.csproj", "{8AF5E6D2-4E9C-4D08-9189-1FBD6F1334AD}"
ProjectSection(ProjectDependencies) = postProject
{FDEBD01E-0317-4400-9208-58D7DD7CEE44} = {FDEBD01E-0317-4400-9208-58D7DD7CEE44}
{EB7F77A5-EBA2-4EF4-BDD2-02E961B0E256} = {EB7F77A5-EBA2-4EF4-BDD2-02E961B0E256}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lib", "src\Lib\Lib.vcxproj", "{FDEBD01E-0317-4400-9208-58D7DD7CEE44}"
ProjectSection(ProjectDependencies) = postProject
{EB7F77A5-EBA2-4EF4-BDD2-02E961B0E256} = {EB7F77A5-EBA2-4EF4-BDD2-02E961B0E256}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Interop", "src\Interop\Interop.vcxproj", "{306104A5-EEEE-4789-847A-07869D715550}"
ProjectSection(ProjectDependencies) = postProject
{FDEBD01E-0317-4400-9208-58D7DD7CEE44} = {FDEBD01E-0317-4400-9208-58D7DD7CEE44}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codegen", "src\Codegen\Codegen.csproj", "{EB7F77A5-EBA2-4EF4-BDD2-02E961B0E256}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Editor.Operators", "src\Editor.Operators\Editor.Operators.shproj", "{01F4EA18-A795-416A-AE63-7680E87C0931}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Editor.Operators\Editor.Operators.projitems*{01f4ea18-a795-416a-ae63-7680e87c0931}*SharedItemsImports = 13
src\Editor.Operators\Editor.Operators.projitems*{8af5e6d2-4e9c-4d08-9189-1fbd6f1334ad}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AF5E6D2-4E9C-4D08-9189-1FBD6F1334AD}.Debug|Win32.ActiveCfg = Debug|x86
{8AF5E6D2-4E9C-4D08-9189-1FBD6F1334AD}.Debug|Win32.Build.0 = Debug|x86
{8AF5E6D2-4E9C-4D08-9189-1FBD6F1334AD}.Release|Win32.ActiveCfg = Release|x86
{8AF5E6D2-4E9C-4D08-9189-1FBD6F1334AD}.Release|Win32.Build.0 = Release|x86
{FDEBD01E-0317-4400-9208-58D7DD7CEE44}.Debug|Win32.ActiveCfg = Debug|Win32
{FDEBD01E-0317-4400-9208-58D7DD7CEE44}.Debug|Win32.Build.0 = Debug|Win32
{FDEBD01E-0317-4400-9208-58D7DD7CEE44}.Release|Win32.ActiveCfg = Release|Win32
{FDEBD01E-0317-4400-9208-58D7DD7CEE44}.Release|Win32.Build.0 = Release|Win32
{306104A5-EEEE-4789-847A-07869D715550}.Debug|Win32.ActiveCfg = Debug|Win32
{306104A5-EEEE-4789-847A-07869D715550}.Debug|Win32.Build.0 = Debug|Win32
{306104A5-EEEE-4789-847A-07869D715550}.Release|Win32.ActiveCfg = Release|Win32
{306104A5-EEEE-4789-847A-07869D715550}.Release|Win32.Build.0 = Release|Win32
{EB7F77A5-EBA2-4EF4-BDD2-02E961B0E256}.Debug|Win32.ActiveCfg = Debug|x86
{EB7F77A5-EBA2-4EF4-BDD2-02E961B0E256}.Debug|Win32.Build.0 = Debug|x86
{EB7F77A5-EBA2-4EF4-BDD2-02E961B0E256}.Release|Win32.ActiveCfg = Release|x86
{EB7F77A5-EBA2-4EF4-BDD2-02E961B0E256}.Release|Win32.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46C9A196-4DC8-4282-885E-B2258D00D4CC}
EndGlobalSection
EndGlobal