-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenTkWPFHost.sln
31 lines (31 loc) · 1.59 KB
/
OpenTkWPFHost.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTkWPFHost", "OpenTkWPFHost\OpenTkWPFHost.csproj", "{06F9FD53-C287-4275-8B98-4B891EA3ABDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTkWPFHostExamples", "OpenTkWPFHostExample\OpenTkWPFHostExamples.csproj", "{097A4564-77D3-497B-8B84-16E8222F164D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06F9FD53-C287-4275-8B98-4B891EA3ABDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06F9FD53-C287-4275-8B98-4B891EA3ABDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06F9FD53-C287-4275-8B98-4B891EA3ABDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06F9FD53-C287-4275-8B98-4B891EA3ABDD}.Release|Any CPU.Build.0 = Release|Any CPU
{097A4564-77D3-497B-8B84-16E8222F164D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{097A4564-77D3-497B-8B84-16E8222F164D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{097A4564-77D3-497B-8B84-16E8222F164D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{097A4564-77D3-497B-8B84-16E8222F164D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E273457C-C5F0-47E7-AC72-A5B2CF2EE42F}
EndGlobalSection
EndGlobal