-
Notifications
You must be signed in to change notification settings - Fork 0
/
UE3ShaderCachePatcher.sln
42 lines (42 loc) · 2.04 KB
/
UE3ShaderCachePatcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UE3ShaderCachePatcher", "UE3ShaderCachePatcher\UE3ShaderCachePatcher.csproj", "{58992D17-9D82-4588-8621-AB6940859628}"
ProjectSection(ProjectDependencies) = postProject
{7E45273F-434F-42FA-8269-0E760AEB41E1} = {7E45273F-434F-42FA-8269-0E760AEB41E1}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F46702A5-F497-44C0-82FC-F559FD1F95E7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitmodules = .gitmodules
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eliot.UELib", "Unreal-Library\src\Eliot.UELib.csproj", "{7E45273F-434F-42FA-8269-0E760AEB41E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58992D17-9D82-4588-8621-AB6940859628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58992D17-9D82-4588-8621-AB6940859628}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58992D17-9D82-4588-8621-AB6940859628}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58992D17-9D82-4588-8621-AB6940859628}.Release|Any CPU.Build.0 = Release|Any CPU
{7E45273F-434F-42FA-8269-0E760AEB41E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E45273F-434F-42FA-8269-0E760AEB41E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E45273F-434F-42FA-8269-0E760AEB41E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E45273F-434F-42FA-8269-0E760AEB41E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A47ADB6-003F-4EBB-951E-C774354C9026}
EndGlobalSection
EndGlobal