Add project files.

This commit is contained in:
maxwes08
2025-08-26 16:00:58 +02:00
parent 3c864f793b
commit 1d062528aa
8 changed files with 270 additions and 0 deletions

25
Voxel.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36414.22 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Voxel", "Voxel.csproj", "{E47B0EBF-E55C-4AD9-A928-0CFEA626FF71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E47B0EBF-E55C-4AD9-A928-0CFEA626FF71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E47B0EBF-E55C-4AD9-A928-0CFEA626FF71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E47B0EBF-E55C-4AD9-A928-0CFEA626FF71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E47B0EBF-E55C-4AD9-A928-0CFEA626FF71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD41EC00-CB7C-4622-816F-9F2E4FD10EC0}
EndGlobalSection
EndGlobal