-
Notifications
You must be signed in to change notification settings - Fork 0
/
Crowdsource-it.org.sln
36 lines (36 loc) · 1.82 KB
/
Crowdsource-it.org.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iso3166_1.Web", "src\Iso3166_1.Web\Iso3166_1.Web.csproj", "{208BBF2A-A726-4412-B85F-C4798FE326F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sql", "sql", "{90BE7A66-C741-4F26-B621-B926968E336B}"
ProjectSection(SolutionItems) = preProject
sql\Iso3166_1.sql = sql\Iso3166_1.sql
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FA7A1EA-52DB-40BC-96C5-8EE10C1A1E94}"
ProjectSection(SolutionItems) = preProject
iso3166_1.xlsx = iso3166_1.xlsx
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iso3166_1.Tests", "src\Iso3166_1.Tests\Iso3166_1.Tests.csproj", "{C9601B58-95C3-48B7-A021-16CB4C5E09CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{208BBF2A-A726-4412-B85F-C4798FE326F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{208BBF2A-A726-4412-B85F-C4798FE326F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{208BBF2A-A726-4412-B85F-C4798FE326F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{208BBF2A-A726-4412-B85F-C4798FE326F7}.Release|Any CPU.Build.0 = Release|Any CPU
{C9601B58-95C3-48B7-A021-16CB4C5E09CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9601B58-95C3-48B7-A021-16CB4C5E09CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9601B58-95C3-48B7-A021-16CB4C5E09CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9601B58-95C3-48B7-A021-16CB4C5E09CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal