-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathISO.3166.CZ.sln
45 lines (45 loc) · 2.43 KB
/
ISO.3166.CZ.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 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ISO.3166.CZ.Generator", "src\ISO.3166.CZ.Generator\ISO.3166.CZ.Generator.csproj", "{C23D8329-588E-479F-8ADB-FB39032FADB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ISO.3166.CZ", "src\ISO.3166.CZ\ISO.3166.CZ.csproj", "{2BF95DA6-BC26-4586-BE29-9D06B6A2B609}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3056D21-FB33-4A0A-8DC9-B703C4A85314}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
data\territories.json = data\territories.json
data\wiki.countries.csv = data\wiki.countries.csv
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ISO.3166.CZ.Tests", "src\ISO.3166.CZ.Tests\ISO.3166.CZ.Tests.csproj", "{A5E4D7C8-8A3B-4CF5-B214-152A006B31C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C23D8329-588E-479F-8ADB-FB39032FADB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C23D8329-588E-479F-8ADB-FB39032FADB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C23D8329-588E-479F-8ADB-FB39032FADB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C23D8329-588E-479F-8ADB-FB39032FADB6}.Release|Any CPU.Build.0 = Release|Any CPU
{2BF95DA6-BC26-4586-BE29-9D06B6A2B609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BF95DA6-BC26-4586-BE29-9D06B6A2B609}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BF95DA6-BC26-4586-BE29-9D06B6A2B609}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BF95DA6-BC26-4586-BE29-9D06B6A2B609}.Release|Any CPU.Build.0 = Release|Any CPU
{A5E4D7C8-8A3B-4CF5-B214-152A006B31C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5E4D7C8-8A3B-4CF5-B214-152A006B31C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5E4D7C8-8A3B-4CF5-B214-152A006B31C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5E4D7C8-8A3B-4CF5-B214-152A006B31C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87B3A5E3-F698-49F7-A4D2-2DA07F376922}
EndGlobalSection
EndGlobal