forked from Noggog/Loqui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Loqui.sln
44 lines (44 loc) · 2.44 KB
/
Loqui.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loqui", "Loqui\Loqui.csproj", "{6BDB8C9C-0FDB-431E-9EB2-A09C9C4A3E26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loqui.Generation", "Loqui.Generation\Loqui.Generation.csproj", "{04173BF8-9F1D-4BCC-BAAC-5991DB14C532}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loqui.Tests", "Loqui.Tests\Loqui.Tests.csproj", "{332070C5-35EB-4717-856F-884E89FA875B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6FD45A51-8315-4EF6-AAEC-BED90EA565BF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6BDB8C9C-0FDB-431E-9EB2-A09C9C4A3E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BDB8C9C-0FDB-431E-9EB2-A09C9C4A3E26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BDB8C9C-0FDB-431E-9EB2-A09C9C4A3E26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BDB8C9C-0FDB-431E-9EB2-A09C9C4A3E26}.Release|Any CPU.Build.0 = Release|Any CPU
{04173BF8-9F1D-4BCC-BAAC-5991DB14C532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04173BF8-9F1D-4BCC-BAAC-5991DB14C532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04173BF8-9F1D-4BCC-BAAC-5991DB14C532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04173BF8-9F1D-4BCC-BAAC-5991DB14C532}.Release|Any CPU.Build.0 = Release|Any CPU
{332070C5-35EB-4717-856F-884E89FA875B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{332070C5-35EB-4717-856F-884E89FA875B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{332070C5-35EB-4717-856F-884E89FA875B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{332070C5-35EB-4717-856F-884E89FA875B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAA22CE1-509E-444D-BC63-1C3D2E5CD694}
EndGlobalSection
EndGlobal