-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOWL.Examples.sln
37 lines (37 loc) · 2.07 KB
/
OWL.Examples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32228.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples.Basic", "Examples.Basic\Examples.Basic.csproj", "{32A234C8-3779-4F0F-8DCF-8DB3840658C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples.SceneStack", "Examples.SceneStack\Examples.SceneStack.csproj", "{499BAC5A-FC63-4C61-8D34-F783AE901A91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples.Loading", "Examples.Loading\Examples.Loading.csproj", "{65974AFB-5F59-43BD-BF15-716AAEEC2E29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32A234C8-3779-4F0F-8DCF-8DB3840658C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A234C8-3779-4F0F-8DCF-8DB3840658C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32A234C8-3779-4F0F-8DCF-8DB3840658C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A234C8-3779-4F0F-8DCF-8DB3840658C4}.Release|Any CPU.Build.0 = Release|Any CPU
{499BAC5A-FC63-4C61-8D34-F783AE901A91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{499BAC5A-FC63-4C61-8D34-F783AE901A91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{499BAC5A-FC63-4C61-8D34-F783AE901A91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{499BAC5A-FC63-4C61-8D34-F783AE901A91}.Release|Any CPU.Build.0 = Release|Any CPU
{65974AFB-5F59-43BD-BF15-716AAEEC2E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65974AFB-5F59-43BD-BF15-716AAEEC2E29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65974AFB-5F59-43BD-BF15-716AAEEC2E29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65974AFB-5F59-43BD-BF15-716AAEEC2E29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3D6AF8C-FBE5-4098-B230-2DA68FF82E4C}
EndGlobalSection
EndGlobal