-
Notifications
You must be signed in to change notification settings - Fork 0
/
Solution.sln
34 lines (34 loc) · 2 KB
/
Solution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Baksteen.Graphics.Impeller", "Baksteen.Graphics.Impeller\Baksteen.Graphics.Impeller.csproj", "{20F3D761-4FED-4525-89DB-30DF46A5A212}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImpellerDemoDotGLFW", "ImpellerDemoDotGLFW\ImpellerDemoDotGLFW.csproj", "{42CB5377-49D8-4FF4-AC53-D4DD931009FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImpellerDemoAvalonia", "ImpellerDemoAvalonia\ImpellerDemoAvalonia.csproj", "{E0177919-C895-4F1D-9C9C-01A118F2BC20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20F3D761-4FED-4525-89DB-30DF46A5A212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20F3D761-4FED-4525-89DB-30DF46A5A212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20F3D761-4FED-4525-89DB-30DF46A5A212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20F3D761-4FED-4525-89DB-30DF46A5A212}.Release|Any CPU.Build.0 = Release|Any CPU
{42CB5377-49D8-4FF4-AC53-D4DD931009FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42CB5377-49D8-4FF4-AC53-D4DD931009FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42CB5377-49D8-4FF4-AC53-D4DD931009FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42CB5377-49D8-4FF4-AC53-D4DD931009FD}.Release|Any CPU.Build.0 = Release|Any CPU
{E0177919-C895-4F1D-9C9C-01A118F2BC20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0177919-C895-4F1D-9C9C-01A118F2BC20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0177919-C895-4F1D-9C9C-01A118F2BC20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0177919-C895-4F1D-9C9C-01A118F2BC20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal