Skip to content

Commit

Permalink
Solution filter files for our two languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Jun 3, 2021
1 parent 4ce9d9c commit 858d134
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Principia C#.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"solution": {
"path": "Principia.sln",
"projects": [
"ksp_plugin_adapter\\ksp_plugin_adapter.csproj",
]
}
}
26 changes: 26 additions & 0 deletions Principia C++.slnf
Original file line number Diff line number Diff line change
@@ -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"
]
}
}

0 comments on commit 858d134

Please sign in to comment.