-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCustomSelectFileDlg.sln
More file actions
36 lines (36 loc) · 1.8 KB
/
CustomSelectFileDlg.sln
File metadata and controls
36 lines (36 loc) · 1.8 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomSelectFileDlg", "CustomSelectFileDlg\CustomSelectFileDlg.csproj", "{F8CAE650-388E-4FB8-BAC1-2F221F0C48B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "TestApp\TestApp.csproj", "{1894A077-03A4-48AE-86EF-3C2DE6759E9D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E63E7B5D-5E25-49E6-9112-37FEB672FBDE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8CAE650-388E-4FB8-BAC1-2F221F0C48B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8CAE650-388E-4FB8-BAC1-2F221F0C48B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8CAE650-388E-4FB8-BAC1-2F221F0C48B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8CAE650-388E-4FB8-BAC1-2F221F0C48B3}.Release|Any CPU.Build.0 = Release|Any CPU
{1894A077-03A4-48AE-86EF-3C2DE6759E9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1894A077-03A4-48AE-86EF-3C2DE6759E9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1894A077-03A4-48AE-86EF-3C2DE6759E9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1894A077-03A4-48AE-86EF-3C2DE6759E9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19E29F70-1483-4CB8-B365-8563DC5D5D5A}
EndGlobalSection
EndGlobal