-
Notifications
You must be signed in to change notification settings - Fork 0
/
OtpTranslator.sln
35 lines (35 loc) · 2.04 KB
/
OtpTranslator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OtpTranslator.Lib", "OtpTranslator.Lib\OtpTranslator.Lib.csproj", "{DF5DC3D5-4D85-49A5-80E1-E63374E5A3EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OtpTranslator.CLI", "OtpTranslator.CLI\OtpTranslator.CLI.csproj", "{31D58BBB-8070-406C-BCAC-0EA9BE2CFB48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OtpTranslator.Tests", "OtpTranslator.Tests\OtpTranslator.Tests.csproj", "{E059FABE-BF5E-42B5-8E4B-9475B3E13437}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1AFF0372-E1B8-43C0-BCFE-1859026977B9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF5DC3D5-4D85-49A5-80E1-E63374E5A3EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF5DC3D5-4D85-49A5-80E1-E63374E5A3EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF5DC3D5-4D85-49A5-80E1-E63374E5A3EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF5DC3D5-4D85-49A5-80E1-E63374E5A3EA}.Release|Any CPU.Build.0 = Release|Any CPU
{31D58BBB-8070-406C-BCAC-0EA9BE2CFB48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31D58BBB-8070-406C-BCAC-0EA9BE2CFB48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31D58BBB-8070-406C-BCAC-0EA9BE2CFB48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31D58BBB-8070-406C-BCAC-0EA9BE2CFB48}.Release|Any CPU.Build.0 = Release|Any CPU
{E059FABE-BF5E-42B5-8E4B-9475B3E13437}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E059FABE-BF5E-42B5-8E4B-9475B3E13437}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E059FABE-BF5E-42B5-8E4B-9475B3E13437}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E059FABE-BF5E-42B5-8E4B-9475B3E13437}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal