-
Notifications
You must be signed in to change notification settings - Fork 3
/
Nino.sln
37 lines (37 loc) · 2 KB
/
Nino.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nino", "Nino\Nino.csproj", "{4DB22AC2-BFD5-4402-A25F-310C7E8774EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Localizer", "Localizer\Localizer.csproj", "{C8B81B34-646B-4A12-8F4A-3DC3D3AA758C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nino.Records", "Nino.Records\Nino.Records.csproj", "{0BB0F126-75BF-462E-8500-94686B14D684}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DB22AC2-BFD5-4402-A25F-310C7E8774EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DB22AC2-BFD5-4402-A25F-310C7E8774EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DB22AC2-BFD5-4402-A25F-310C7E8774EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DB22AC2-BFD5-4402-A25F-310C7E8774EC}.Release|Any CPU.Build.0 = Release|Any CPU
{C8B81B34-646B-4A12-8F4A-3DC3D3AA758C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8B81B34-646B-4A12-8F4A-3DC3D3AA758C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8B81B34-646B-4A12-8F4A-3DC3D3AA758C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8B81B34-646B-4A12-8F4A-3DC3D3AA758C}.Release|Any CPU.Build.0 = Release|Any CPU
{0BB0F126-75BF-462E-8500-94686B14D684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BB0F126-75BF-462E-8500-94686B14D684}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BB0F126-75BF-462E-8500-94686B14D684}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BB0F126-75BF-462E-8500-94686B14D684}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74E59FF3-8D41-4B56-BD44-4BE41748D4DA}
EndGlobalSection
EndGlobal