-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestsOnStrings.sln
More file actions
37 lines (37 loc) · 1.79 KB
/
TestsOnStrings.sln
File metadata and controls
37 lines (37 loc) · 1.79 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibStrings", "LibStrings\LibStrings.csproj", "{D00DB10B-3AA3-4838-9D76-A5F5848E71D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibTests", "LibTests\LibTests.csproj", "{6E95E993-A6B4-472B-8EB0-6B20ECB8C43A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FDDACBD-4830-44B1-97B5-079DEF8DEE6D}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D00DB10B-3AA3-4838-9D76-A5F5848E71D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D00DB10B-3AA3-4838-9D76-A5F5848E71D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D00DB10B-3AA3-4838-9D76-A5F5848E71D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D00DB10B-3AA3-4838-9D76-A5F5848E71D9}.Release|Any CPU.Build.0 = Release|Any CPU
{6E95E993-A6B4-472B-8EB0-6B20ECB8C43A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E95E993-A6B4-472B-8EB0-6B20ECB8C43A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E95E993-A6B4-472B-8EB0-6B20ECB8C43A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E95E993-A6B4-472B-8EB0-6B20ECB8C43A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CF97438-2728-4FE1-87A6-F4425648F304}
EndGlobalSection
EndGlobal