-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnoDialogIssues.sln
More file actions
57 lines (57 loc) · 3.07 KB
/
UnoDialogIssues.sln
File metadata and controls
57 lines (57 loc) · 3.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36310.24
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnoDialogIssues", "UnoDialogIssues\UnoDialogIssues.csproj", "{9B8C594D-1E28-462B-ABA5-CFD3F8081E93}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
README.md = README.md
VSSL.ruleset = VSSL.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{EC7BBDC7-BCE2-4511-A999-167C72EA4F72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrameworkInterfaces", "FrameworkInterfaces\FrameworkInterfaces.csproj", "{8F5B396A-E9BE-ECAF-7892-C42DEC3CA6E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Framework.Helpers", "Framework.Helpers\Framework.Helpers.csproj", "{2F9B6E68-0723-C134-CCD2-D9E30146C061}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B8C594D-1E28-462B-ABA5-CFD3F8081E93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B8C594D-1E28-462B-ABA5-CFD3F8081E93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B8C594D-1E28-462B-ABA5-CFD3F8081E93}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9B8C594D-1E28-462B-ABA5-CFD3F8081E93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B8C594D-1E28-462B-ABA5-CFD3F8081E93}.Release|Any CPU.Build.0 = Release|Any CPU
{9B8C594D-1E28-462B-ABA5-CFD3F8081E93}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8F5B396A-E9BE-ECAF-7892-C42DEC3CA6E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F5B396A-E9BE-ECAF-7892-C42DEC3CA6E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F5B396A-E9BE-ECAF-7892-C42DEC3CA6E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F5B396A-E9BE-ECAF-7892-C42DEC3CA6E6}.Release|Any CPU.Build.0 = Release|Any CPU
{2F9B6E68-0723-C134-CCD2-D9E30146C061}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F9B6E68-0723-C134-CCD2-D9E30146C061}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F9B6E68-0723-C134-CCD2-D9E30146C061}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F9B6E68-0723-C134-CCD2-D9E30146C061}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F5B396A-E9BE-ECAF-7892-C42DEC3CA6E6} = {EC7BBDC7-BCE2-4511-A999-167C72EA4F72}
{2F9B6E68-0723-C134-CCD2-D9E30146C061} = {EC7BBDC7-BCE2-4511-A999-167C72EA4F72}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {314BB23F-C687-451B-BCC0-189F074EF9A7}
EndGlobalSection
EndGlobal