forked from nxrighthere/UnrealCLR
-
Notifications
You must be signed in to change notification settings - Fork 2
/
UnrealCLR.sln
59 lines (59 loc) · 3.54 KB
/
UnrealCLR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34310.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Install", "Install\Install.csproj", "{EF7F227E-576C-4489-9F0B-236247B091B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnrealEngine.Framework", "Source\Managed\Framework\UnrealEngine.Framework.csproj", "{6554B03A-67E3-4231-933E-55C0EDFB74C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnrealEngine.Runtime", "Source\Managed\Runtime\UnrealEngine.Runtime.csproj", "{D1D9699D-B37B-44FC-A4FA-E6A4AAB91414}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnrealEngine.Tests", "Source\Managed\Tests\UnrealEngine.Tests.csproj", "{6D7CA23D-A058-4DE4-BF37-B06000CCE6F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnrealEngine.Plugins", "Source\Managed\PluginLoader\UnrealEngine.Plugins.csproj", "{ACB25F06-58B5-4C15-878D-EFA60E6B1AC7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{B723485E-7E4B-4863-A57B-67D3E4A78520}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugin", "Plugin", "{24CDBA0E-CB05-4533-8ED4-BFFDFBE03DD6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF7F227E-576C-4489-9F0B-236247B091B9}.Debug|x64.ActiveCfg = Debug|x64
{EF7F227E-576C-4489-9F0B-236247B091B9}.Debug|x64.Build.0 = Debug|x64
{EF7F227E-576C-4489-9F0B-236247B091B9}.Release|x64.ActiveCfg = Release|x64
{EF7F227E-576C-4489-9F0B-236247B091B9}.Release|x64.Build.0 = Release|x64
{6554B03A-67E3-4231-933E-55C0EDFB74C2}.Debug|x64.ActiveCfg = Debug|x64
{6554B03A-67E3-4231-933E-55C0EDFB74C2}.Debug|x64.Build.0 = Debug|x64
{6554B03A-67E3-4231-933E-55C0EDFB74C2}.Release|x64.ActiveCfg = Release|x64
{6554B03A-67E3-4231-933E-55C0EDFB74C2}.Release|x64.Build.0 = Release|x64
{D1D9699D-B37B-44FC-A4FA-E6A4AAB91414}.Debug|x64.ActiveCfg = Debug|x64
{D1D9699D-B37B-44FC-A4FA-E6A4AAB91414}.Debug|x64.Build.0 = Debug|x64
{D1D9699D-B37B-44FC-A4FA-E6A4AAB91414}.Release|x64.ActiveCfg = Release|x64
{D1D9699D-B37B-44FC-A4FA-E6A4AAB91414}.Release|x64.Build.0 = Release|x64
{6D7CA23D-A058-4DE4-BF37-B06000CCE6F7}.Debug|x64.ActiveCfg = Debug|x64
{6D7CA23D-A058-4DE4-BF37-B06000CCE6F7}.Debug|x64.Build.0 = Debug|x64
{6D7CA23D-A058-4DE4-BF37-B06000CCE6F7}.Release|x64.ActiveCfg = Release|x64
{6D7CA23D-A058-4DE4-BF37-B06000CCE6F7}.Release|x64.Build.0 = Release|x64
{ACB25F06-58B5-4C15-878D-EFA60E6B1AC7}.Debug|x64.ActiveCfg = Debug|x64
{ACB25F06-58B5-4C15-878D-EFA60E6B1AC7}.Debug|x64.Build.0 = Debug|x64
{ACB25F06-58B5-4C15-878D-EFA60E6B1AC7}.Release|x64.ActiveCfg = Release|Any CPU
{ACB25F06-58B5-4C15-878D-EFA60E6B1AC7}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6554B03A-67E3-4231-933E-55C0EDFB74C2} = {B723485E-7E4B-4863-A57B-67D3E4A78520}
{D1D9699D-B37B-44FC-A4FA-E6A4AAB91414} = {24CDBA0E-CB05-4533-8ED4-BFFDFBE03DD6}
{6D7CA23D-A058-4DE4-BF37-B06000CCE6F7} = {B723485E-7E4B-4863-A57B-67D3E4A78520}
{ACB25F06-58B5-4C15-878D-EFA60E6B1AC7} = {24CDBA0E-CB05-4533-8ED4-BFFDFBE03DD6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99AB9807-9121-4E63-9749-F1C752E271E9}
EndGlobalSection
EndGlobal