-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathSilkRenderer.sln
38 lines (38 loc) · 1.88 KB
/
SilkRenderer.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
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}") = "SilkRenderer.WPF", "SilkRenderer.WPF\SilkRenderer.WPF.csproj", "{6DC90250-7CF6-403A-9895-52FE38BBFE49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SilkRenderer.WinUI", "SilkRenderer.WinUI\SilkRenderer.WinUI.csproj", "{F01318DD-01C2-43E0-ACD7-A8954290C01C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{185C4AE2-44E8-4FDA-B313-6619147A288A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
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