NoiseEngine/CubicNoise.sln
Thorsten Sommer fa838c1a7f Initial
2020-01-11 14:36:14 +01:00

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CubicNoise", "CubicNoise\CubicNoise.csproj", "{F7F37856-6952-4EB6-BDC7-221BDDE529CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CubicNoiseTests", "CubicNoiseTests\CubicNoiseTests.csproj", "{28AA7CEE-CC12-4CAF-AA8E-82E7B099DEF6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7F37856-6952-4EB6-BDC7-221BDDE529CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7F37856-6952-4EB6-BDC7-221BDDE529CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7F37856-6952-4EB6-BDC7-221BDDE529CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7F37856-6952-4EB6-BDC7-221BDDE529CD}.Release|Any CPU.Build.0 = Release|Any CPU
{28AA7CEE-CC12-4CAF-AA8E-82E7B099DEF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28AA7CEE-CC12-4CAF-AA8E-82E7B099DEF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28AA7CEE-CC12-4CAF-AA8E-82E7B099DEF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28AA7CEE-CC12-4CAF-AA8E-82E7B099DEF6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45F72213-6F5A-49BC-9FAB-1002E1054DFB}
EndGlobalSection
EndGlobal