-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExtendedIsoCountries.sln
More file actions
38 lines (38 loc) · 1.89 KB
/
Copy pathExtendedIsoCountries.sln
File metadata and controls
38 lines (38 loc) · 1.89 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8093F0B1-F4CB-42B6-A5A5-ABFB82869245}"
ProjectSection(SolutionItems) = preProject
countries-unformatted.xlsx = countries-unformatted.xlsx
nuget.exe = nuget.exe
package.cmd = package.cmd
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CountryTests", "CountryTests\CountryTests.csproj", "{02970E51-EA3F-4E48-88E9-BB300AD0EE9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IsoCountriesStandard", "IsoCountriesStandard\IsoCountriesStandard.csproj", "{86E58A65-3AA5-4C29-8C84-115FB866BE63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02970E51-EA3F-4E48-88E9-BB300AD0EE9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02970E51-EA3F-4E48-88E9-BB300AD0EE9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02970E51-EA3F-4E48-88E9-BB300AD0EE9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02970E51-EA3F-4E48-88E9-BB300AD0EE9C}.Release|Any CPU.Build.0 = Release|Any CPU
{86E58A65-3AA5-4C29-8C84-115FB866BE63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86E58A65-3AA5-4C29-8C84-115FB866BE63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86E58A65-3AA5-4C29-8C84-115FB866BE63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86E58A65-3AA5-4C29-8C84-115FB866BE63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9A4FDC8-F7B9-4F33-8BC4-C341A5E88AF2}
EndGlobalSection
EndGlobal