-
Notifications
You must be signed in to change notification settings - Fork 5
/
AcrossLiteToText.sln
36 lines (36 loc) · 1.88 KB
/
AcrossLiteToText.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 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AcrossLiteToText", "src\AcrossLiteToText\AcrossLiteToText.csproj", "{2B824B1F-A48F-4AB6-8CDA-8246661BFF06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8CCF3645-8E83-4895-9CBF-E4850AD7E519}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AcrossLiteToText.Tests", "tests\AcrossLiteToText.Tests\AcrossLiteToText.Tests.csproj", "{96AF4B1E-0360-4C34-B0E3-78D2C33D3A88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B824B1F-A48F-4AB6-8CDA-8246661BFF06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B824B1F-A48F-4AB6-8CDA-8246661BFF06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B824B1F-A48F-4AB6-8CDA-8246661BFF06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B824B1F-A48F-4AB6-8CDA-8246661BFF06}.Release|Any CPU.Build.0 = Release|Any CPU
{96AF4B1E-0360-4C34-B0E3-78D2C33D3A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96AF4B1E-0360-4C34-B0E3-78D2C33D3A88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96AF4B1E-0360-4C34-B0E3-78D2C33D3A88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96AF4B1E-0360-4C34-B0E3-78D2C33D3A88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1E3E0F9-748B-4ABE-BFD3-7C753CD5F0D2}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{96AF4B1E-0360-4C34-B0E3-78D2C33D3A88} = {8CCF3645-8E83-4895-9CBF-E4850AD7E519}
EndGlobalSection
EndGlobal