-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCountryFlagsPreview.sln
45 lines (45 loc) · 2.71 KB
/
CountryFlagsPreview.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CountryFlagsPreview", "CountryFlagsPreview\CountryFlagsPreview.csproj", "{89E4B2E8-9541-47E0-935E-6EACFE37F45A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CountryFlags", "CountryFlags\CountryFlags.csproj", "{3ABA9B07-46B7-4FFB-806D-8B41EBBA79EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CountryFlagsTest", "CountryFlagsTest\CountryFlagsTest.csproj", "{16A335E8-2100-4A48-BB83-942EAA4B61BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CBC13A58-AE0F-42B4-B33A-64650219FFC3}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
..\..\..\Desktop\mYbLOG\wpf-xaml-world-country-flag-icons-square-rounded-rectangle-pin-fancy-pin.png = ..\..\..\Desktop\mYbLOG\wpf-xaml-world-country-flag-icons-square-rounded-rectangle-pin-fancy-pin.png
..\..\..\Desktop\mYbLOG\wpf-xaml-world-country-flags-sizes.png = ..\..\..\Desktop\mYbLOG\wpf-xaml-world-country-flags-sizes.png
..\..\..\Desktop\mYbLOG\wpf_country_icons.PNG = ..\..\..\Desktop\mYbLOG\wpf_country_icons.PNG
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89E4B2E8-9541-47E0-935E-6EACFE37F45A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89E4B2E8-9541-47E0-935E-6EACFE37F45A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89E4B2E8-9541-47E0-935E-6EACFE37F45A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89E4B2E8-9541-47E0-935E-6EACFE37F45A}.Release|Any CPU.Build.0 = Release|Any CPU
{3ABA9B07-46B7-4FFB-806D-8B41EBBA79EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ABA9B07-46B7-4FFB-806D-8B41EBBA79EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ABA9B07-46B7-4FFB-806D-8B41EBBA79EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ABA9B07-46B7-4FFB-806D-8B41EBBA79EF}.Release|Any CPU.Build.0 = Release|Any CPU
{16A335E8-2100-4A48-BB83-942EAA4B61BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16A335E8-2100-4A48-BB83-942EAA4B61BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16A335E8-2100-4A48-BB83-942EAA4B61BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16A335E8-2100-4A48-BB83-942EAA4B61BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72646C8F-925B-4E00-B513-120071D86B0E}
EndGlobalSection
EndGlobal