-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPbrMaterials.sln
44 lines (43 loc) · 2.14 KB
/
PbrMaterials.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.0.0
MinimumVisualStudioVersion = 16.0.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PbrMaterials.Windows", "PbrMaterials.Windows\PbrMaterials.Windows.csproj", "{85711D3A-66EE-4AE6-A525-5FF4BCCC120C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PbrMaterials", "PbrMaterials\PbrMaterials.csproj", "{E9BF1122-A2AA-472F-B8E5-75A8B3C60ABC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CCCB012-D0E7-4908-8740-DDD57C193AEE}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{C68E030A-35D8-4D8F-8922-ECA73C99E7FA}"
ProjectSection(SolutionItems) = preProject
img\img.png = img\img.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85711D3A-66EE-4AE6-A525-5FF4BCCC120C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85711D3A-66EE-4AE6-A525-5FF4BCCC120C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85711D3A-66EE-4AE6-A525-5FF4BCCC120C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85711D3A-66EE-4AE6-A525-5FF4BCCC120C}.Release|Any CPU.Build.0 = Release|Any CPU
{E9BF1122-A2AA-472F-B8E5-75A8B3C60ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9BF1122-A2AA-472F-B8E5-75A8B3C60ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9BF1122-A2AA-472F-B8E5-75A8B3C60ABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9BF1122-A2AA-472F-B8E5-75A8B3C60ABC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C68E030A-35D8-4D8F-8922-ECA73C99E7FA} = {0CCCB012-D0E7-4908-8740-DDD57C193AEE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E5AEA81-6A60-4AE7-A7EB-E4286A410010}
EndGlobalSection
EndGlobal