-
Notifications
You must be signed in to change notification settings - Fork 31
/
gigi.sln
72 lines (72 loc) · 4.47 KB
/
gigi.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GigiEdit", "GigiEdit\GigiEdit.vcxproj", "{1429871E-D51B-493F-8B78-1C230B0D9D00}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GigiViewerDX12", "GigiViewerDX12\GigiViewerDX12.vcxproj", "{97C3AB97-49A6-4FB8-BBAD-D7F06CDD6A1D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GigiCompiler", "GigiCompiler.vcxproj", "{1F5B2508-B07B-45DF-9F72-25282DEBB153}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GigiCompilerLib", "GigiCompilerLib\GigiCompilerLib.vcxproj", "{6A151F4E-EFD3-4A58-A6F5-E07ED189A6F5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTex", "external\DirectXTex\DirectXTex_Desktop_2022_Win10.vcxproj", "{371B9FA9-4C90-4AC6-A123-ACED756D6C77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Profile|x64 = Profile|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F5B2508-B07B-45DF-9F72-25282DEBB153}.Debug|x64.ActiveCfg = Debug|x64
{1F5B2508-B07B-45DF-9F72-25282DEBB153}.Debug|x64.Build.0 = Debug|x64
{1F5B2508-B07B-45DF-9F72-25282DEBB153}.Profile|x64.ActiveCfg = Release|x64
{1F5B2508-B07B-45DF-9F72-25282DEBB153}.Profile|x64.Build.0 = Release|x64
{1F5B2508-B07B-45DF-9F72-25282DEBB153}.Release|x64.ActiveCfg = Release|x64
{1F5B2508-B07B-45DF-9F72-25282DEBB153}.Release|x64.Build.0 = Release|x64
{1429871E-D51B-493F-8B78-1C230B0D9D00}.Debug|x64.ActiveCfg = Debug|x64
{1429871E-D51B-493F-8B78-1C230B0D9D00}.Debug|x64.Build.0 = Debug|x64
{1429871E-D51B-493F-8B78-1C230B0D9D00}.Profile|x64.ActiveCfg = Release|x64
{1429871E-D51B-493F-8B78-1C230B0D9D00}.Profile|x64.Build.0 = Release|x64
{1429871E-D51B-493F-8B78-1C230B0D9D00}.Release|x64.ActiveCfg = Release|x64
{1429871E-D51B-493F-8B78-1C230B0D9D00}.Release|x64.Build.0 = Release|x64
{6A151F4E-EFD3-4A58-A6F5-E07ED189A6F5}.Debug|x64.ActiveCfg = Debug|x64
{6A151F4E-EFD3-4A58-A6F5-E07ED189A6F5}.Debug|x64.Build.0 = Debug|x64
{6A151F4E-EFD3-4A58-A6F5-E07ED189A6F5}.Profile|x64.ActiveCfg = Release|x64
{6A151F4E-EFD3-4A58-A6F5-E07ED189A6F5}.Profile|x64.Build.0 = Release|x64
{6A151F4E-EFD3-4A58-A6F5-E07ED189A6F5}.Release|x64.ActiveCfg = Release|x64
{6A151F4E-EFD3-4A58-A6F5-E07ED189A6F5}.Release|x64.Build.0 = Release|x64
{97C3AB97-49A6-4FB8-BBAD-D7F06CDD6A1D}.Debug|x64.ActiveCfg = Debug|x64
{97C3AB97-49A6-4FB8-BBAD-D7F06CDD6A1D}.Debug|x64.Build.0 = Debug|x64
{97C3AB97-49A6-4FB8-BBAD-D7F06CDD6A1D}.Profile|x64.ActiveCfg = Release|x64
{97C3AB97-49A6-4FB8-BBAD-D7F06CDD6A1D}.Profile|x64.Build.0 = Release|x64
{97C3AB97-49A6-4FB8-BBAD-D7F06CDD6A1D}.Release|x64.ActiveCfg = Release|x64
{97C3AB97-49A6-4FB8-BBAD-D7F06CDD6A1D}.Release|x64.Build.0 = Release|x64
{2ADCC8CA-795D-4555-8858-71FF7667C39F}.Debug|x64.ActiveCfg = Debug|x64
{2ADCC8CA-795D-4555-8858-71FF7667C39F}.Debug|x64.Build.0 = Debug|x64
{2ADCC8CA-795D-4555-8858-71FF7667C39F}.Profile|x64.ActiveCfg = Release|x64
{2ADCC8CA-795D-4555-8858-71FF7667C39F}.Profile|x64.Build.0 = Release|x64
{2ADCC8CA-795D-4555-8858-71FF7667C39F}.Release|x64.ActiveCfg = Release|x64
{2ADCC8CA-795D-4555-8858-71FF7667C39F}.Release|x64.Build.0 = Release|x64
{905C1F30-A0FB-4FBF-994F-39F2B69D4580}.Debug|x64.ActiveCfg = Debug|x64
{905C1F30-A0FB-4FBF-994F-39F2B69D4580}.Debug|x64.Build.0 = Debug|x64
{905C1F30-A0FB-4FBF-994F-39F2B69D4580}.Profile|x64.ActiveCfg = Release|x64
{905C1F30-A0FB-4FBF-994F-39F2B69D4580}.Profile|x64.Build.0 = Release|x64
{905C1F30-A0FB-4FBF-994F-39F2B69D4580}.Release|x64.ActiveCfg = Release|x64
{905C1F30-A0FB-4FBF-994F-39F2B69D4580}.Release|x64.Build.0 = Release|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x64.ActiveCfg = Debug|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x64.Build.0 = Debug|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x64.ActiveCfg = Profile|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x64.Build.0 = Profile|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x64.ActiveCfg = Release|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0DA3C17-BD9D-405D-B3C9-47027999A807}
EndGlobalSection
EndGlobal