mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-11 02:00:04 -04:00
1b9e35129c
This allows to make and test ABI-breaking changes much more easily than before. For now moved them under crates/bindings-csharp - on one hand, it's not a crate, but on another it's the most logical place within our current project structure if we think of `crates` folder as general `projects` folder.
29 lines
1.4 KiB
Plaintext
29 lines
1.4 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.0.31903.59
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codegen", "Codegen\Codegen.csproj", "{1E37FF71-567A-4AC8-947E-117098F01142}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Runtime", "Runtime\Runtime.csproj", "{003DDE57-BB32-49F0-B94E-88F2D0414D19}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{1E37FF71-567A-4AC8-947E-117098F01142}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{1E37FF71-567A-4AC8-947E-117098F01142}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{1E37FF71-567A-4AC8-947E-117098F01142}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{1E37FF71-567A-4AC8-947E-117098F01142}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{003DDE57-BB32-49F0-B94E-88F2D0414D19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{003DDE57-BB32-49F0-B94E-88F2D0414D19}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{003DDE57-BB32-49F0-B94E-88F2D0414D19}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{003DDE57-BB32-49F0-B94E-88F2D0414D19}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
EndGlobal
|