-
Notifications
You must be signed in to change notification settings - Fork 0
/
GPUVerse_Maui.sln
47 lines (47 loc) · 2.83 KB
/
GPUVerse_Maui.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35017.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MoltenVKGen", "MoltenVKGen\MoltenVKGen.csproj", "{46E1A45C-CD22-4210-9CA1-7F8F662F85F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiWorkingCheck", "MauiWorkingCheck\MauiWorkingCheck.csproj", "{F9D89BBF-B6AB-43AD-9CE0-8C8F80EC42A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GPUMauiLib", "GPUMauiLib\GPUMauiLib.csproj", "{1F471546-0605-47CC-902F-3B1E57599EC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GPUMauiApp", "GPUMauiApp\GPUMauiApp.csproj", "{B9DEEB73-DC82-4791-A8D7-861A87AC6554}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46E1A45C-CD22-4210-9CA1-7F8F662F85F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46E1A45C-CD22-4210-9CA1-7F8F662F85F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46E1A45C-CD22-4210-9CA1-7F8F662F85F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46E1A45C-CD22-4210-9CA1-7F8F662F85F2}.Release|Any CPU.Build.0 = Release|Any CPU
{F9D89BBF-B6AB-43AD-9CE0-8C8F80EC42A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9D89BBF-B6AB-43AD-9CE0-8C8F80EC42A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9D89BBF-B6AB-43AD-9CE0-8C8F80EC42A1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{F9D89BBF-B6AB-43AD-9CE0-8C8F80EC42A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9D89BBF-B6AB-43AD-9CE0-8C8F80EC42A1}.Release|Any CPU.Build.0 = Release|Any CPU
{F9D89BBF-B6AB-43AD-9CE0-8C8F80EC42A1}.Release|Any CPU.Deploy.0 = Release|Any CPU
{1F471546-0605-47CC-902F-3B1E57599EC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F471546-0605-47CC-902F-3B1E57599EC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F471546-0605-47CC-902F-3B1E57599EC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F471546-0605-47CC-902F-3B1E57599EC1}.Release|Any CPU.Build.0 = Release|Any CPU
{B9DEEB73-DC82-4791-A8D7-861A87AC6554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9DEEB73-DC82-4791-A8D7-861A87AC6554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9DEEB73-DC82-4791-A8D7-861A87AC6554}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B9DEEB73-DC82-4791-A8D7-861A87AC6554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9DEEB73-DC82-4791-A8D7-861A87AC6554}.Release|Any CPU.Build.0 = Release|Any CPU
{B9DEEB73-DC82-4791-A8D7-861A87AC6554}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37F2D607-FB08-4189-86D7-8A87677C95EB}
EndGlobalSection
EndGlobal