Temporarily allows project and solution files to be added as a backup bootstrap

This commit is contained in:
zontreck 2024-08-27 13:25:07 -07:00
parent 3260c0dc3e
commit 94b5726b7f
5 changed files with 274 additions and 2 deletions

33
Prebuild.sln Normal file
View file

@ -0,0 +1,33 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 22
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bottle", "..\Prebuild\source\Bottle\Bottle.csproj", "{CE2B56C1-0000-0000-0000-000000000000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prebuild", "..\Prebuild\source\Prebuild\Prebuild.csproj", "{B8508F39-0000-0000-0000-000000000000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SnapWrap", "..\Prebuild\source\SnapWrap\SnapWrap.csproj", "{50D01E88-0000-0000-0000-000000000000}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{A496A3F0-73F7-4BED-AE83-0FD3F0B0010C}"
ProjectSection(SolutionItems) = preProject
prebuild.xml = prebuild.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE2B56C1-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE2B56C1-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE2B56C1-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE2B56C1-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
{B8508F39-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8508F39-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8508F39-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8508F39-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
{50D01E88-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50D01E88-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50D01E88-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50D01E88-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal