-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJsonLocalizerMinimalistDemo.sln
More file actions
39 lines (39 loc) · 2.12 KB
/
JsonLocalizerMinimalistDemo.sln
File metadata and controls
39 lines (39 loc) · 2.12 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 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FA2A057E-2A05-4C7A-BFA3-972577BC4FB6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9CB76468-1CCB-4B53-A36A-095319B1E119}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonLocalizerMinimalistDemo", "src\JsonLocalizerMinimalistDemo\JsonLocalizerMinimalistDemo.csproj", "{78D0213C-A05D-456A-9026-4474D7D917F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonLocalizerMinimalistDemoTests", "test\JsonLocalizerMinimalistDemoTests\JsonLocalizerMinimalistDemoTests.csproj", "{0EBAF01D-C52A-44DC-AA3D-9AF093318938}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78D0213C-A05D-456A-9026-4474D7D917F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78D0213C-A05D-456A-9026-4474D7D917F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78D0213C-A05D-456A-9026-4474D7D917F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78D0213C-A05D-456A-9026-4474D7D917F8}.Release|Any CPU.Build.0 = Release|Any CPU
{0EBAF01D-C52A-44DC-AA3D-9AF093318938}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EBAF01D-C52A-44DC-AA3D-9AF093318938}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EBAF01D-C52A-44DC-AA3D-9AF093318938}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EBAF01D-C52A-44DC-AA3D-9AF093318938}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{78D0213C-A05D-456A-9026-4474D7D917F8} = {FA2A057E-2A05-4C7A-BFA3-972577BC4FB6}
{0EBAF01D-C52A-44DC-AA3D-9AF093318938} = {9CB76468-1CCB-4B53-A36A-095319B1E119}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7276B714-E0AD-4299-A539-C7F06876CD7B}
EndGlobalSection
EndGlobal