-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReCap.CommonUI.sln
More file actions
41 lines (41 loc) · 2.1 KB
/
Copy pathReCap.CommonUI.sln
File metadata and controls
41 lines (41 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{166BDFC9-DE65-426E-91B5-E0248765057D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build\app.manifest = build\app.manifest
build\avalonia.props = build\avalonia.props
build\builder.props = build\builder.props
build\editorconfig.props = build\editorconfig.props
build\publish.props = build\publish.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReCap.CommonUI", "src\ReCap.CommonUI\ReCap.CommonUI.csproj", "{76E43A29-981C-4CA9-B295-176CC5E6944C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReCap.CommonUI.Demo", "samples\ReCap.CommonUI.Demo\ReCap.CommonUI.Demo.csproj", "{BCDB611E-A72B-4F41-8BF9-8BC68CE3B193}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76E43A29-981C-4CA9-B295-176CC5E6944C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76E43A29-981C-4CA9-B295-176CC5E6944C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76E43A29-981C-4CA9-B295-176CC5E6944C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76E43A29-981C-4CA9-B295-176CC5E6944C}.Release|Any CPU.Build.0 = Release|Any CPU
{BCDB611E-A72B-4F41-8BF9-8BC68CE3B193}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCDB611E-A72B-4F41-8BF9-8BC68CE3B193}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCDB611E-A72B-4F41-8BF9-8BC68CE3B193}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCDB611E-A72B-4F41-8BF9-8BC68CE3B193}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {847F034D-6347-45BC-A106-3CCF9C12BF85}
EndGlobalSection
EndGlobal