forked from amwx/FluentAvalonia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFluentAvalonia.sln
More file actions
58 lines (58 loc) · 3.4 KB
/
FluentAvalonia.sln
File metadata and controls
58 lines (58 loc) · 3.4 KB
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
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAvalonia", "FluentAvalonia\FluentAvalonia.csproj", "{E527B96A-67A6-41C1-92A8-E56E341BB947}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAvaloniaSamples", "FluentAvaloniaSamples\FluentAvaloniaSamples.csproj", "{EDF76EAC-2EA9-49D5-9C33-372BC76305F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7086DAEA-90CD-46D3-9E68-D75DD19417F0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAvaloniaTests", "FluentAvaloniaTests\FluentAvaloniaTests.csproj", "{8AE77DED-A81D-43DC-B4A2-AE03ED1C20F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FASandbox", "FASandbox\FASandbox.csproj", "{3CD8ED83-02E7-4949-9C48-531E142A2695}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAvalonia.UI.Windowing", "FluentAvalonia.UI.Windowing\FluentAvalonia.UI.Windowing.csproj", "{4DEE35BC-DD05-4939-BC52-790F2D80C8F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E527B96A-67A6-41C1-92A8-E56E341BB947}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E527B96A-67A6-41C1-92A8-E56E341BB947}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E527B96A-67A6-41C1-92A8-E56E341BB947}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E527B96A-67A6-41C1-92A8-E56E341BB947}.Release|Any CPU.Build.0 = Release|Any CPU
{EDF76EAC-2EA9-49D5-9C33-372BC76305F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDF76EAC-2EA9-49D5-9C33-372BC76305F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDF76EAC-2EA9-49D5-9C33-372BC76305F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDF76EAC-2EA9-49D5-9C33-372BC76305F2}.Release|Any CPU.Build.0 = Release|Any CPU
{8AE77DED-A81D-43DC-B4A2-AE03ED1C20F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AE77DED-A81D-43DC-B4A2-AE03ED1C20F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AE77DED-A81D-43DC-B4A2-AE03ED1C20F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AE77DED-A81D-43DC-B4A2-AE03ED1C20F9}.Release|Any CPU.Build.0 = Release|Any CPU
{3CD8ED83-02E7-4949-9C48-531E142A2695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CD8ED83-02E7-4949-9C48-531E142A2695}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CD8ED83-02E7-4949-9C48-531E142A2695}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CD8ED83-02E7-4949-9C48-531E142A2695}.Release|Any CPU.Build.0 = Release|Any CPU
{4DEE35BC-DD05-4939-BC52-790F2D80C8F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DEE35BC-DD05-4939-BC52-790F2D80C8F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DEE35BC-DD05-4939-BC52-790F2D80C8F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DEE35BC-DD05-4939-BC52-790F2D80C8F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E358197-10B9-4579-8309-5D9BCB8E7F3E}
EndGlobalSection
EndGlobal