chore: 迁移到slnx [skip cliff]

This commit is contained in:
denglihong2007
2026-03-22 00:23:54 +08:00
parent 0506a70bce
commit e522165059
2 changed files with 19 additions and 51 deletions

View File

@@ -1,51 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11218.70
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRSim.Core", "CRSim.Core\CRSim.Core.csproj", "{C72B16CC-AA3E-4E0F-A424-07D3987A9FD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRSim", "CRSim\CRSim.csproj", "{9C334D96-6CE7-4137-9CA8-2969E4C67C0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRSim.ScreenSimulator", "CRSim.ScreenSimulator\CRSim.ScreenSimulator.csproj", "{94927020-7AD7-4F6F-A456-F34A8E0BC40A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRSim.PlatformDiagram", "CRSim.PlatformDiagram\CRSim.PlatformDiagram.csproj", "{895EE8B3-1A15-4CA8-9AFE-246585732AA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRSim.PluginSdk", "CRSim.PluginSdk\CRSim.PluginSdk.csproj", "{ADDF238A-3710-F48F-9561-E6F33C8F0EE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C72B16CC-AA3E-4E0F-A424-07D3987A9FD9}.Debug|x64.ActiveCfg = Debug|x64
{C72B16CC-AA3E-4E0F-A424-07D3987A9FD9}.Debug|x64.Build.0 = Debug|x64
{C72B16CC-AA3E-4E0F-A424-07D3987A9FD9}.Release|x64.ActiveCfg = Release|x64
{C72B16CC-AA3E-4E0F-A424-07D3987A9FD9}.Release|x64.Build.0 = Release|x64
{9C334D96-6CE7-4137-9CA8-2969E4C67C0F}.Debug|x64.ActiveCfg = Debug|x64
{9C334D96-6CE7-4137-9CA8-2969E4C67C0F}.Debug|x64.Build.0 = Debug|x64
{9C334D96-6CE7-4137-9CA8-2969E4C67C0F}.Debug|x64.Deploy.0 = Debug|x64
{9C334D96-6CE7-4137-9CA8-2969E4C67C0F}.Release|x64.ActiveCfg = Release|x64
{9C334D96-6CE7-4137-9CA8-2969E4C67C0F}.Release|x64.Build.0 = Release|x64
{9C334D96-6CE7-4137-9CA8-2969E4C67C0F}.Release|x64.Deploy.0 = Release|x64
{94927020-7AD7-4F6F-A456-F34A8E0BC40A}.Debug|x64.ActiveCfg = Debug|x64
{94927020-7AD7-4F6F-A456-F34A8E0BC40A}.Debug|x64.Build.0 = Debug|x64
{94927020-7AD7-4F6F-A456-F34A8E0BC40A}.Release|x64.ActiveCfg = Release|x64
{94927020-7AD7-4F6F-A456-F34A8E0BC40A}.Release|x64.Build.0 = Release|x64
{895EE8B3-1A15-4CA8-9AFE-246585732AA5}.Debug|x64.ActiveCfg = Debug|x64
{895EE8B3-1A15-4CA8-9AFE-246585732AA5}.Debug|x64.Build.0 = Debug|x64
{895EE8B3-1A15-4CA8-9AFE-246585732AA5}.Release|x64.ActiveCfg = Release|x64
{895EE8B3-1A15-4CA8-9AFE-246585732AA5}.Release|x64.Build.0 = Release|x64
{ADDF238A-3710-F48F-9561-E6F33C8F0EE5}.Debug|x64.ActiveCfg = Debug|Any CPU
{ADDF238A-3710-F48F-9561-E6F33C8F0EE5}.Debug|x64.Build.0 = Debug|Any CPU
{ADDF238A-3710-F48F-9561-E6F33C8F0EE5}.Release|x64.ActiveCfg = Release|Any CPU
{ADDF238A-3710-F48F-9561-E6F33C8F0EE5}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93427FA9-CDA9-4093-98DC-B68FD973B48B}
EndGlobalSection
EndGlobal

19
CRSim.slnx Normal file
View File

@@ -0,0 +1,19 @@
<Solution>
<Configurations>
<Platform Name="x64" />
</Configurations>
<Project Path="CRSim.Core/CRSim.Core.csproj">
<Platform Project="x64" />
</Project>
<Project Path="CRSim.PlatformDiagram/CRSim.PlatformDiagram.csproj">
<Platform Project="x64" />
</Project>
<Project Path="CRSim.PluginSdk/CRSim.PluginSdk.csproj" />
<Project Path="CRSim.ScreenSimulator/CRSim.ScreenSimulator.csproj">
<Platform Project="x64" />
</Project>
<Project Path="CRSim/CRSim.csproj">
<Platform Project="x64" />
<Deploy />
</Project>
</Solution>