forked from risk-of-thunder/BepInEx.GUI
-
Notifications
You must be signed in to change notification settings - Fork 5
/
BepInEx.SplashScreen.sln
48 lines (48 loc) · 3.23 KB
/
BepInEx.SplashScreen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BepInEx.SplashScreen.Patcher.BepInEx5", "BepInEx.SplashScreen.Patcher.BepInEx5\BepInEx.SplashScreen.Patcher.BepInEx5.csproj", "{449B9F51-BBE5-4D4A-8936-E0A3081D79CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BepInEx.SplashScreen.GUI", "BepInEx.SplashScreen.GUI\BepInEx.SplashScreen.GUI.csproj", "{9F49A44D-5A6F-462B-8F96-E95AEFD7CBBC}"
ProjectSection(ProjectDependencies) = postProject
{449B9F51-BBE5-4D4A-8936-E0A3081D79CB} = {449B9F51-BBE5-4D4A-8936-E0A3081D79CB}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BepInEx.SplashScreen.Patcher.BepInEx6", "BepInEx.SplashScreen.Patcher.BepInEx6\BepInEx.SplashScreen.Patcher.BepInEx6.csproj", "{191FDC4A-01A7-4B27-8E15-6592E782D424}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BepInEx.SplashScreen.Patcher.Common", "BepInEx.SplashScreen.Patcher.Common\BepInEx.SplashScreen.Patcher.Common.shproj", "{F296D0DA-BA52-40EE-B33F-368AB2299C31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{449B9F51-BBE5-4D4A-8936-E0A3081D79CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{449B9F51-BBE5-4D4A-8936-E0A3081D79CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{449B9F51-BBE5-4D4A-8936-E0A3081D79CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{449B9F51-BBE5-4D4A-8936-E0A3081D79CB}.Release|Any CPU.Build.0 = Release|Any CPU
{9F49A44D-5A6F-462B-8F96-E95AEFD7CBBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F49A44D-5A6F-462B-8F96-E95AEFD7CBBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F49A44D-5A6F-462B-8F96-E95AEFD7CBBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F49A44D-5A6F-462B-8F96-E95AEFD7CBBC}.Release|Any CPU.Build.0 = Release|Any CPU
{191FDC4A-01A7-4B27-8E15-6592E782D424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{191FDC4A-01A7-4B27-8E15-6592E782D424}.Debug|Any CPU.Build.0 = Debug|Any CPU
{191FDC4A-01A7-4B27-8E15-6592E782D424}.Release|Any CPU.ActiveCfg = Release|Any CPU
{191FDC4A-01A7-4B27-8E15-6592E782D424}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E16FB29-576F-416D-9FD6-AB977C6C606D}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
BepInEx.SplashScreen.Patcher.Common\BepInEx.SplashScreen.Patcher.Common.projitems*{191fdc4a-01a7-4b27-8e15-6592e782d424}*SharedItemsImports = 5
BepInEx.SplashScreen.Patcher.Common\BepInEx.SplashScreen.Patcher.Common.projitems*{449b9f51-bbe5-4d4a-8936-e0a3081d79cb}*SharedItemsImports = 4
BepInEx.SplashScreen.Patcher.Common\BepInEx.SplashScreen.Patcher.Common.projitems*{9f49a44d-5a6f-462b-8f96-e95aefd7cbbc}*SharedItemsImports = 4
BepInEx.SplashScreen.Patcher.Common\BepInEx.SplashScreen.Patcher.Common.projitems*{f296d0da-ba52-40ee-b33f-368ab2299c31}*SharedItemsImports = 13
EndGlobalSection
EndGlobal