forked from qian-o/SilkRenderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSilkDemo.sln
33 lines (33 loc) · 1.64 KB
/
SilkDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SilkDemo.WPF", "SilkDemo.WPF\SilkDemo.WPF.csproj", "{6DC90250-7CF6-403A-9895-52FE38BBFE49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SilkDemo.WinUI", "SilkDemo.WinUI\SilkDemo.WinUI.csproj", "{F01318DD-01C2-43E0-ACD7-A8954290C01C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DC90250-7CF6-403A-9895-52FE38BBFE49}.Debug|x64.ActiveCfg = Debug|x64
{6DC90250-7CF6-403A-9895-52FE38BBFE49}.Debug|x64.Build.0 = Debug|x64
{6DC90250-7CF6-403A-9895-52FE38BBFE49}.Release|x64.ActiveCfg = Release|x64
{6DC90250-7CF6-403A-9895-52FE38BBFE49}.Release|x64.Build.0 = Release|x64
{F01318DD-01C2-43E0-ACD7-A8954290C01C}.Debug|x64.ActiveCfg = Debug|x64
{F01318DD-01C2-43E0-ACD7-A8954290C01C}.Debug|x64.Build.0 = Debug|x64
{F01318DD-01C2-43E0-ACD7-A8954290C01C}.Debug|x64.Deploy.0 = Debug|x64
{F01318DD-01C2-43E0-ACD7-A8954290C01C}.Release|x64.ActiveCfg = Release|x64
{F01318DD-01C2-43E0-ACD7-A8954290C01C}.Release|x64.Build.0 = Release|x64
{F01318DD-01C2-43E0-ACD7-A8954290C01C}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24669798-86C9-4120-83F9-6E90A41326BF}
EndGlobalSection
EndGlobal