-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogs.sln
37 lines (37 loc) · 1.78 KB
/
Dialogs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dialogs", "Dialogs\Dialogs.csproj", "{B9384746-E0B0-4440-ACB6-B4EA8F29E447}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC043FF3-8B20-4A11-875D-16376523D2BC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{5CEEEFBA-0EDB-4132-8E17-19D3E0AF3DF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9384746-E0B0-4440-ACB6-B4EA8F29E447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9384746-E0B0-4440-ACB6-B4EA8F29E447}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9384746-E0B0-4440-ACB6-B4EA8F29E447}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9384746-E0B0-4440-ACB6-B4EA8F29E447}.Release|Any CPU.Build.0 = Release|Any CPU
{5CEEEFBA-0EDB-4132-8E17-19D3E0AF3DF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CEEEFBA-0EDB-4132-8E17-19D3E0AF3DF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CEEEFBA-0EDB-4132-8E17-19D3E0AF3DF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CEEEFBA-0EDB-4132-8E17-19D3E0AF3DF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F941325-8D6B-4B7B-BFDA-15329649D0A4}
EndGlobalSection
EndGlobal