-
Notifications
You must be signed in to change notification settings - Fork 0
/
TranslationToolKit.sln
49 lines (49 loc) · 3.29 KB
/
TranslationToolKit.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
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationToolKit", "TranslationToolKit\TranslationToolKit.csproj", "{F448219A-8E41-48A1-BBA5-BB651743FC0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationToolKit.FileProcessing.Tests", "TranslationToolKit.FileProcessing.Tests\TranslationToolKit.FileProcessing.Tests.csproj", "{61B82C56-3B03-4490-A8B8-38C335F2BC87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationToolKit.Business", "TranslationToolKit.Business\TranslationToolKit.Business.csproj", "{35A8B691-567F-4D16-A86C-B45A3BFB76EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranslationToolKit.FileProcessing", "TranslationToolKit.FileProcessing\TranslationToolKit.FileProcessing.csproj", "{56CF89A7-AB0F-4D76-9392-3BE065737FAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TranslationToolKit.Business.Tests", "TranslationToolKit.Business.Tests\TranslationToolKit.Business.Tests.csproj", "{9C14BB10-D04B-4C2A-BA28-C2CFE1631F91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F448219A-8E41-48A1-BBA5-BB651743FC0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F448219A-8E41-48A1-BBA5-BB651743FC0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F448219A-8E41-48A1-BBA5-BB651743FC0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F448219A-8E41-48A1-BBA5-BB651743FC0E}.Release|Any CPU.Build.0 = Release|Any CPU
{61B82C56-3B03-4490-A8B8-38C335F2BC87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61B82C56-3B03-4490-A8B8-38C335F2BC87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61B82C56-3B03-4490-A8B8-38C335F2BC87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61B82C56-3B03-4490-A8B8-38C335F2BC87}.Release|Any CPU.Build.0 = Release|Any CPU
{35A8B691-567F-4D16-A86C-B45A3BFB76EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35A8B691-567F-4D16-A86C-B45A3BFB76EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35A8B691-567F-4D16-A86C-B45A3BFB76EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35A8B691-567F-4D16-A86C-B45A3BFB76EA}.Release|Any CPU.Build.0 = Release|Any CPU
{56CF89A7-AB0F-4D76-9392-3BE065737FAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56CF89A7-AB0F-4D76-9392-3BE065737FAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56CF89A7-AB0F-4D76-9392-3BE065737FAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56CF89A7-AB0F-4D76-9392-3BE065737FAE}.Release|Any CPU.Build.0 = Release|Any CPU
{9C14BB10-D04B-4C2A-BA28-C2CFE1631F91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C14BB10-D04B-4C2A-BA28-C2CFE1631F91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C14BB10-D04B-4C2A-BA28-C2CFE1631F91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C14BB10-D04B-4C2A-BA28-C2CFE1631F91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CEE61B65-C5ED-4935-A185-91D8AC1F7A68}
EndGlobalSection
EndGlobal