-
Notifications
You must be signed in to change notification settings - Fork 0
/
GoogleSheetI18n.sln
49 lines (49 loc) · 3.18 KB
/
GoogleSheetI18n.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleSheetI18n.UnitTests", "GoogleSheetI18n.UnitTests\GoogleSheetI18n.UnitTests.csproj", "{8BB1C307-A0C1-4594-B937-92038817B418}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleSheetI18n.Common", "GoogleSheetI18n.Common\GoogleSheetI18n.Common.csproj", "{995580FE-F787-4AC2-8977-4118D3510089}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleSheetI18n.Api", "GoogleSheetI18n.Api\GoogleSheetI18n.Api.csproj", "{FECEC8A9-5358-4265-8224-1C019F2235BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleSheetI18n.Infrastructure", "GoogleSheetI18n.Infrastructure\GoogleSheetI18n.Infrastructure.csproj", "{5F1BF371-C1E8-4116-B00C-C06906AC1A79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleSheetI18n.IntegrationTests", "GoogleSheetI18n.IntegrationTests\GoogleSheetI18n.IntegrationTests.csproj", "{0D9E4006-A80B-4320-B1F3-7479218780E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BB1C307-A0C1-4594-B937-92038817B418}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BB1C307-A0C1-4594-B937-92038817B418}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BB1C307-A0C1-4594-B937-92038817B418}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BB1C307-A0C1-4594-B937-92038817B418}.Release|Any CPU.Build.0 = Release|Any CPU
{995580FE-F787-4AC2-8977-4118D3510089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{995580FE-F787-4AC2-8977-4118D3510089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{995580FE-F787-4AC2-8977-4118D3510089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{995580FE-F787-4AC2-8977-4118D3510089}.Release|Any CPU.Build.0 = Release|Any CPU
{FECEC8A9-5358-4265-8224-1C019F2235BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FECEC8A9-5358-4265-8224-1C019F2235BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FECEC8A9-5358-4265-8224-1C019F2235BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FECEC8A9-5358-4265-8224-1C019F2235BC}.Release|Any CPU.Build.0 = Release|Any CPU
{5F1BF371-C1E8-4116-B00C-C06906AC1A79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F1BF371-C1E8-4116-B00C-C06906AC1A79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F1BF371-C1E8-4116-B00C-C06906AC1A79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F1BF371-C1E8-4116-B00C-C06906AC1A79}.Release|Any CPU.Build.0 = Release|Any CPU
{0D9E4006-A80B-4320-B1F3-7479218780E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D9E4006-A80B-4320-B1F3-7479218780E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D9E4006-A80B-4320-B1F3-7479218780E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D9E4006-A80B-4320-B1F3-7479218780E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FE20D68-7C88-42BB-8F8C-E9229E0BDD78}
EndGlobalSection
EndGlobal