forked from tebjan/Stride.CustomRootRenderFeature
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CustomRootRenderFeature.sln
93 lines (92 loc) · 6.46 KB
/
CustomRootRenderFeature.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CustomRootRenderFeature", "CustomRootRenderFeature", "{D2861919-FFD5-4301-BC25-4EF8D65D86F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomRootRenderFeature.Windows", "CustomRootRenderFeature\CustomRootRenderFeature.Windows\CustomRootRenderFeature.Windows.csproj", "{B5D7B8FF-F3E7-461C-838F-4BF53208964D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomRootRenderFeature.Game", "CustomRootRenderFeature\CustomRootRenderFeature.Game\CustomRootRenderFeature.Game.csproj", "{946EDCDB-3108-4BFD-8215-A6D719328FA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Any CPU = AppStore|Any CPU
AppStore|Mixed Platforms = AppStore|Mixed Platforms
AppStore|Windows = AppStore|Windows
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Windows = Debug|Windows
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Windows = Release|Windows
Testing|Any CPU = Testing|Any CPU
Testing|Mixed Platforms = Testing|Mixed Platforms
Testing|Windows = Testing|Windows
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.AppStore|Any CPU.Build.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.AppStore|Windows.ActiveCfg = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.AppStore|Windows.Build.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Debug|Windows.ActiveCfg = Debug|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Debug|Windows.Build.0 = Debug|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Debug|Windows.Deploy.0 = Debug|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Release|Any CPU.Build.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Release|Windows.ActiveCfg = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Release|Windows.Build.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Release|Windows.Deploy.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Testing|Any CPU.Build.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Testing|Windows.ActiveCfg = Release|Any CPU
{B5D7B8FF-F3E7-461C-838F-4BF53208964D}.Testing|Windows.Build.0 = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.AppStore|Any CPU.Build.0 = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.AppStore|Windows.ActiveCfg = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.AppStore|Windows.Build.0 = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Debug|Windows.ActiveCfg = Debug|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Debug|Windows.Build.0 = Debug|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Release|Any CPU.Build.0 = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Release|Windows.ActiveCfg = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Release|Windows.Build.0 = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Testing|Any CPU.Build.0 = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Testing|Windows.ActiveCfg = Release|Any CPU
{946EDCDB-3108-4BFD-8215-A6D719328FA5}.Testing|Windows.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B5D7B8FF-F3E7-461C-838F-4BF53208964D} = {D2861919-FFD5-4301-BC25-4EF8D65D86F4}
{946EDCDB-3108-4BFD-8215-A6D719328FA5} = {D2861919-FFD5-4301-BC25-4EF8D65D86F4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23C89C2C-C10C-411E-B94C-9DAD81C5805A}
EndGlobalSection
EndGlobal