-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoublel.Localization.sln
More file actions
39 lines (39 loc) · 2.09 KB
/
Doublel.Localization.sln
File metadata and controls
39 lines (39 loc) · 2.09 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
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Doublel.Localization", "src\Doublel.Localization\Doublel.Localization.csproj", "{E5FE9DD2-2B08-4E22-B6BE-48696F2F03F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B2F7642A-B079-474F-80C2-780A1F6F5796}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C57912E8-93BF-40BC-B1C7-F416BB6218C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Doublel.Localization.Test", "test\Doublel.Localization.Test\Doublel.Localization.Test.csproj", "{C4354A36-F99A-469F-A1FE-33D733D6B499}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5FE9DD2-2B08-4E22-B6BE-48696F2F03F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5FE9DD2-2B08-4E22-B6BE-48696F2F03F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5FE9DD2-2B08-4E22-B6BE-48696F2F03F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5FE9DD2-2B08-4E22-B6BE-48696F2F03F7}.Release|Any CPU.Build.0 = Release|Any CPU
{C4354A36-F99A-469F-A1FE-33D733D6B499}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4354A36-F99A-469F-A1FE-33D733D6B499}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4354A36-F99A-469F-A1FE-33D733D6B499}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4354A36-F99A-469F-A1FE-33D733D6B499}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E5FE9DD2-2B08-4E22-B6BE-48696F2F03F7} = {B2F7642A-B079-474F-80C2-780A1F6F5796}
{C4354A36-F99A-469F-A1FE-33D733D6B499} = {C57912E8-93BF-40BC-B1C7-F416BB6218C5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8559E3EC-75EB-4BD8-9F49-1DAE6A15D52D}
EndGlobalSection
EndGlobal