-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathUnrealEssentials.sln
43 lines (43 loc) · 2.66 KB
/
UnrealEssentials.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnrealEssentials", "UnrealEssentials\UnrealEssentials.csproj", "{9F58A5C5-1553-4058-86CE-A5CF4EE51125}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UTOC.Stream.Emulator", "UtocEmulator\UTOC.Stream.Emulator\UTOC.Stream.Emulator.csproj", "{D5C1D2F8-8D15-458C-9912-C880955B23DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UTOC.Stream.Emulator.Interfaces", "UTOC.Stream.Emulator.Interfaces\UTOC.Stream.Emulator.Interfaces.csproj", "{F1CCE8FE-F378-414D-8107-80659F6CE5C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnrealEssentials.Interfaces", "UnrealEssentials.Interfaces\UnrealEssentials.Interfaces.csproj", "{F9969D2A-D540-4678-A3BC-E061312E0F87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F58A5C5-1553-4058-86CE-A5CF4EE51125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F58A5C5-1553-4058-86CE-A5CF4EE51125}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F58A5C5-1553-4058-86CE-A5CF4EE51125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F58A5C5-1553-4058-86CE-A5CF4EE51125}.Release|Any CPU.Build.0 = Release|Any CPU
{D5C1D2F8-8D15-458C-9912-C880955B23DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5C1D2F8-8D15-458C-9912-C880955B23DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5C1D2F8-8D15-458C-9912-C880955B23DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5C1D2F8-8D15-458C-9912-C880955B23DD}.Release|Any CPU.Build.0 = Release|Any CPU
{F1CCE8FE-F378-414D-8107-80659F6CE5C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1CCE8FE-F378-414D-8107-80659F6CE5C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1CCE8FE-F378-414D-8107-80659F6CE5C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1CCE8FE-F378-414D-8107-80659F6CE5C9}.Release|Any CPU.Build.0 = Release|Any CPU
{F9969D2A-D540-4678-A3BC-E061312E0F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9969D2A-D540-4678-A3BC-E061312E0F87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9969D2A-D540-4678-A3BC-E061312E0F87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9969D2A-D540-4678-A3BC-E061312E0F87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF5DA7FF-9E0A-41B4-96F6-0CFBF0B87CF5}
EndGlobalSection
EndGlobal