diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-11-15 17:53:46 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-11-16 14:57:53 -0800 |
| commit | 39ff17ea54c119c3aa926ee5c3d4628204b93d31 (patch) | |
| tree | 422ed11f91cf55b08864154faad0a2e296b8e488 /src/burn/burn.slnx | |
| parent | fcd24ed09ddd3275220481c676f7f0c64d3c4a33 (diff) | |
| download | wix-robmen/dev10.tar.gz wix-robmen/dev10.tar.bz2 wix-robmen/dev10.zip | |
Migrate all .sln files to .slnxrobmen/dev10
Modernize projects against new .slnx expecations as well.
Diffstat (limited to 'src/burn/burn.slnx')
| -rw-r--r-- | src/burn/burn.slnx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/burn/burn.slnx b/src/burn/burn.slnx new file mode 100644 index 00000000..76a93036 --- /dev/null +++ b/src/burn/burn.slnx | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | <Solution> | ||
| 2 | <Configurations> | ||
| 3 | <Platform Name="ARM64" /> | ||
| 4 | <Platform Name="x64" /> | ||
| 5 | <Platform Name="x86" /> | ||
| 6 | </Configurations> | ||
| 7 | <Project Path="engine/engine.vcxproj" Id="8119537d-e1d9-6591-d51a-49768a2f9c37" /> | ||
| 8 | <Project Path="stub/stub.vcxproj" Id="c38373aa-882f-4f55-b03f-2aab4bfbe3f1" /> | ||
| 9 | <Project Path="test/BurnUnitTest/BurnUnitTest.vcxproj" Id="9d1f1ba3-9393-4833-87a3-d5f1fc08ef67"> | ||
| 10 | <Platform Solution="*|ARM64" Project="x64" /> | ||
| 11 | <Build Solution="*|ARM64" Project="false" /> | ||
| 12 | </Project> | ||
| 13 | </Solution> | ||
