-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFlagsISO.sln
63 lines (63 loc) · 4.05 KB
/
FlagsISO.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApplication", "SampleApplication\SampleApplication.csproj", "{3DCCD3BA-AB0E-4760-9592-4A209E8AE986}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CountryComboTest", "CountryComboTest\CountryComboTest.csproj", "{A301CEE7-638F-4287-9E45-F86D97F45C3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlagsISO.WinForms", "FlagsISO.WinForms\FlagsISO.WinForms.csproj", "{D36AB985-17B5-429A-A7ED-AAB633C87559}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlagsISO.EtoForms", "FlagsISO.EtoForms\FlagsISO.EtoForms.csproj", "{634E7EA0-6E70-4688-84F5-022F719EE26C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApplication.EtoForms", "SampleApplication.EtoForms\SampleApplication.EtoForms.csproj", "{B312A9CC-994B-4840-B1F8-8C8D14CC6E1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlagsISO", "FlagsISO\FlagsISO.csproj", "{73A5E020-2991-40EF-B14F-00BF355A6B13}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B351FE28-D13A-4183-B4FD-8C93B53BF740}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\dotnet-desktop.yml = .github\workflows\dotnet-desktop.yml
FlagsISO.sln.licenseheader = FlagsISO.sln.licenseheader
.github\workflows\release_tag.yml = .github\workflows\release_tag.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DCCD3BA-AB0E-4760-9592-4A209E8AE986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DCCD3BA-AB0E-4760-9592-4A209E8AE986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DCCD3BA-AB0E-4760-9592-4A209E8AE986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DCCD3BA-AB0E-4760-9592-4A209E8AE986}.Release|Any CPU.Build.0 = Release|Any CPU
{A301CEE7-638F-4287-9E45-F86D97F45C3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A301CEE7-638F-4287-9E45-F86D97F45C3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A301CEE7-638F-4287-9E45-F86D97F45C3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A301CEE7-638F-4287-9E45-F86D97F45C3B}.Release|Any CPU.Build.0 = Release|Any CPU
{D36AB985-17B5-429A-A7ED-AAB633C87559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D36AB985-17B5-429A-A7ED-AAB633C87559}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D36AB985-17B5-429A-A7ED-AAB633C87559}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D36AB985-17B5-429A-A7ED-AAB633C87559}.Release|Any CPU.Build.0 = Release|Any CPU
{634E7EA0-6E70-4688-84F5-022F719EE26C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{634E7EA0-6E70-4688-84F5-022F719EE26C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{634E7EA0-6E70-4688-84F5-022F719EE26C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{634E7EA0-6E70-4688-84F5-022F719EE26C}.Release|Any CPU.Build.0 = Release|Any CPU
{B312A9CC-994B-4840-B1F8-8C8D14CC6E1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B312A9CC-994B-4840-B1F8-8C8D14CC6E1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B312A9CC-994B-4840-B1F8-8C8D14CC6E1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B312A9CC-994B-4840-B1F8-8C8D14CC6E1D}.Release|Any CPU.Build.0 = Release|Any CPU
{73A5E020-2991-40EF-B14F-00BF355A6B13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73A5E020-2991-40EF-B14F-00BF355A6B13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73A5E020-2991-40EF-B14F-00BF355A6B13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73A5E020-2991-40EF-B14F-00BF355A6B13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05BC23AC-CD0B-4F8D-B76B-CC52D8AF11AB}
EndGlobalSection
EndGlobal