diff --git a/Principia C#.slnf b/Principia C#.slnf new file mode 100644 index 0000000000..5aa0b28a7d --- /dev/null +++ b/Principia C#.slnf @@ -0,0 +1,8 @@ +{ + "solution": { + "path": "Principia.sln", + "projects": [ + "ksp_plugin_adapter\\ksp_plugin_adapter.csproj", + ] + } +} \ No newline at end of file diff --git a/Principia C++.slnf b/Principia C++.slnf new file mode 100644 index 0000000000..cfe0df61d9 --- /dev/null +++ b/Principia C++.slnf @@ -0,0 +1,26 @@ +{ + "solution": { + "path": "Principia.sln", + "projects": [ + "astronomy\\astronomy.vcxproj", + "base\\base.vcxproj", + "benchmark_automation\\benchmark_automation.csproj", + "benchmarks\\benchmarks.vcxproj", + "coverage_analyser\\coverage_analyser.csproj", + "geometry\\geometry.vcxproj", + "integrators\\integrators.vcxproj", + "journal\\journal.vcxproj", + "ksp_plugin\\ksp_plugin.vcxproj", + "ksp_plugin_test\\ksp_plugin_test.vcxproj", + "mathematica\\mathematica.vcxproj", + "numerics\\numerics.vcxproj", + "parallel_test_runner\\parallel_test_runner.csproj", + "physics\\physics.vcxproj", + "quantities\\quantities.vcxproj", + "serialization\\serialization.vcxproj", + "stacktrace_decoder\\stacktrace_decoder.csproj", + "testing_utilities\\testing_utilities.vcxproj", + "tools\\tools.vcxproj" + ] + } +} \ No newline at end of file