-
Notifications
You must be signed in to change notification settings - Fork 5
/
osg-wpf.sln
54 lines (54 loc) · 2.99 KB
/
osg-wpf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OSG.Cpp", "OSG.Cpp\OSG.Cpp.vcxproj", "{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OSG.Cpp.CLI", "OSG.Cpp.CLI\OSG.Cpp.CLI.vcxproj", "{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}"
ProjectSection(ProjectDependencies) = postProject
{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25} = {D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSG.WPF", "OSG.WPF\OSG.WPF.csproj", "{B9348559-493B-4CA8-A6B3-A10B6D8CC93B}"
ProjectSection(ProjectDependencies) = postProject
{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61} = {AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}.Debug|x64.ActiveCfg = Debug|x64
{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}.Debug|x64.Build.0 = Debug|x64
{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}.Debug|x86.ActiveCfg = Debug|Win32
{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}.Debug|x86.Build.0 = Debug|Win32
{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}.Release|x64.ActiveCfg = Release|x64
{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}.Release|x64.Build.0 = Release|x64
{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}.Release|x86.ActiveCfg = Release|Win32
{D7274A67-1EA2-4D01-A63C-27D2EB3F7A25}.Release|x86.Build.0 = Release|Win32
{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}.Debug|x64.ActiveCfg = Debug|x64
{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}.Debug|x64.Build.0 = Debug|x64
{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}.Debug|x86.ActiveCfg = Debug|Win32
{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}.Debug|x86.Build.0 = Debug|Win32
{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}.Release|x64.ActiveCfg = Release|x64
{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}.Release|x64.Build.0 = Release|x64
{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}.Release|x86.ActiveCfg = Release|Win32
{AF8AF7DF-34F8-48C3-A2E3-B48DA8BBAE61}.Release|x86.Build.0 = Release|Win32
{B9348559-493B-4CA8-A6B3-A10B6D8CC93B}.Debug|x64.ActiveCfg = Debug|x64
{B9348559-493B-4CA8-A6B3-A10B6D8CC93B}.Debug|x64.Build.0 = Debug|x64
{B9348559-493B-4CA8-A6B3-A10B6D8CC93B}.Debug|x86.ActiveCfg = Debug|x86
{B9348559-493B-4CA8-A6B3-A10B6D8CC93B}.Debug|x86.Build.0 = Debug|x86
{B9348559-493B-4CA8-A6B3-A10B6D8CC93B}.Release|x64.ActiveCfg = Release|x64
{B9348559-493B-4CA8-A6B3-A10B6D8CC93B}.Release|x64.Build.0 = Release|x64
{B9348559-493B-4CA8-A6B3-A10B6D8CC93B}.Release|x86.ActiveCfg = Release|x86
{B9348559-493B-4CA8-A6B3-A10B6D8CC93B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal